| org.objectweb.jonas.webapp.jonasadmin.deploy.BaseDeployAction org.objectweb.jonas.webapp.jonasadmin.resourceadapter.ApplyTemplateCreateResourceAdapterAction
ApplyTemplateCreateResourceAdapterAction | public class ApplyTemplateCreateResourceAdapterAction extends BaseDeployAction (Code) | | This action is called when the user picks which type of Resource Archive to create.
author: Patrick Smith |
Method Summary | |
public ActionForward | executeAction(ActionMapping p_Mapping, ActionForm p_Form, HttpServletRequest p_Request, HttpServletResponse p_Response) The action to use when the Struts action is executed.
Directs the user to either template depending on which was selected.
Parameters: p_Mapping - The ActionMapping for the action. Parameters: p_Form - The form used in this action. Parameters: p_Request - HTTP Request for the action. Parameters: p_Response - The HTTP Response. throws: IOException - , ServletException if the there is a problem with thetemplate files, creation of the RARs, or a servlet error. |
executeAction | public ActionForward executeAction(ActionMapping p_Mapping, ActionForm p_Form, HttpServletRequest p_Request, HttpServletResponse p_Response) throws IOException, ServletException(Code) | | The action to use when the Struts action is executed.
Directs the user to either template depending on which was selected.
Parameters: p_Mapping - The ActionMapping for the action. Parameters: p_Form - The form used in this action. Parameters: p_Request - HTTP Request for the action. Parameters: p_Response - The HTTP Response. throws: IOException - , ServletException if the there is a problem with thetemplate files, creation of the RARs, or a servlet error. A forward to the next Struts page. |
|
|