public static class Reviewed.PutReviewed extends java.lang.Object implements RestModifyView<FileResource,Input>
Modifier and Type | Method and Description |
---|---|
Response<java.lang.String> |
apply(FileResource resource,
Input input)
Process the view operation by altering the resource.
|
public Response<java.lang.String> apply(FileResource resource, Input input)
RestModifyView
apply
in interface RestModifyView<FileResource,Input>
resource
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.