| org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction org.objectweb.jonas.webapp.jonasadmin.EditTopAction
EditTopAction | public class EditTopAction extends JonasBaseAction (Code) | | Test Action that handles events from the tree control test
page.
author: Michel-Ange Anton (initial developer)
author: Florent Benoit (changes for struts 1.2.2) |
Method Summary | |
public ActionForward | executeAction(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). |
executeAction | public ActionForward executeAction(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 |
Methods inherited from org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction | protected void addGlobalError(Throwable p_Throwable)(Code)(Java Doc) public ActionForward execute(ActionMapping p_Mapping, ActionForm p_Form, HttpServletRequest p_Request, HttpServletResponse p_Response) throws IOException, ServletException(Code)(Java Doc) abstract public ActionForward executeAction(ActionMapping p_Mapping, ActionForm p_Form, HttpServletRequest p_Request, HttpServletResponse p_Response) throws IOException, ServletException(Code)(Java Doc) protected boolean getBooleanAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected boolean getBooleanAttribute(Properties p_Props, String ps_AttrName)(Code)(Java Doc) protected boolean getBooleanAttribute(Properties p_Props, String ps_AttrName, boolean p_Default)(Code)(Java Doc) protected int getIntegerAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected int getIntegerAttribute(Properties p_Props, String ps_AttrName)(Code)(Java Doc) protected int getIntegerAttribute(Properties p_Props, String ps_AttrName, int p_Default)(Code)(Java Doc) protected String getJonasBase()(Code)(Java Doc) protected List getListAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected long getLongAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected long getLongAttribute(Properties p_Props, String ps_AttrName)(Code)(Java Doc) protected long getLongAttribute(Properties p_Props, String ps_AttrName, long p_Default)(Code)(Java Doc) protected Properties getPropsFromString(String ps_Props)(Code)(Java Doc) protected long getShortAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected String[] getStringArrayAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected String getStringAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected String getStringAttribute(Properties p_Props, String ps_AttrName)(Code)(Java Doc) protected String getStringAttribute(Properties p_Props, String ps_AttrName, String p_Default)(Code)(Java Doc) protected String getTreeBranchName(int p_Width)(Code)(Java Doc) protected void initialize(HttpServletRequest p_Request)(Code)(Java Doc) protected void refreshDomainDeployTree(HttpServletRequest p_Request) throws Exception(Code)(Java Doc) protected void refreshDomainMonitoringTree(HttpServletRequest p_Request) throws Exception(Code)(Java Doc) protected void refreshServerTree(HttpServletRequest p_Request) throws Exception(Code)(Java Doc) protected static String removeChar(String string, char c)(Code)(Java Doc) protected void setBooleanAttribute(ObjectName p_ObjectName, String ps_AttrName, boolean p_Value)(Code)(Java Doc) protected void setBooleanAttribute(Properties p_Props, String ps_AttrName, boolean p_Value)(Code)(Java Doc) protected void setIntegerAttribute(ObjectName p_ObjectName, String ps_AttrName, int p_Value)(Code)(Java Doc) protected void setIntegerAttribute(ObjectName p_ObjectName, String ps_AttrName, String p_Value)(Code)(Java Doc) protected void setIntegerAttribute(Properties p_Props, String ps_AttrName, int p_Value)(Code)(Java Doc) protected void setLongAttribute(ObjectName p_ObjectName, String ps_AttrName, long p_Value)(Code)(Java Doc) protected void setLongAttribute(Properties p_Props, String ps_AttrName, long p_Value)(Code)(Java Doc) protected void setShortAttribute(ObjectName p_ObjectName, String ps_AttrName, long p_Value)(Code)(Java Doc) protected void setStringAttribute(ObjectName p_ObjectName, String ps_AttrName, String p_Value)(Code)(Java Doc) protected void setStringAttribute(Properties p_Props, String ps_AttrName, String p_Value)(Code)(Java Doc) protected void setStringAttribute(Properties p_Props, String ps_AttrName, String p_Value, String p_Default)(Code)(Java Doc) protected String toStringBooleanAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected String toStringIntegerAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected String toStringLongAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc) protected String toStringShortAttribute(ObjectName p_ObjectName, String ps_AttrName)(Code)(Java Doc)
|
|
|