public interface VtiAction
VtiAction is an adapter between the contents of an incoming
HTTP request and the corresponding business logic that should be executed to
process this request. The controller (VtiRequestDispatcher
) will select an
appropriate Action for each request and call the execute
method.
Modifier and Type | Method and Description |
---|---|
void |
execute(HttpServletRequest request,
HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response.
|
void execute(HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response.
request
- HTTP requestresponse
- HTTP responseCopyright © 2005–2017 Alfresco Software. All rights reserved.