| Package | Description |
|---|---|
| org.mentawai.core | |
| org.mentawai.filter | |
| org.mentawai.ioc |
| Modifier and Type | Method and Description |
|---|---|
Bean |
ApplicationManager.add(String name,
Bean comp)
Add an IOC component to this application manager.
|
Bean |
ApplicationManager.addComponent(String name,
Bean comp)
Add an IOC component to this application manager.
|
Bean |
MultiApplicationManager.getComponent(String name) |
Bean |
ApplicationManager.getComponent(String name)
Gets an IOC component from this application manager.
|
Bean |
ApplicationManager.ioc(Class<?> klass,
Bean comp) |
Bean |
ApplicationManager.ioc(String name,
Bean comp)
Add an IOC component to this application manager.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Bean> |
ApplicationManager.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
Bean |
ApplicationManager.add(String name,
Bean comp)
Add an IOC component to this application manager.
|
Bean |
ApplicationManager.addComponent(String name,
Bean comp)
Add an IOC component to this application manager.
|
Bean |
ApplicationManager.ioc(Class<?> klass,
Bean comp) |
Bean |
ApplicationManager.ioc(String name,
Bean comp)
Add an IOC component to this application manager.
|
| Constructor and Description |
|---|
IoCFilter(Bean comp,
String key) |
IoCFilter(Bean comp,
String key,
int scope) |
PushIoCFilter(Bean comp,
String key) |
PushIoCFilter(Bean comp,
String key,
int scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionComponent |
class |
ApplicationComponent |
class |
DefaultComponent
The default implementation of a Mentawai IoC component.
|
class |
LocaleComponent |
class |
ScopeComponent
DefaultComponent with a scope attribute.
|
class |
SessionComponent |
Copyright © 2015. All Rights Reserved.