|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectActionConfig
ActionMapping
PageFlowActionMapping
public class PageFlowActionMapping
Bean class to handle our extensions to the Struts <action> tag.
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 |
getFormBeanMessageResourcesKey()
|
String |
getFormClass()
|
String |
getFormMember()
|
String |
getUnqualifiedActionName()
|
String |
getUnqualifiedActionPath()
|
boolean |
isLoginRequired()
|
boolean |
isOverloaded()
|
boolean |
isReadonly()
|
boolean |
isSimpleAction()
|
void |
setConditionalForwards(String conditionalForwards)
|
void |
setFormBeanMessageResourcesKey(String formBeanMessageResourcesKey)
|
void |
setFormClass(String formClass)
|
void |
setFormMember(String formMember)
|
void |
setLoginRequired(boolean loginRequired)
|
void |
setOverloaded(boolean overloaded)
|
void |
setReadonly(boolean readonly)
|
void |
setSimpleAction(boolean simpleAction)
|
void |
setUnqualifiedActionPath(String unqualifiedActionPath)
|
Methods inherited from class ActionMapping |
---|
findException, findForward, findForwards, getInputForward |
Methods inherited from class ActionConfig |
---|
addExceptionConfig, addForwardConfig, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getApplicationConfig, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setApplicationConfig, 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 |
---|
public PageFlowActionMapping()
Method Detail |
---|
public String getUnqualifiedActionPath()
public final void setUnqualifiedActionPath(String unqualifiedActionPath)
public final String getUnqualifiedActionName()
public final boolean isLoginRequired()
public void setLoginRequired(boolean loginRequired)
public boolean isSimpleAction()
public void setSimpleAction(boolean simpleAction)
public boolean isOverloaded()
public void setOverloaded(boolean overloaded)
public String getFormMember()
public void setFormMember(String formMember)
public String getFormClass()
public void setFormClass(String formClass)
public boolean isReadonly()
public void setReadonly(boolean readonly)
public void setConditionalForwards(String conditionalForwards)
public Map<String,String> getConditionalForwardsMap()
true
the forward is used.
public String getFormBeanMessageResourcesKey()
public void setFormBeanMessageResourcesKey(String formBeanMessageResourcesKey)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |