org.objectweb.jonas.webapp.jonasadmin.joramplatform
Class EditJoramBaseAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended byorg.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
          extended byorg.objectweb.jonas.webapp.jonasadmin.joramplatform.EditJoramBaseAction
Direct Known Subclasses:
EditJoramDestinationAction, EditJoramLocalQueueAction, EditJoramLocalServerAction, EditJoramLocalTopicAction, EditJoramPlatformAction, EditJoramRemoteServerAction, ListJoramServersAction, ListLocalDestinationsAction, ListRemoteDestinationsAction

public abstract class EditJoramBaseAction
extends JonasBaseAction

Author:
Adriana Danes

Field Summary
 
Fields inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
DEPTH_DOMAIN, DEPTH_SERVER, m_Errors, m_Resources, m_Session, m_WhereAreYou
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditJoramBaseAction()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward treatError(java.lang.Throwable pThrowable, org.apache.struts.action.ActionMapping pMapping, javax.servlet.http.HttpServletRequest pRequest)
          Treat specific case where Joram RAR was unloaded
 
Methods inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
addGlobalError, execute, executeAction, getBooleanAttribute, getBooleanAttribute, getBooleanAttribute, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getListAttribute, getLongAttribute, getLongAttribute, getLongAttribute, getPropsFromString, getStringAttribute, getStringAttribute, getStringAttribute, getTreeBranchName, initialize, refreshServerTree, removeChar, setBooleanAttribute, setBooleanAttribute, setIntegerAttribute, setIntegerAttribute, setIntegerAttribute, setLongAttribute, setLongAttribute, setStringAttribute, setStringAttribute, setStringAttribute, toStringBooleanAttribute, toStringIntegerAttribute, toStringLongAttribute
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditJoramBaseAction

public EditJoramBaseAction()
Method Detail

treatError

protected org.apache.struts.action.ActionForward treatError(java.lang.Throwable pThrowable,
                                                            org.apache.struts.action.ActionMapping pMapping,
                                                            javax.servlet.http.HttpServletRequest pRequest)
Treat specific case where Joram RAR was unloaded

Parameters:
pMapping - provided by executeAction
pRequest - provided by executeAction
Returns: