|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.types.InstantiationConfig
public class InstantiationConfig
Configuration for an instantiation
| Constructor Summary | |
|---|---|
InstantiationConfig()
|
|
| Method Summary | |
|---|---|
void |
addArg(java.lang.Object value)
Adds an argument. |
void |
addText(java.lang.String value)
Adds the text value to the signature. |
java.lang.Object |
create()
Instantiates the object. |
java.lang.Class |
getType()
Returns the type. |
void |
init()
Initialize the signature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstantiationConfig()
| Method Detail |
|---|
public java.lang.Class getType()
public void addText(java.lang.String value)
public void addArg(java.lang.Object value)
@PostConstruct
public void init()
throws java.lang.Exception
java.lang.Exception
public java.lang.Object create()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||