public class GetHead extends java.lang.Object implements RestReadView<ProjectResource>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
apply(ProjectResource rsrc)
Process the view operation by reading from the resource.
|
public java.lang.String apply(ProjectResource rsrc) throws AuthException, ResourceNotFoundException, java.io.IOException, PermissionBackendException
RestReadViewapply in interface RestReadView<ProjectResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.AuthException - the client is not permitted to access this view.ResourceNotFoundExceptionjava.io.IOExceptionPermissionBackendException