org.infoglue.cms.applications.common.actions
Class AbstractFormAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.common.actions.AbstractAction
              |
              +--org.infoglue.cms.applications.common.actions.AbstractFormAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public abstract class AbstractFormAction
extends AbstractAction
implements webwork.action.CommandDriven

Author:
Patrik Nyborg
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
AbstractFormAction()
           
 
Method Summary
 java.lang.String execute()
           
 Errors getErrors()
           
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, getBrowserBean, getCurrentUrl, getError, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Constructor Detail

AbstractFormAction

public AbstractFormAction()
Method Detail

getErrors

public Errors getErrors()
Overrides:
getErrors in class WebworkAbstractAction

execute

public java.lang.String execute()
                         throws java.lang.Exception
Specified by:
execute in interface webwork.action.Action
Overrides:
execute in class WebworkAbstractAction
java.lang.Exception