org.seasar.framework.container.autoregister
クラス InterTypeAutoRegister

java.lang.Object
  拡張org.seasar.framework.container.autoregister.AbstractAutoRegister
      拡張org.seasar.framework.container.autoregister.AbstractComponentTargetAutoRegister
          拡張org.seasar.framework.container.autoregister.InterTypeAutoRegister

public class InterTypeAutoRegister
extends AbstractComponentTargetAutoRegister

インタータイプの自動登録を行うクラスです。

作成者:
higa

フィールドの概要
protected  InterType interType
          InterTypeです。
 
クラス org.seasar.framework.container.autoregister.AbstractAutoRegister から継承したフィールド
INIT_METHOD
 
コンストラクタの概要
InterTypeAutoRegister()
           
 
メソッドの概要
protected  void register(ComponentDef componentDef)
          ComponentDefを登録します。
 void setInterType(InterType interType)
          インタータイプを設定します。
 
クラス org.seasar.framework.container.autoregister.AbstractComponentTargetAutoRegister から継承したメソッド
isAppliedComponent, registerAll
 
クラス org.seasar.framework.container.autoregister.AbstractAutoRegister から継承したメソッド
addClassPattern, addClassPattern, addIgnoreClassPattern, addIgnoreClassPattern, findComponentDef, getClassPattern, getClassPatternSize, getContainer, hasComponentDef, isIgnore, setContainer
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

interType

protected InterType interType
InterTypeです。

コンストラクタの詳細

InterTypeAutoRegister

public InterTypeAutoRegister()
メソッドの詳細

setInterType

public void setInterType(InterType interType)
インタータイプを設定します。

パラメータ:
interType -

register

protected void register(ComponentDef componentDef)
クラス AbstractComponentTargetAutoRegister の記述:
ComponentDefを登録します。

定義:
クラス AbstractComponentTargetAutoRegister 内の register
パラメータ:
componentDef -


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