public interface Action
| Modifier and Type | Method and Description |
|---|---|
void |
processRequest(ActionRequest request,
ActionResponse response)
Processes the action.
|
void processRequest(ActionRequest request, ActionResponse response) throws javax.servlet.ServletException, IOException
request - HTTP requestresponse - HTTP responsejavax.servlet.ServletException - if the HTTP request cannot be handled.IOException - if an input or output error occurs while the servlet is handling the HTTP request.Copyright © 2017 Agapsys Tecnologia Ltda-ME. All rights reserved.