org.apache.beehive.netui.pageflow.config
Class PageFlowActionMapping
Object
ActionConfig
ActionMapping
PageFlowActionMapping
- All Implemented Interfaces:
- Serializable
public class PageFlowActionMapping
- extends ActionMapping
Bean class to handle our extensions to the Struts <action> tag.
- See Also:
- Serialized Form
Fields inherited from class ActionConfig |
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Methods inherited from class ActionMapping |
findForward, findForwards, getInputForward |
Methods inherited from class ActionConfig |
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PageFlowActionMapping
public PageFlowActionMapping()
getUnqualifiedActionPath
public String getUnqualifiedActionPath()
setUnqualifiedActionPath
public final void setUnqualifiedActionPath(String unqualifiedActionPath)
getUnqualifiedActionName
public final String getUnqualifiedActionName()
isLoginRequired
public final boolean isLoginRequired()
setLoginRequired
public void setLoginRequired(boolean loginRequired)
isPreventDoubleSubmit
public boolean isPreventDoubleSubmit()
setPreventDoubleSubmit
public void setPreventDoubleSubmit(boolean preventDoubleSubmit)
isSimpleAction
public boolean isSimpleAction()
setSimpleAction
public void setSimpleAction(boolean simpleAction)
isOverloaded
public boolean isOverloaded()
setOverloaded
public void setOverloaded(boolean overloaded)
getFormMember
public String getFormMember()
setFormMember
public void setFormMember(String formMember)
getFormClass
public String getFormClass()
setFormClass
public void setFormClass(String formClass)
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)
setConditionalForwards
public void setConditionalForwards(String conditionalForwards)
getConditionalForwardsMap
public Map<String,String> getConditionalForwardsMap()
- Get a map of expression -> forward-name. If the expression evaluates to
true
the forward is used.
getFormBeanMessageResourcesKey
public String getFormBeanMessageResourcesKey()
setFormBeanMessageResourcesKey
public void setFormBeanMessageResourcesKey(String formBeanMessageResourcesKey)
getDefaultForward
public String getDefaultForward()
setDefaultForward
public void setDefaultForward(String defaultForward)