Package | Description |
---|---|
com.caucho.config.program | |
com.caucho.config.type | |
com.caucho.config.xml |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
ConfigProgram.configure(java.lang.Class<T> type,
XmlConfigContext env)
Configures a bean given a class to instantiate.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigType.afterConfigure(XmlConfigContext builder,
java.lang.Object bean)
Called after the children are configured.
|
void |
ConfigType.beforeConfigure(XmlConfigContext builder,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured.
|
void |
InlineBeanType.beforeConfigure(XmlConfigContext env,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured.
|
void |
EnvironmentBeanType.beforeConfigure(XmlConfigContext env,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured.
|
void |
ConfigType.beforeConfigureBean(XmlConfigContext builder,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured.
|
Modifier and Type | Method and Description |
---|---|
static XmlConfigContext |
XmlConfigContext.create() |
static XmlConfigContext |
XmlConfigContext.createForProgram() |
static XmlConfigContext |
XmlConfigContext.getCurrent() |
static XmlConfigContext |
XmlConfigContext.getCurrentBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
XmlBeanType.beforeConfigure(XmlConfigContext builder,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured.
|
Constructor and Description |
---|
XmlConfigContext(XmlConfigContext parent) |