org.seasar.framework.container.customizer
クラス InterTypeCustomizer

java.lang.Object
  拡張org.seasar.framework.container.customizer.InterTypeCustomizer
すべての実装インタフェース:
ComponentCustomizer

public class InterTypeCustomizer
extends Object
implements ComponentCustomizer

作成者:
koichik

フィールドの概要
protected  List interTypeNames
           
 
コンストラクタの概要
InterTypeCustomizer()
           
 
メソッドの概要
 void addInterTypeName(String interTypeName)
           
 void customize(ComponentDef componentDef)
          指定されたコンポーネント定義をカスタマイズします。
 void setInterTypeName(String interceptorName)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

interTypeNames

protected final List interTypeNames
コンストラクタの詳細

InterTypeCustomizer

public InterTypeCustomizer()
メソッドの詳細

setInterTypeName

public void setInterTypeName(String interceptorName)

addInterTypeName

public void addInterTypeName(String interTypeName)

customize

public void customize(ComponentDef componentDef)
インタフェース ComponentCustomizer の記述:
指定されたコンポーネント定義をカスタマイズします。

定義:
インタフェース ComponentCustomizer 内の customize
パラメータ:
componentDef - コンポーネント定義


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