| org.objectweb.jonas.webapp.jonasadmin.deploy.BaseDeployAction org.objectweb.jonas.webapp.jonasadmin.resourceadapter.CreateResourceAdapterAction
CreateResourceAdapterAction | public class CreateResourceAdapterAction extends BaseDeployAction (Code) | | Forwards to the create resource adapter struts action.
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.
Forwards the user to the create resource adapter page.
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.
Forwards the user to the create resource adapter page.
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. |
|
|