| Package | Description |
|---|---|
| org.mentawai.core | |
| org.mentawai.ioc |
| Modifier and Type | Method and Description |
|---|---|
DefaultComponent |
ApplicationManager.ioc(Class<?> klass,
Class<? extends Object> k) |
DefaultComponent |
ApplicationManager.ioc(String name,
Class<? extends Object> klass)
Add an IOC component to this application manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeComponent
DefaultComponent with a scope attribute.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.