org.objectweb.jonas.webapp.jonasadmin.TreeAction Class Reference

List of all members.

Public Member Functions

ActionForward execute (ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException

Detailed Description

Test Action that handles events from the tree control test page.

Author:
Craig R. McClanahan
Version:
Revision
1.4
Date
2004/09/15 12:19:50

Definition at line 87 of file TreeAction.java.


Member Function Documentation

ActionForward org.objectweb.jonas.webapp.jonasadmin.TreeAction.execute ActionMapping  mapping,
ActionForm  form,
HttpServletRequest  request,
HttpServletResponse  response
throws IOException, ServletException
 

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
actionForm The optional ActionForm bean for this request (if any)
request The HTTP request we are processing
response The HTTP response we are creating
Exceptions:
IOException if an input/output error occurs
ServletException if a servlet exception occurs

Definition at line 106 of file TreeAction.java.

References org.objectweb.jonas.webapp.taglib.TreeControl.findNode(), org.objectweb.jonas.webapp.taglib.TreeControlNode.getLabel(), org.objectweb.jonas.webapp.jonasadmin.WhereAreYou.getTreeControl(), org.objectweb.jonas.webapp.taglib.TreeControlNode.isExpanded(), org.objectweb.jonas.webapp.taglib.TreeControl.selectNode(), and org.objectweb.jonas.webapp.taglib.TreeControlNode.setExpanded().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:08:39 2005 for JOnAS by  doxygen 1.3.9.1