| org.objectweb.jonas.webapp.jonasadmin.TreeAction
TreeAction | public class TreeAction extends Action (Code) | | Test Action that handles events from the tree control test
page.
author: Craig R. McClanahan version: $Revision: 6755 $ $Date: 2005-05-13 12:34:44 +0000 (Fri, 13 May 2005) $ |
Method Summary | |
public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Process the specified HTTP request, and create the corresponding HTTP
response (or forward to another web component that will create it). |
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException(Code) | | Process the specified HTTP request, and create the corresponding HTTP
response (or forward to another web component that will create it).
Return an ActionForward instance describing where and how
control should be forwarded, or null if the response has
already been completed.
Parameters: mapping - The ActionMapping used to select this instance Parameters: actionForm - The optional ActionForm bean for this request (if any) Parameters: request - The HTTP request we are processing Parameters: response - The HTTP response we are creating exception: IOException - if an input/output error occurs exception: ServletException - if a servlet exception occurs |
|
|