public class NodeBuilderChildProgram extends FlowProgram
| Constructor and Description |
|---|
NodeBuilderChildProgram(org.w3c.dom.Node node) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(ConfigType<T> type,
CreationalContext<T> cxt) |
org.w3c.dom.Node |
getNode() |
QName |
getQName()
Returns the program's QName
|
<T> void |
inject(T bean,
CreationalContext<T> cxt)
Configures the bean using the current program.
|
java.lang.String |
toString() |
addProgram, bind, compareTo, configure, configure, configure, create, create, getDeclaringClass, getName, getPriority, initpublic QName getQName()
ConfigProgramgetQName in class ConfigProgrampublic org.w3c.dom.Node getNode()
public <T> void inject(T bean,
CreationalContext<T> cxt)
throws ConfigException
ConfigPrograminject in class ConfigProgrambean - the bean to configureConfigExceptionpublic <T> T create(ConfigType<T> type, CreationalContext<T> cxt) throws ConfigException
create in class ConfigProgramConfigExceptionpublic java.lang.String toString()
toString in class java.lang.Object