|
||||||||||
| 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.NullProgram
public class NullProgram
A saved program for configuring an object.
| Constructor Summary | |
|---|---|
NullProgram()
|
|
| Method Summary | ||
|---|---|---|
|
inject(T bean,
CreationalContext<T> createContext)
Configures the bean using the current program. |
|
| Methods inherited from class com.caucho.config.program.ConfigProgram |
|---|
addProgram, bind, compareTo, configure, configure, configure, create, create, create, getDeclaringClass, getName, getPriority, getQName, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullProgram()
| Method Detail |
|---|
public <T> void inject(T bean,
CreationalContext<T> createContext)
ConfigProgram
inject in class ConfigProgrambean - the bean to configure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||