org.seasar.framework.container
インタフェース TooManyRegistrationComponentDef

すべてのスーパーインタフェース:
ArgDefAware, AspectDefAware, ComponentDef, DestroyMethodDefAware, InitMethodDefAware, InterTypeDefAware, MetaDefAware, PropertyDefAware
既知の実装クラスの一覧:
TooManyRegistrationComponentDefImpl

public interface TooManyRegistrationComponentDef
extends ComponentDef

作成者:
koichik

メソッドの概要
 void addComponentDef(ComponentDef cd)
           
 Class[] getComponentClasses()
           
 ComponentDef[] getComponentDefs()
           
 
インタフェース org.seasar.framework.container.ComponentDef から継承したメソッド
destroy, getAutoBindingDef, getComponent, getComponentClass, getComponentName, getConcreteClass, getContainer, getExpression, getInstanceDef, init, injectDependency, isExternalBinding, setAutoBindingDef, setComponentName, setContainer, setExpression, setExternalBinding, setInstanceDef
 
インタフェース org.seasar.framework.container.ArgDefAware から継承したメソッド
addArgDef, getArgDef, getArgDefSize
 
インタフェース org.seasar.framework.container.InterTypeDefAware から継承したメソッド
addInterTypeDef, getInterTypeDef, getInterTypeDefSize
 
インタフェース org.seasar.framework.container.PropertyDefAware から継承したメソッド
addPropertyDef, getPropertyDef, getPropertyDef, getPropertyDefSize, hasPropertyDef
 
インタフェース org.seasar.framework.container.InitMethodDefAware から継承したメソッド
addInitMethodDef, getInitMethodDef, getInitMethodDefSize
 
インタフェース org.seasar.framework.container.DestroyMethodDefAware から継承したメソッド
addDestroyMethodDef, getDestroyMethodDef, getDestroyMethodDefSize
 
インタフェース org.seasar.framework.container.AspectDefAware から継承したメソッド
addAspectDef, getAspectDef, getAspectDefSize
 
インタフェース org.seasar.framework.container.MetaDefAware から継承したメソッド
addMetaDef, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize
 

メソッドの詳細

addComponentDef

public void addComponentDef(ComponentDef cd)

getComponentClasses

public Class[] getComponentClasses()

getComponentDefs

public ComponentDef[] getComponentDefs()


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