org.apache.beehive.netui.pageflow.config
Class PageFlowActionMapping

Object
  extended by ActionConfig
      extended by ActionMapping
          extended by 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

Field Summary
 
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
 
Constructor Summary
PageFlowActionMapping()
           
 
Method Summary
 Map<String,String> getConditionalForwardsMap()
          Get a map of expression -> forward-name.
 String getDefaultForward()
           
 String getFormBeanMessageResourcesKey()
           
 String getFormClass()
           
 String getFormMember()
           
 String getUnqualifiedActionName()
           
 String getUnqualifiedActionPath()
           
 boolean isLoginRequired()
           
 boolean isOverloaded()
           
 boolean isPreventDoubleSubmit()
           
 boolean isReadonly()
           
 boolean isSimpleAction()
           
 void setConditionalForwards(String conditionalForwards)
           
 void setDefaultForward(String defaultForward)
           
 void setFormBeanMessageResourcesKey(String formBeanMessageResourcesKey)
           
 void setFormClass(String formClass)
           
 void setFormMember(String formMember)
           
 void setLoginRequired(boolean loginRequired)
           
 void setOverloaded(boolean overloaded)
           
 void setPreventDoubleSubmit(boolean preventDoubleSubmit)
           
 void setReadonly(boolean readonly)
           
 void setSimpleAction(boolean simpleAction)
           
 void setUnqualifiedActionPath(String unqualifiedActionPath)
           
 
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
 

Constructor Detail

PageFlowActionMapping

public PageFlowActionMapping()
Method Detail

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)