Uses of Class
com.caucho.quercus.annotation.Name

Packages that use Name
com.caucho.quercus.lib   
com.caucho.quercus.lib.db   
com.caucho.quercus.lib.resin   
com.caucho.quercus.lib.simplexml   
com.caucho.quercus.lib.spl   
 

Uses of Name in com.caucho.quercus.lib
 

Methods in com.caucho.quercus.lib with annotations of type Name
static Env QuercusModule.get_env(Env env)
          Returns the Env object.
static QuercusContext QuercusModule.get_quercus(Env env)
          Returns the Quercus object.
static HttpServletRequest QuercusModule.get_request(Env env)
          Deprecated. 
static HttpServletResponse QuercusModule.get_response(Env env)
          Deprecated. 
static ServletContext QuercusModule.get_servlet_context(Env env)
          Returns the ServletContext.
static HttpServletRequest QuercusModule.get_servlet_request(Env env)
          Returns the HttpServletRequest associated with this Env.
static HttpServletResponse QuercusModule.get_servlet_response(Env env)
          Returns the HttpServletResponse associated with this Env.
static boolean QuercusModule.has_database(Env env)
          Returns true if a JDBC database has been explicitly set.
static boolean QuercusModule.has_request(Env env)
          Returns true if there is an HttpRequest associated with this Env.
static boolean QuercusModule.is_compile(Env env)
          Returns true if pages will be compiled.
static boolean QuercusModule.is_pro(Env env)
          Returns true if this is the Professional version.
static boolean QuercusModule.is_resin(Env env)
          Returns true if Quercus is running under Resin.
static Value OptionsModule.q_assert(Env env, StringValue code)
          Checks the assertion
static void QuercusModule.q_import(Env env, java.lang.String name)
          Special quercus-only import statements.
static java.lang.String QuercusModule.version(Env env)
          Returns the version of Quercus.
 

Uses of Name in com.caucho.quercus.lib.db
 

Methods in com.caucho.quercus.lib.db with annotations of type Name
 boolean OracleOciLob.q_import(Env env, Path file)
          Imports file data to the LOB
 

Uses of Name in com.caucho.quercus.lib.resin
 

Methods in com.caucho.quercus.lib.resin with annotations of type Name
 javax.management.MBeanInfo MBean.getMbean_info()
          Returns the MBeanInfo for the mbean.
 

Uses of Name in com.caucho.quercus.lib.simplexml
 

Methods in com.caucho.quercus.lib.simplexml with annotations of type Name
 java.lang.String SimpleXMLAttributeList.simplexml_getName()
          Returns the name of the node.
 java.lang.String SimpleXMLElement.simplexml_getName()
          Returns the name of the node.
 

Uses of Name in com.caucho.quercus.lib.spl
 

Constructors in com.caucho.quercus.lib.spl with annotations of type Name
ArrayObject(Env env, Value value, int flags, java.lang.String iteratorClassName)