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