|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.web.struts.action.resolver.GeneralConfigurationReflector
public class GeneralConfigurationReflector
struts-configの設定情報をActionに反映するクラス
対応アクションクラス
※1.ActionExのフィールドについてのみ対応
※2.eventフィールドの設定に対応
ConfigurationReflector
,
DelegatingRequestProcessorEx
,
ActionEx
,
ForwardAction
,
DispatchAction
,
LogoffAction
,
MakeSessionDirectoryAction
コンストラクタの概要 | |
---|---|
GeneralConfigurationReflector()
|
メソッドの概要 | |
---|---|
org.apache.struts.action.Action |
setConfiguration(org.apache.struts.action.Action action,
String beanName,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionServlet servlet,
org.springframework.context.ApplicationContext applicationContext)
対応するアクションに対して設定を反映させる |
boolean |
supports(org.apache.struts.action.Action action,
String beanName,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionServlet servlet,
org.springframework.context.ApplicationContext applicationContext)
対象のアクションかどうかを判定する |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GeneralConfigurationReflector()
メソッドの詳細 |
---|
public org.apache.struts.action.Action setConfiguration(org.apache.struts.action.Action action, String beanName, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionServlet servlet, org.springframework.context.ApplicationContext applicationContext)
ConfigurationReflector
の記述:
ConfigurationReflector
内の setConfiguration
action
- ActionインスタンスbeanName
- Bean名mapping
- ActionMappingservlet
- ActionServletapplicationContext
- ApplicationContext
public boolean supports(org.apache.struts.action.Action action, String beanName, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionServlet servlet, org.springframework.context.ApplicationContext applicationContext)
ConfigurationReflector
の記述:
ConfigurationReflector
内の supports
action
- ActionインスタンスbeanName
- Bean名mapping
- ActionMappingservlet
- ActionServletapplicationContext
- ApplicationContext
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |