org.apache.beehive.netui.pageflow.config
Class PageFlowActionMapping
Object
ActionConfig
ActionMapping
PageFlowActionMapping
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DelegatingActionMapping
public class PageFlowActionMapping
- extends ActionMapping
Bean class to handle our extensions to the Struts <action> element.
- See Also:
- Serialized Form
Fields inherited from class ActionConfig |
attribute, cancellable, 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, getCancellable, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, 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 String getUnqualifiedActionName()
isLoginRequired
public 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 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)
getLocalPathsRelativeTo
public String getLocalPathsRelativeTo()
- Get a prefix directory path that all Forward local paths should be relative to. By default this is
null
, which means that there is no forced prefix path.