public class ActionMappingEx
extends org.apache.struts.action.ActionMapping
StrutsのActionMappingに対して、以下の点が拡張されている。
struts-config.xml によるActionMappingExの設定例
<struts-config>
・・・
<action-mappings
type="jp.terasoluna.fw.web.struts.action.ActionMappingEx">
・・・
<action path="/start"
name="validateSampleForm"
scope="session">
・・・
</action>
・・・
</action-mappings>
・・・
RequestProcessorEx
,
直列化された形式コンストラクタと説明 |
---|
ActionMappingEx() |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
getCancelPopulate()
ポピュレーションキャンセルフラグを取得する。
|
boolean |
getClearForm()
アクションフォームクリアフラグを取得する。
|
void |
setCancelPopulate(boolean cancelPopulate)
ポピュレーションキャンセルフラグを設定する。
|
void |
setClearForm(boolean clearForm)
アクションフォームクリアフラグを設定する。
|
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
public void setClearForm(boolean clearForm)
clearForm
- アクションフォームクリアフラグpublic boolean getClearForm()
public void setCancelPopulate(boolean cancelPopulate)
cancelPopulate
- ポピュレーションキャンセルフラグpublic boolean getCancelPopulate()
Copyright © 2014. All Rights Reserved.