| org.objectweb.jonas.webapp.jonasadmin.SetUpTreeAction
SetUpTreeAction | public class SetUpTreeAction extends Action (Code) | | Test Action sets up tree control data structure
for tree widget
author: Jazmin Jonson author: Manveen Kaur author: Florent Benoit (changes for struts 1.2.2) version: $Revision: 5432 $ $Date: 2004-09-15 12:19:51 +0000 (Wed, 15 Sep 2004) $ |
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). |
INIT_PLUGIN_MAX | final public static int INIT_PLUGIN_MAX(Code) | | |
ROOTNODENAME_KEY | final public static String ROOTNODENAME_KEY(Code) | | |
TREEBUILDER_KEY | final public static String TREEBUILDER_KEY(Code) | | |
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 |
|
|