|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.module.AbstractQuercusModule
com.caucho.quercus.lib.JavaModule
public class JavaModule
Java functions
Field Summary |
---|
Fields inherited from class com.caucho.quercus.module.AbstractQuercusModule |
---|
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER |
Constructor Summary | |
---|---|
JavaModule()
|
Method Summary | |
---|---|
static java.lang.String |
get_java_class_name(Env env,
Value value)
Returns the name of the java class. |
static java.lang.Object |
java_class(Env env,
java.lang.String className)
Returns the static class definition of a Java class. |
static java.lang.Object |
java(Env env,
java.lang.String className,
Value[] args)
Call the Java constructor and return the wrapped Java object. |
Methods inherited from class com.caucho.quercus.module.AbstractQuercusModule |
---|
addConstant, addConstant, addConstant, getConstMap, getIniDefinitions, getLoadedExtensions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaModule()
Method Detail |
---|
public static java.lang.Object java(Env env, java.lang.String className, Value[] args)
public static java.lang.Object java_class(Env env, java.lang.String className)
public static java.lang.String get_java_class_name(Env env, Value value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |