org.seasar.framework.container.cooldeploy
クラス CoolComponentAutoRegister

java.lang.Object
  拡張org.seasar.framework.container.cooldeploy.CoolComponentAutoRegister
すべての実装インタフェース:
ClassTraversal.ClassHandler

public class CoolComponentAutoRegister
extends Object
implements ClassTraversal.ClassHandler

NamingConventionに一致するコンポーネントを自動登録するクラスです。

作成者:
higa

入れ子クラスの概要
protected  class CoolComponentAutoRegister.CodeSourceFileStrategy
          OC4J固有のcode-source:プロトコルで表現されるURLをサポートするストラテジです。
protected  class CoolComponentAutoRegister.FileSystemStrategy
           
protected  class CoolComponentAutoRegister.JarFileStrategy
           
protected static interface CoolComponentAutoRegister.Strategy
           
protected  class CoolComponentAutoRegister.ZipFileStrategy
          WebLogic固有のzip:プロトコルで表現されるURLをサポートするストラテジです。
 
フィールドの概要
static String container_BINDING
          BINDINGアノテーションの定義です。
static String INIT_METHOD
          INIT_METHODアノテーションの定義です。
 
コンストラクタの概要
CoolComponentAutoRegister()
          デフォルトのコンストラクタです。
 
メソッドの概要
protected  void addStrategy(String protocol, CoolComponentAutoRegister.Strategy strategy)
           
protected  ComponentDef createComponentDef(Class componentClass)
           
 S2Container getContainer()
          コンテナを返します。
 ComponentCreator[] getCreators()
          クリエータを返します。
 NamingConvention getNamingConvention()
          NamingConventionを返します。
 Map getStrategies()
          登録されているストラテジを返します。
protected  CoolComponentAutoRegister.Strategy getStrategy(String protocol)
           
 void processClass(String packageName, String shortClassName)
           
 void registerAll()
          自動登録を行います。
 void setContainer(S2Container container)
          コンテナを設定します。
 void setCreators(ComponentCreator[] creators)
          クリエータを設定します。
 void setNamingConvention(NamingConvention namingConvention)
          NamingConventionを設定します。
protected  void webSphereClassLoaderFix()
          Jarファイルからコンポーネントの登録を行う。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INIT_METHOD

public static final String INIT_METHOD
INIT_METHODアノテーションの定義です。

関連項目:
定数フィールド値

container_BINDING

public static final String container_BINDING
BINDINGアノテーションの定義です。

関連項目:
定数フィールド値
コンストラクタの詳細

CoolComponentAutoRegister

public CoolComponentAutoRegister()
デフォルトのコンストラクタです。

メソッドの詳細

getContainer

public S2Container getContainer()
コンテナを返します。

戻り値:

setContainer

public void setContainer(S2Container container)
コンテナを設定します。

パラメータ:
container -

getStrategies

public Map getStrategies()
登録されているストラテジを返します。

戻り値:

getStrategy

protected CoolComponentAutoRegister.Strategy getStrategy(String protocol)

addStrategy

protected void addStrategy(String protocol,
                           CoolComponentAutoRegister.Strategy strategy)

getCreators

public ComponentCreator[] getCreators()
クリエータを返します。

戻り値:

setCreators

public void setCreators(ComponentCreator[] creators)
クリエータを設定します。

パラメータ:
creators -

getNamingConvention

public NamingConvention getNamingConvention()
NamingConventionを返します。

戻り値:

setNamingConvention

public void setNamingConvention(NamingConvention namingConvention)
NamingConventionを設定します。

パラメータ:
namingConvention -

registerAll

public void registerAll()
自動登録を行います。


webSphereClassLoaderFix

protected void webSphereClassLoaderFix()
Jarファイルからコンポーネントの登録を行う。

WebSphere のクラスローダーはJarファイル中のディレクトリエントリをClassLoader#getResource()で 返してくれないので、 S2のJarと同じ場所にあるJarファイルからコンポーネントの登録を行う。


processClass

public void processClass(String packageName,
                         String shortClassName)
定義:
インタフェース ClassTraversal.ClassHandler 内の processClass

createComponentDef

protected ComponentDef createComponentDef(Class componentClass)


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