| Package | Description |
|---|---|
| org.staticioc | |
| org.staticioc.container | |
| org.staticioc.dependency | |
| org.staticioc.parser | |
| org.staticioc.parser.namespace.spring.beans |
| Modifier and Type | Method and Description |
|---|---|
BeanContainer |
SpringConfigParser.getBeanContainer() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedBeanContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContainerImpl |
| Modifier and Type | Method and Description |
|---|---|
String |
ResolvedBeanCallback.onResolve(Bean bean,
Node beanNode,
NamedNodeMap beanAttributes,
boolean isAnonymous,
BeanContainer container)
Callback method when a new Bean is resolved
|
void |
DependencyManager.resolveAllDependencies(BeanContainer container,
ResolvedDependencyCallback<T> callback)
Resolve all registered beans dependencies and call the passed callback function for each bean once its dependencies have been resolved
|
| Modifier and Type | Method and Description |
|---|---|
BeanContainer |
BeanParser.getBeanContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
BeanPlugin.onResolve(Bean bean,
Node beanNode,
NamedNodeMap beanAttributes,
boolean isAnonymous,
BeanContainer container)
Important: do not use the beanParser.getContainer() here as the points at the initial BeanContainer used when processing the
|
protected String |
BeanPlugin.processBeanNodeAttributes(Node beanNode,
NamedNodeMap beanAttributes,
String id,
String alias,
boolean isAnonymous,
Bean bean,
BeanContainer container)
Process a
|
Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.