Uses of Class
org.mentawai.ioc.DefaultComponent

Packages that use DefaultComponent
org.mentawai.core   
org.mentawai.ioc   
 

Uses of DefaultComponent in org.mentawai.core
 

Methods in org.mentawai.core that return DefaultComponent
 DefaultComponent ApplicationManager.ioc(String name, Class<? extends Object> klass)
          Add an IOC component to this application manager.
 

Uses of DefaultComponent in org.mentawai.ioc
 

Subclasses of DefaultComponent in org.mentawai.ioc
 class ScopeComponent
          DefaultComponent with a scope attribute.
 

Methods in org.mentawai.ioc that return DefaultComponent
 DefaultComponent DefaultComponent.addInitValue(Object value)
          Adds a new init value for this component.
 DefaultComponent DefaultComponent.addInitValues(List values)
          Adds the init values from the given list to this component's class.
 DefaultComponent DefaultComponent.addProperties(Map map)
          Adds the properties from the given map in this component.
 DefaultComponent DefaultComponent.addProperty(String name, Object value)
          Adds a property to be set in each new instance of this component's class.
 



Copyright © 2012. All Rights Reserved.