| hero.struts.actions.AbstStrutsActionBase
All known Subclasses: hero.struts.actions.WorklistAction, hero.struts.actions.InitialAction, hero.struts.actions.EdgeAction, hero.struts.actions.ActivityAction, hero.struts.actions.PropertyAction, hero.struts.actions.UserPreferencesAction, hero.struts.actions.LoginAction, hero.struts.actions.HookAction, hero.struts.actions.ProjectAction, hero.struts.actions.NodeAction, hero.struts.actions.UserAction,
AbstStrutsActionBase | abstract public class AbstStrutsActionBase extends Action (Code) | | This is the base class from which all Action classes that use
Struts can be derived from.
author: Miguel Valdes Faura |
CLONEPROJECT | final protected static String CLONEPROJECT(Code) | | |
CONFIGPROJECT | final protected static String CONFIGPROJECT(Code) | | |
EDITACTIVITY | final protected static String EDITACTIVITY(Code) | | |
PROJECTDETAILS | final protected static String PROJECTDETAILS(Code) | | |
USERNOTLOGGED | final protected static String USERNOTLOGGED(Code) | | |
AbstStrutsActionBase | public AbstStrutsActionBase()(Code) | | Default constructor
|
perform | abstract public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException(Code) | | 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 throws: IOException - if an input/output error occurs throws: ServletException - if a servlet exception occurs where control will be forwarded to after this request is processed |
|
|