|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
jp.terasoluna.fw.web.struts.action.ActionMappingEx
public class ActionMappingEx
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
,
直列化された形式フィールドの概要 |
---|
クラス org.apache.struts.config.ActionConfig から継承されたフィールド |
---|
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
コンストラクタの概要 | |
---|---|
ActionMappingEx()
|
メソッドの概要 | |
---|---|
boolean |
getCancelPopulate()
ポピュレーションキャンセルフラグを取得する。 |
boolean |
getClearForm()
アクションフォームクリアフラグを取得する。 |
void |
setCancelPopulate(boolean cancelPopulate)
ポピュレーションキャンセルフラグを設定する。 |
void |
setClearForm(boolean clearForm)
アクションフォームクリアフラグを設定する。 |
クラス org.apache.struts.action.ActionMapping から継承されたメソッド |
---|
findForward, findForwards, getInputForward |
クラス 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 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ActionMappingEx()
メソッドの詳細 |
---|
public void setClearForm(boolean clearForm)
clearForm
- アクションフォームクリアフラグpublic boolean getClearForm()
public void setCancelPopulate(boolean cancelPopulate)
cancelPopulate
- ポピュレーションキャンセルフラグpublic boolean getCancelPopulate()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |