public interface ExtCommandProcessor extends CommandProcessor
The ExtCommandProcessor adds an overloaded process() method to allow the HttpServletResponse to be passed.
Modifier and Type | Method and Description |
---|---|
void |
process(ServiceRegistry serviceRegistry,
HttpServletRequest request,
HttpServletResponse response,
String command)
Process the supplied command name.
|
outputStatus, process, validateArguments
void process(ServiceRegistry serviceRegistry, HttpServletRequest request, HttpServletResponse response, String command)
serviceRegistry
- ServiceRegistryrequest
- HttpServletRequestresponse
- HttpServletResponsecommand
- Name of the command to construct and executeCopyright © 2005–2017 Alfresco Software. All rights reserved.