|
||||||||||
| 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.QuercusModule
public class QuercusModule
Quercus functions to get information about the Quercus environment.
| 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 | |
|---|---|
QuercusModule()
|
|
| Method Summary | |
|---|---|
static HttpServletRequest |
get_request(Env env)
Deprecated. |
static HttpServletResponse |
get_response(Env env)
Deprecated. |
static ServletContext |
get_servlet_context(Env env)
|
static HttpServletRequest |
get_servlet_request(Env env)
Returns the HttpServletRequest associated with this Env. |
static HttpServletResponse |
get_servlet_response(Env env)
Returns the HttpServletResponse associated with this Env. |
static boolean |
has_database(Env env)
|
static boolean |
has_request(Env env)
|
static boolean |
is_compile(Env env)
Returns true if pages will be compiled. |
static boolean |
is_pro(Env env)
Returns true if this is the Professional version. |
static boolean |
is_resin(Env env)
Returns true if Quercus is running under Resin. |
static java.lang.String |
version(Env env)
Returns the version of Quercus. |
| Methods inherited from class com.caucho.quercus.module.AbstractQuercusModule |
|---|
getConstMap, getIniDefinitions, getLoadedExtensions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuercusModule()
| Method Detail |
|---|
public static java.lang.String version(Env env)
public static boolean is_pro(Env env)
public static boolean is_compile(Env env)
public static boolean is_resin(Env env)
public static boolean has_database(Env env)
public static boolean has_request(Env env)
@Deprecated public static HttpServletRequest get_request(Env env)
public static HttpServletRequest get_servlet_request(Env env)
@Deprecated public static HttpServletResponse get_response(Env env)
public static HttpServletResponse get_servlet_response(Env env)
public static ServletContext get_servlet_context(Env env)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||