public class GetComment extends 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 PermissionBackendException
RestReadViewapply in interface RestReadView<CommentResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.PermissionBackendException