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

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

public class CustomizerChain
extends Object
implements ComponentCustomizer

作成者:
higa

コンストラクタの概要
CustomizerChain()
           
 
メソッドの概要
 void addCustomizer(ComponentCustomizer customizer)
           
 void customize(ComponentDef componentDef)
          指定されたコンポーネント定義をカスタマイズします。
 ComponentCustomizer getCustomizer(int index)
           
 int getCustomizerSize()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CustomizerChain

public CustomizerChain()
メソッドの詳細

getCustomizerSize

public int getCustomizerSize()

getCustomizer

public ComponentCustomizer getCustomizer(int index)

addCustomizer

public void addCustomizer(ComponentCustomizer customizer)

customize

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

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


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