| Package | Description |
|---|---|
| org.staticioc | |
| org.staticioc.container | |
| org.staticioc.model | |
| org.staticioc.parser | |
| org.staticioc.parser.namespace.spring.beans |
| Modifier and Type | Method and Description |
|---|---|
Property |
SpringConfigParser.handleNode(Node node,
String propName)
Handle the following node :
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
BeanContainerImpl.getPropertyReferences() |
List<Property> |
ExtendedBeanContainer.getPropertyReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContainerImpl.addOrReplaceProperty(Property prop,
Collection<Property> set)
Add or replace a Property in a bean's property set
Also updates a the Map of Property with a bean ref.
|
void |
BeanContainer.addOrReplaceProperty(Property prop,
Collection<Property> properties)
Update a collection of properties while registering potential references in the container (for prototype resolution)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContainerImpl.addOrReplaceProperty(Property prop,
Collection<Property> set)
Add or replace a Property in a bean's property set
Also updates a the Map of Property with a bean ref.
|
void |
BeanContainer.addOrReplaceProperty(Property prop,
Collection<Property> properties)
Update a collection of properties while registering potential references in the container (for prototype resolution)
|
| Modifier and Type | Method and Description |
|---|---|
protected Property |
Property.clone() |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
Bean.getConstructorArgs() |
Collection<Property> |
Bean.getProperties() |
Collection<Property> |
CollectionBean.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
static Property |
ParserHelper.buildContructorArgument(int index,
String value,
String ref) |
static Property |
ParserHelper.getRef(String propertyName,
String ref)
Builds a ref property
|
static Property |
ParserHelper.getVal(String propertyName,
String value)
Builds a value property
|
Property |
NodeSupportPlugin.handleNode(Node node,
String name)
Process a special node type and encapsulate the result as a Property
|
Property |
BeanParser.handleNode(Node subNode,
String propName)
Handle a sub-node and encapsulate result as a property
|
static Property |
ParserHelper.handleValueRefAttributes(String propName,
Node node)
Handle value, ref and idref attribute of an XML node and builds the corresponding property
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertiesPlugin.handleNode(Node node,
String propName) |
Property |
MapPlugin.handleNode(Node node,
String propName) |
Property |
ValuePlugin.handleNode(Node node,
String propName) |
Property |
AliasPlugin.handleNode(Node node,
String propName) |
Property |
BeanPlugin.handleNode(Node node,
String propName) |
Property |
SetPlugin.handleNode(Node node,
String propName) |
Property |
RefPlugin.handleNode(Node node,
String propName) |
Property |
ListPlugin.handleNode(Node node,
String propName) |
Property |
NullPlugin.handleNode(Node node,
String propName) |
Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.