インタフェース
org.seasar.framework.aop.InterType の使用

InterType を使用しているパッケージ
org.seasar.framework.aop.intertype InterTypeの実装を提供します。 
org.seasar.framework.aop.javassist Javassistに関連する機能を提供します。 
org.seasar.framework.aop.proxy AOPのProxyを提供します。 
org.seasar.framework.container S2コンテナとその構成要素を定義するインターフェースおよび、S2コンテナの振舞いに関連した例外クラスを提供します。  
org.seasar.framework.container.autoregister コンポーネントを自動登録する機能を提供します。 
org.seasar.framework.container.impl S2Containerの実装を提供します。 
 

org.seasar.framework.aop.intertype での InterType の使用
 

InterType を実装している org.seasar.framework.aop.intertype のクラス
 class AbstractInterType
          InterTypeの抽象クラスです。
 class InterTypeChain
          複数のInterTypeをチェイン上につなぐInterTypeです。
 class PropertyInterType
          プロパティを追加するためのInterTypeです。
 

InterType として宣言されている org.seasar.framework.aop.intertype のフィールド
protected  InterType[] InterTypeChain.interTypes
          インタータイプの配列です。
 

InterType 型のパラメータを持つ org.seasar.framework.aop.intertype のメソッド
 void InterTypeChain.add(InterType interType)
          InterTypeを追加します。
 

org.seasar.framework.aop.javassist での InterType の使用
 

InterType 型のパラメータを持つ org.seasar.framework.aop.javassist のメソッド
 void EnhancedClassGenerator.applyInterType(InterType interType)
          InterTypeを適用します。
 void AspectWeaver.setInterTypes(InterType[] interTypes)
          InterTypeを追加します。
 

org.seasar.framework.aop.proxy での InterType の使用
 

InterType 型のパラメータを持つ org.seasar.framework.aop.proxy のコンストラクタ
AopProxy(java.lang.Class targetClass, Aspect[] aspects, InterType[] interTypes)
          AopProxyを作成します。
AopProxy(java.lang.Class targetClass, Aspect[] aspects, InterType[] interTypes, java.util.Map parameters)
          AopProxyを作成します。
 

org.seasar.framework.container での InterType の使用
 

InterType を返す org.seasar.framework.container のメソッド
 InterType InterTypeDef.getInterType()
          インタータイプを返します。
 

org.seasar.framework.container.autoregister での InterType の使用
 

InterType として宣言されている org.seasar.framework.container.autoregister のフィールド
protected  InterType InterTypeAutoRegister.interType
          InterTypeです。
 

InterType 型のパラメータを持つ org.seasar.framework.container.autoregister のメソッド
 void InterTypeAutoRegister.setInterType(InterType interType)
          インタータイプを設定します。
 

org.seasar.framework.container.impl での InterType の使用
 

InterType を返す org.seasar.framework.container.impl のメソッド
 InterType InterTypeDefImpl.getInterType()
           
 

InterType 型のパラメータを持つ org.seasar.framework.container.impl のコンストラクタ
InterTypeDefImpl(InterType interType)
          InterTypeDefImplを作成します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.