|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.container.creator.ComponentCreatorImpl
org.seasar.framework.container.creator.InterceptorCreator
Interceptor用の ComponentCreator
です。
フィールドの概要 |
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したフィールド |
autoBindingDef_BINDING, enableAbstract_BINDING, enableInterface_BINDING, externalBinding_BINDING, instanceDef_BINDING |
コンストラクタの概要 | |
InterceptorCreator(NamingConvention namingConvention)
InterceptorCreator を作成します。 |
メソッドの概要 | |
ComponentCustomizer |
getInterceptorCustomizer()
Interceptor用の ComponentCustomizer を返します。 |
void |
setInterceptorCustomizer(ComponentCustomizer customizer)
Interceptor用の ComponentCustomizer を設定します。 |
クラス org.seasar.framework.container.creator.ComponentCreatorImpl から継承したメソッド |
createComponentDef, createComponentDef, customize, getAutoBindingDef, getCustomizer, getInstanceDef, getNameSuffix, getNamingConvention, isEnableAbstract, isEnableInterface, isExternalBinding, isTargetComponentName, setAutoBindingDef, setCustomizer, setEnableAbstract, setEnableInterface, setExternalBinding, setInstanceDef, setNameSuffix |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public InterceptorCreator(NamingConvention namingConvention)
InterceptorCreator
を作成します。
namingConvention
- メソッドの詳細 |
public ComponentCustomizer getInterceptorCustomizer()
ComponentCustomizer
を返します。
public void setInterceptorCustomizer(ComponentCustomizer customizer)
ComponentCustomizer
を設定します。
customizer
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |