|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.program.ConfigProgram
com.caucho.config.program.FlowProgram
com.caucho.config.program.NodeBuilderProgram
public class NodeBuilderProgram
Stored configuration program for an attribute.
Field Summary | |
---|---|
static NodeBuilderProgram |
NULL
|
Method Summary | ||
---|---|---|
QName |
getQName()
Returns the program's QName |
|
|
inject(T bean,
CreationalContext<T> cxt)
Configures the bean using the current program. |
|
java.lang.String |
toString()
|
Methods inherited from class com.caucho.config.program.ConfigProgram |
---|
addProgram, bind, compareTo, configure, configure, configure, create, create, create, getDeclaringClass, getName, getPriority, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NodeBuilderProgram NULL
Method Detail |
---|
public QName getQName()
ConfigProgram
getQName
in class ConfigProgram
public <T> void inject(T bean, CreationalContext<T> cxt) throws ConfigException
ConfigProgram
inject
in class ConfigProgram
bean
- the bean to configure
ConfigException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |