|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
jp.terasoluna.fw.web.struts.action.ActionMappingEx
public class ActionMappingEx
Class extended from ActionMapping.
Following Specifications are extended in ActionMapping class of Struts.
Configuration example of ActionMappingEx in struts-config.xml.
<struts-config>
...
<action-mappings
type="jp.terasoluna.fw.web.struts.action.ActionMappingEx">
...
<action path="/start"
name="validateSampleForm"
scope="session">
...
</action>
...
</action-mappings>
...
RequestProcessorEx
,
Serialized FormConstructor Summary | |
---|---|
ActionMappingEx()
|
Method Summary | |
---|---|
boolean |
getCancelPopulate()
Fetches population cancellation flag. |
boolean |
getClearForm()
Fetches action form clear flag. |
void |
setCancelPopulate(boolean cancelPopulate)
Sets population cancellaton flag. |
void |
setClearForm(boolean clearForm)
Sets action form clear flag. |
Methods inherited from class org.apache.struts.action.ActionMapping |
---|
findForward, findForwards, getInputForward |
Methods inherited from class org.apache.struts.config.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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActionMappingEx()
Method Detail |
---|
public void setClearForm(boolean clearForm)
clearForm
- Action form clear flagpublic boolean getClearForm()
public void setCancelPopulate(boolean cancelPopulate)
cancelPopulate
- Population cancellation flag.public boolean getCancelPopulate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |