org.seasar.framework.container.customizer
クラス InterTypeCustomizer
java.lang.Object
org.seasar.framework.container.customizer.InterTypeCustomizer
- すべての実装インタフェース:
- ComponentCustomizer
- public class InterTypeCustomizer
- extends Object
- implements ComponentCustomizer
- 作成者:
- koichik
クラス 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.