public class GetComment extends java.lang.Object implements RestReadView<CommentResource>
| Modifier and Type | Method and Description |
|---|---|
CommentInfo |
apply(CommentResource rsrc)
Process the view operation by reading from the resource.
|
public CommentInfo apply(CommentResource rsrc) throws com.google.gwtorm.server.OrmException, PermissionBackendException
RestReadViewapply in interface RestReadView<CommentResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmExceptionPermissionBackendException