|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlConfigContext | |
---|---|
com.caucho.config.program | |
com.caucho.config.type | |
com.caucho.config.xml |
Uses of XmlConfigContext in com.caucho.config.program |
---|
Methods in com.caucho.config.program with parameters of type XmlConfigContext | ||
---|---|---|
protected
|
ConfigProgram.configure(java.lang.Class<T> type,
XmlConfigContext env)
Configures a bean given a class to instantiate. |
Uses of XmlConfigContext in com.caucho.config.type |
---|
Methods in com.caucho.config.type with parameters of type XmlConfigContext | |
---|---|
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 |
EnvironmentBeanType.beforeConfigure(XmlConfigContext env,
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 |
ConfigType.beforeConfigureBean(XmlConfigContext builder,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured. |
Uses of XmlConfigContext in com.caucho.config.xml |
---|
Methods in com.caucho.config.xml that return XmlConfigContext | |
---|---|
static XmlConfigContext |
XmlConfigContext.create()
|
static XmlConfigContext |
XmlConfigContext.createForProgram()
|
static XmlConfigContext |
XmlConfigContext.getCurrent()
|
static XmlConfigContext |
XmlConfigContext.getCurrentBuilder()
|
Methods in com.caucho.config.xml with parameters of type XmlConfigContext | |
---|---|
void |
XmlBeanType.beforeConfigure(XmlConfigContext builder,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured. |
Constructors in com.caucho.config.xml with parameters of type XmlConfigContext | |
---|---|
XmlConfigContext(XmlConfigContext parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |