|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
jp.terasoluna.fw.web.struts.action.ActionMappingEx
jp.terasoluna.fw.web.struts.action.resolver.ResolverActionMapping
public class ResolverActionMapping
ResolverActionMapping
ActionMappingExの拡張クラス。
以下の設定をstruts-configで行う。
DelegatingRequestProcessorEx
,
ActionResolver
,
BLogicActionResolver
,
GeneralActionResolver
,
ConfigurationReflector
,
GeneralConfigurationReflector
,
ActionMappingEx
,
ActionEx
,
ForwardAction
,
DispatchAction
,
LogoffAction
,
MakeSessionDirectoryAction
,
直列化された形式フィールドの概要 | |
---|---|
static String |
SCOPE_REQUEST
メッセージのスコープ:リクエスト |
static String |
SCOPE_SESSION
メッセージのスコープ:セッション |
クラス 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 |
コンストラクタの概要 | |
---|---|
ResolverActionMapping()
|
メソッドの概要 | |
---|---|
String |
getEvent()
遷移先を表すプロパティ名。 |
String |
getSaveMessageScope()
メッセージ保存先スコープ(AbstractBLogicAction)を取得する |
boolean |
isSaveToken()
トランザクショントークン保存フラグ(ActionEx)を取得する |
boolean |
isTokenCheck()
トランザクショントークンチェックフラグ(ActionEx)を取得する |
void |
setEvent(String event)
遷移先を表すプロパティ名。 |
void |
setSaveMessageScope(String saveMessageScope)
メッセージ保存先スコープ(AbstractBLogicAction)を設定する |
void |
setSaveToken(boolean saveToken)
トランザクショントークン保存フラグ(ActionEx)を設定する |
void |
setTokenCheck(boolean tokenCheck)
トランザクショントークンチェックフラグ(ActionEx)を設定する |
クラス jp.terasoluna.fw.web.struts.action.ActionMappingEx から継承されたメソッド |
---|
getCancelPopulate, getClearForm, setCancelPopulate, setClearForm |
クラス 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 static final String SCOPE_REQUEST
public static final String SCOPE_SESSION
コンストラクタの詳細 |
---|
public ResolverActionMapping()
メソッドの詳細 |
---|
public boolean isSaveToken()
public void setSaveToken(boolean saveToken)
saveToken
- the saveToken to setpublic boolean isTokenCheck()
public void setTokenCheck(boolean tokenCheck)
tokenCheck
- the tokenCheck to setpublic String getSaveMessageScope()
public void setSaveMessageScope(String saveMessageScope)
saveMessageScope
- the saveMessageScope to setpublic String getEvent()
public void setEvent(String event)
event
- the event to set
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |