|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.servlet.PhpClassConfig
public class PhpClassConfig
Custom class configuration.
Constructor Summary | |
---|---|
PhpClassConfig()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Sets the PHP name for the class |
java.lang.Class |
getType()
Returns the name of the type to add. |
void |
init()
Initialize the class. |
void |
setName(java.lang.String name)
Sets the PHP name for the class |
void |
setType(java.lang.Class cl)
Sets the class to add. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhpClassConfig()
Method Detail |
---|
public void setType(java.lang.Class cl)
public java.lang.Class getType()
public void setName(java.lang.String name)
public java.lang.String getName()
@PostConstruct public void init() throws ConfigException
ConfigException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |