org.seasar.framework.container.customizer
クラス CustomizerChain
java.lang.Object
org.seasar.framework.container.customizer.CustomizerChain
- すべての実装インタフェース:
- ComponentCustomizer
- public class CustomizerChain
- extends Object
- implements ComponentCustomizer
- 作成者:
- higa
クラス 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-2007 The Seasar Foundation. All Rights Reserved.