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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.