public class Index extends java.lang.Object implements RestModifyView<AccountResource,Index.Input>
Modifier and Type | Class and Description |
---|---|
static class |
Index.Input |
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(AccountResource rsrc,
Index.Input input)
Process the view operation by altering the resource.
|
public Response<?> apply(AccountResource rsrc, Index.Input input) throws java.io.IOException, AuthException
RestModifyView
apply
in interface RestModifyView<AccountResource,Index.Input>
rsrc
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.java.io.IOException