A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractAccessLog - class com.caucho.http.log.AbstractAccessLog.
Represents an log of every top-level request to the server.
AbstractAccessLog() - Constructor for class com.caucho.http.log.AbstractAccessLog
 
AbstractAuthenticator - class com.caucho.server.http.AbstractAuthenticator.
Deprecated.  
AbstractAuthenticator - class com.caucho.http.security.AbstractAuthenticator.
All applications should extend AbstractAuthenticator to implement their custom authenticators.
AbstractAuthenticator() - Constructor for class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
AbstractAuthenticator() - Constructor for class com.caucho.http.security.AbstractAuthenticator
 
AbstractClientFactory - class com.caucho.ejb.AbstractClientFactory.
Create a remote object
AbstractClientFactory() - Constructor for class com.caucho.ejb.AbstractClientFactory
 
AbstractConstraint - class com.caucho.http.security.AbstractConstraint.
 
AbstractConstraint() - Constructor for class com.caucho.http.security.AbstractConstraint
 
AbstractContext - class com.caucho.naming.AbstractContext.
Abstract class for naming context.
AbstractContext(Hashtable) - Constructor for class com.caucho.naming.AbstractContext
 
AbstractLogin - class com.caucho.http.security.AbstractLogin.
Used to authenticate users in a servlet request.
AbstractLogin() - Constructor for class com.caucho.http.security.AbstractLogin
 
AbstractParser - class com.caucho.xml.AbstractParser.
 
AbstractRequest - class com.caucho.server.http.AbstractRequest.
Abstract request implementing methods common to the different request implementations.
AbstractRequest() - Constructor for class com.caucho.server.http.AbstractRequest
 
AbstractStylesheet - class com.caucho.xsl.AbstractStylesheet.
A compiled XSL stylesheet.
AbstractStylesheet() - Constructor for class com.caucho.xsl.AbstractStylesheet
 
AbstractStylesheetFactory - class com.caucho.xsl.AbstractStylesheetFactory.
Abstract factory for creating stylesheets.
AbstractStylesheetFactory() - Constructor for class com.caucho.xsl.AbstractStylesheetFactory
 
acceptsURL(String) - Method in class com.caucho.sql.DBPool
Returns true if the driver thinks that it can open a connection to the given URL.
AccessLog - class com.caucho.http.log.AccessLog.
Represents an log of every top-level request to the server.
AccessLog() - Constructor for class com.caucho.http.log.AccessLog
 
ADD - Static variable in class com.caucho.xpath.Expr
 
add(byte[], int, int) - Method in class com.caucho.util.ByteBuffer
 
add(char[], int, int) - Method in class com.caucho.util.ByteBuffer
 
add(CharBuffer) - Method in class com.caucho.util.ByteBuffer
 
add(CpuUsage, CpuUsage) - Method in class com.caucho.util.CpuUsage
 
add(int) - Method in class com.caucho.util.ByteBuffer
 
add(int) - Method in class com.caucho.util.IntArray
Adds an integer to the array.
add(IntArray) - Method in class com.caucho.util.IntArray
Appends the integers in array to the end of this array.
add(int, byte[], int, int) - Method in class com.caucho.util.ByteBuffer
Inserts a byte array
add(int, int) - Method in class com.caucho.util.ByteBuffer
Inserts a byte array
add(int, int) - Method in class com.caucho.util.IntArray
Inserts an integer into the array.
add(int, String) - Method in class com.caucho.naming.QName
 
add(Object) - Method in class com.caucho.util.NullIterator
 
add(String) - Method in class com.caucho.util.ByteBuffer
 
add(String) - Method in class com.caucho.naming.QName
 
addAll(int, Name) - Method in class com.caucho.naming.QName
 
addAll(Name) - Method in class com.caucho.naming.QName
 
addAuthCookie(HttpServletRequest, HttpServletResponse, ServletContext, Principal) - Method in class com.caucho.http.security.JdbcAuthenticator
Adds a cookie to store authentication.
addByte(int) - Method in class com.caucho.vfs.ByteToChar
Adds the next byte.
addByte(int) - Method in class com.caucho.vfs.OldByteToChar
Adds the next byte.
addCacheDepend(Path) - Method in class com.caucho.xsl.TransformerImpl
 
addCacheDepend(Path) - Method in class com.caucho.xsl.XslWriter
Add a dependency to the result document.
addCacheDepend(String) - Method in class com.caucho.xsl.TransformerImpl
 
addCacheDepend(String) - Method in class com.caucho.xsl.AbstractStylesheet
Adds a cache dependency.
addCdataElement(String) - Method in class com.caucho.xml.XmlPrinter
 
addChar(char) - Method in class com.caucho.vfs.ByteToChar
Adds the next character.
addChar(char) - Method in class com.caucho.vfs.OldByteToChar
Adds the next character.
addChild(RegistryNode) - Method in class com.caucho.util.RegistryNode
Adds the node as a child of the current node
addClassPath() - Method in class com.caucho.vfs.MergePath
Adds the classpath as paths in the MergePath.
addClassPath(ClassLoader) - Method in class com.caucho.vfs.MergePath
Adds the classpath for the loader as paths in the MergePath.
addCodeBasePath(String) - Method in class com.caucho.util.DynamicClassLoader
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.caucho.sql.QPooledConnection
 
addCookie(Cookie) - Method in class com.caucho.server.http.Response
Adds a cookie to the response.
addCookie(Cookie) - Method in class com.caucho.server.http.DummyResponse
 
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addDateHeader(String, long) - Method in class com.caucho.server.http.Response
Convenience for adding a date header.
addDateHeader(String, long) - Method in class com.caucho.server.http.DummyResponse
 
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDepend(Path) - Method in class com.caucho.xml.QDocument
 
addDepend(Path) - Method in class com.caucho.xsl.AbstractStylesheet
Add a dependency to the stylesheet.
addDepend(Path) - Method in class com.caucho.server.http.Application
Add a dependency
addDepend(Path, long, long) - Method in class com.caucho.xsl.AbstractStylesheet
Add a dependency to the stylesheet.
addDouble(double) - Method in class com.caucho.util.ByteBuffer
 
addExit() - Static method in class com.caucho.util.Exit
Starts a protection scope.
addExit(ExitListener, Object) - Static method in class com.caucho.util.Exit
Registers the object and listener.
addFunction(String, Object) - Method in class com.caucho.xpath.Env
Adds and extension function
addFunction(String, XPathFun) - Method in class com.caucho.xsl.TransformerImpl
Adds a new custom function.
addFunction(String, XPathFun) - Method in class com.caucho.xsl.StylesheetImpl
 
addFunction(String, XPathFun) - Method in interface com.caucho.transform.Transformer
Adds a new XPath function for the stylesheet.
addHeader(String, String) - Method in interface com.caucho.server.http.CauchoResponse
 
addHeader(String, String) - Method in class com.caucho.server.http.Response
Adds a new header.
addHeader(String, String) - Method in class com.caucho.server.http.DummyResponse
 
addHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addInt(int) - Method in class com.caucho.util.ByteBuffer
 
addInt(int, int) - Method in class com.caucho.util.ByteBuffer
 
addIntHeader(String, int) - Method in class com.caucho.server.http.Response
Convenience for adding an integer header.
addIntHeader(String, int) - Method in class com.caucho.server.http.DummyResponse
 
addIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addLexeme(String, int) - Method in class com.caucho.regexp.Lex
 
addListener(ChangeListener) - Static method in class com.caucho.util.Registry
 
addListener(ClassLoaderListener) - Method in class com.caucho.util.DynamicClassLoader
Adds a listener to detect class loader changes.
addListener(ExitListener) - Method in class com.caucho.server.http.Application
Adds a listener to be notified when the Application closes.
addListener(ExitListener) - Method in interface com.caucho.server.http.CauchoApplication
 
addMergePath(Path) - Method in class com.caucho.vfs.MergePath
Adds a new path to the end of the merge path.
addNamespace(String, String) - Method in class com.caucho.xml.QDocument
Add a namespace declaration to a document.
addNamespace(String, String) - Method in class com.caucho.xsl.XslWriter
 
addParam(Env, String, Node, Env) - Method in class com.caucho.xpath.Expr
Adds a param with the expression's value.
addPermission(String, String) - Method in class com.caucho.util.DynamicClassLoader
 
addPermissions(ArrayList) - Method in class com.caucho.util.DynamicClassLoader
 
addRoleName(String) - Method in class com.caucho.http.security.RoleConstraint
 
addScript(String, Script) - Method in class com.caucho.es.Global
Sets a running script.
addShort(int) - Method in class com.caucho.util.ByteBuffer
 
addShort(int, int) - Method in class com.caucho.util.ByteBuffer
 
addString(String) - Method in class com.caucho.util.ByteBuffer
 
addString(String, String) - Method in class com.caucho.util.ByteBuffer
Adds a string with a specified encoding.
addToEnvironment(String, Object) - Method in class com.caucho.naming.AbstractContext
 
addToEnvironment(String, Object) - Method in class com.caucho.naming.PathJndiContext
 
addURL(String) - Method in class com.caucho.server.http.PingThread
Adds a new URL to be tested.
addVar(Env, String, Node, Env) - Method in class com.caucho.xpath.Expr
Adds a variable with the expression's value.
addVar(String, Object) - Method in class com.caucho.xpath.Env
Adds the value associated with name.
addVar(String, Var) - Method in class com.caucho.xpath.Env
Adds the value associated with name.
Alarm - class com.caucho.util.Alarm.
The alarm class provides a lightweight event scheduler.
Alarm(AlarmListener) - Constructor for class com.caucho.util.Alarm
Create a new wakeup alarm with a designated listener as a callback.
Alarm(AlarmListener, long) - Constructor for class com.caucho.util.Alarm
Creates a new alarm and schedules its wakeup.
Alarm(String, AlarmListener, long) - Constructor for class com.caucho.util.Alarm
Creates a named alarm and schedules its wakeup.
AlarmListener - interface com.caucho.util.AlarmListener.
Interface for receiving alarm events.
allocate() - Static method in class com.caucho.util.CharBuffer
 
allocate() - Method in class com.caucho.util.FreeList
Try to get an object from the free list.
allocate() - Static method in class com.caucho.vfs.TempBuffer
Allocate a TempBuffer, reusing one if available.
allowCache - Variable in class com.caucho.server.http.Response
 
allowFree(Object) - Method in class com.caucho.util.FreeList
 
allowKeepalive - Variable in class com.caucho.server.http.Response
 
alwaysModified - Variable in class com.caucho.jsp.Page
 
AND - Static variable in class com.caucho.xpath.Expr
 
anyNumber(XslWriter, Node, Env, AbstractPattern, AbstractPattern, XslNumberFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
append(boolean) - Method in class com.caucho.util.CharBuffer
Appends the boolean representation to the buffer
append(byte[], int, int) - Method in class com.caucho.util.CharBuffer
Appends iso-8859-1 bytes to the buffer
append(byte[], int, int) - Method in class com.caucho.util.ByteBuffer
Inserts a byte array
append(char) - Method in class com.caucho.util.CharBuffer
Appends the character to the buffer
append(char[]) - Method in class com.caucho.util.CharBuffer
Appends the characters to the buffer.
append(char[], int, int) - Method in class com.caucho.util.CharBuffer
Appends the characters to the buffer.
append(CharBuffer) - Method in class com.caucho.util.CharBuffer
Appends the string representation of the object to the buffer.
append(double) - Method in class com.caucho.util.CharBuffer
Add a double to the buffer.
append(double) - Method in class com.caucho.util.DoubleArray
 
append(DoubleArray) - Method in class com.caucho.util.DoubleArray
 
append(float) - Method in class com.caucho.util.CharBuffer
Add a float to the buffer.
append(int) - Method in class com.caucho.util.CharBuffer
Add an int to the buffer.
append(int) - Method in class com.caucho.util.ByteBuffer
Add a byte to the buffer.
append(long) - Method in class com.caucho.util.CharBuffer
Add a long to the buffer.
append(Object) - Method in class com.caucho.util.Tree
 
append(Object) - Method in class com.caucho.util.CharBuffer
Appends the string representation of the object to the buffer.
append(RegistryNode) - Method in class com.caucho.util.RegistryNode
Appends the children of the next node as children of this node.
append(Slist, Slist) - Static method in class com.caucho.util.Slist
Destructively append
append(String) - Method in class com.caucho.util.CharBuffer
Appends the string.
append(String) - Method in class com.caucho.util.ByteBuffer
Appends an int (little endian) in the buffer
append(String, int, int) - Method in class com.caucho.util.CharBuffer
 
appendChild(Node) - Method in class com.caucho.xml.QAbstractNode
 
appendChild(Node) - Method in class com.caucho.xml.QNode
 
appendChild(Node) - Method in class com.caucho.xml.QElement
Appends a new node as the last child of the element.
appendChild(Node) - Method in class com.caucho.xml.QDocument
 
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendInt(int) - Method in class com.caucho.util.ByteBuffer
Appends an int (little endian) in the buffer
appendShort(int) - Method in class com.caucho.util.ByteBuffer
Appends a short (little endian) in the buffer
appendTree(Tree) - Method in class com.caucho.util.Tree
 
application - Variable in class com.caucho.jsp.QServlet
 
application - Variable in class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
Application - class com.caucho.server.http.Application.
The state for a servlet application.
APPLICATION - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
ApplicationAdmin - class com.caucho.http.admin.ApplicationAdmin.
Administers an application.
ApplicationAdmin(Application) - Constructor for class com.caucho.http.admin.ApplicationAdmin
Creates a new Admin object.
applyNode(XslWriter, Node, Env) - Method in class com.caucho.xsl.StylesheetImpl
 
applyNode(XslWriter, Node, Env, int, int) - Method in class com.caucho.xsl.StylesheetImpl
 
applyNodeDefault(XslWriter, Node, Env) - Method in class com.caucho.xsl.StylesheetImpl
The default rule when no templates match.
arg(int, ESBase) - Method in class com.caucho.es.Call
 
array(ESBase) - Method in class com.caucho.es.Call
 
AT_BEGIN - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after start tag
AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after end tag
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
ATTRIBUTE - Static variable in class com.caucho.xpath.Expr
 
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
attribute(String, String, String, String) - Method in class com.caucho.xml.SAXBuilder
 
attribute(String, String, String, String) - Method in class com.caucho.xml.DOMBuilder
 
attribute(String, String, String, String) - Method in class com.caucho.xml.XmlPrinter
Prints an attribute
attribute(String, String, String, String) - Method in interface com.caucho.xml.XMLWriter
 
attributeAdded(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that a new attribute was added to the servlet context.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an existing attribute has been remved from the servlet context.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributeListener
Notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced.
auth - Variable in class com.caucho.http.security.AbstractLogin
The configured authenticator for the login.
authenticate() - Method in class com.caucho.server.http.AbstractRequest
 
authenticate(HttpServletRequest) - Method in interface com.caucho.server.http.Authenticator
Deprecated.  
authenticate(HttpServletRequest) - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated. Grab the user from the request, assuming the user has already logged in.
authenticate(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.caucho.http.security.AbstractLogin
Logs a user in.
authenticate(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.caucho.http.security.BasicLogin
Logs a user in with a user name and a password.
authenticate(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.caucho.http.security.FormLogin
Logs a user in with a user name and a password.
authenticate(HttpServletRequest, String, String) - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated. Authenticate (login) the user.
authenticate(String, String) - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
authenticate(String, String) - Method in class com.caucho.server.http.NullAuthenticator
 
authenticateCookie(HttpServletRequest, String) - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
authenticateCookie(String) - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
authenticateCookie(String) - Method in class com.caucho.http.security.JdbcAuthenticator
Authenticate based on a cookie.
Authenticator - interface com.caucho.server.http.Authenticator.
Authenticator is deprecated.
AuthenticatorAdapter - class com.caucho.http.security.AuthenticatorAdapter.
Adapter for old-style authentication.
AuthenticatorAdapter(Authenticator) - Constructor for class com.caucho.http.security.AuthenticatorAdapter
 
autoCompile - Variable in class com.caucho.jsp.PageManager
 
autoFlush - Variable in class javax.servlet.jsp.JspWriter
 
available() - Method in class com.caucho.vfs.ReadStream
Compatibility with InputStream.

B

backing - Variable in class com.caucho.server.http.QSession
 
BadRequestException - exception com.caucho.server.http.BadRequestException.
 
BadRequestException() - Constructor for class com.caucho.server.http.BadRequestException
 
BadRequestException(String) - Constructor for class com.caucho.server.http.BadRequestException
 
Base64 - class com.caucho.util.Base64.
Base64 decoding.
Base64() - Constructor for class com.caucho.util.Base64
 
BASIC_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BasicLogin - class com.caucho.http.security.BasicLogin.
Implements the "basic" auth-method.
BasicLogin() - Constructor for class com.caucho.http.security.BasicLogin
 
BasicPrincipal - class com.caucho.server.http.BasicPrincipal.
Deprecated.  
BasicPrincipal - class com.caucho.security.BasicPrincipal.
 
BasicPrincipal() - Constructor for class com.caucho.server.http.BasicPrincipal
Deprecated.  
BasicPrincipal() - Constructor for class com.caucho.security.BasicPrincipal
Zero-arg constructor for serialization.
BasicPrincipal(String) - Constructor for class com.caucho.server.http.BasicPrincipal
Deprecated.  
BasicPrincipal(String) - Constructor for class com.caucho.security.BasicPrincipal
 
BeanUtil - class com.caucho.util.BeanUtil.
Bean utilities.
BeanUtil() - Constructor for class com.caucho.util.BeanUtil
 
begin() - Method in class com.caucho.transaction.TransactionManagerImpl
Create a new transaction and associate it with the thread.
bind(Name, Object) - Method in class com.caucho.naming.AbstractContext
 
bind(Name, Object) - Method in class com.caucho.naming.PathJndiContext
 
bind(Path) - Method in class com.caucho.vfs.Path
Binds the context to the current path.
bind(Path) - Method in class com.caucho.vfs.FilesystemPath
 
bind(String, Object) - Method in class com.caucho.naming.AbstractContext
 
bind(String, Object) - Method in class com.caucho.naming.PathJndiContext
 
bindRoot - Variable in class com.caucho.vfs.FilesystemPath
 
BODY_CONTENT_EMPTY - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is empty
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is JSP
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
static constant for getBodyContent() when it is Tag dependent
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
 
BodyContent - class javax.servlet.jsp.tagext.BodyContent.
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Protected constructor.
BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
bogusSecure - Variable in class com.caucho.server.http.Request
 
BOOLEAN - Static variable in class com.caucho.xpath.Expr
 
BOOLEAN_EQ - Static variable in class com.caucho.xpath.Expr
 
BOOLEAN_NEQ - Static variable in class com.caucho.xpath.Expr
 
buffer - Variable in class com.caucho.util.CharSegment
 
BufferedReaderAdapter - class com.caucho.vfs.BufferedReaderAdapter.
Trivial adapter so readers and input streams can be used in the same servlet.
BufferedReaderAdapter(ReadStream) - Constructor for class com.caucho.vfs.BufferedReaderAdapter
 
bufferSize - Variable in class javax.servlet.jsp.JspWriter
 
byteAt(int) - Method in class com.caucho.util.ByteBuffer
Returns the byte at the specified offset.
ByteBuffer - class com.caucho.util.ByteBuffer.
A variable-length byte buffer, similar to a character buffer.
ByteBuffer() - Constructor for class com.caucho.util.ByteBuffer
 
ByteBuffer(int) - Constructor for class com.caucho.util.ByteBuffer
 
ByteToChar - class com.caucho.vfs.ByteToChar.
Utility class for converting a byte stream to a character stream.
byteToHex(int) - Static method in class com.caucho.util.URLUtil
 
ByteWriteStream - interface com.caucho.jsp.ByteWriteStream.
 

C

cache - Static variable in class com.caucho.vfs.HttpPath
 
cache - Variable in class com.caucho.server.http.AbstractRequest
 
CACHE_DEPENDS - Static variable in interface com.caucho.xsl.CauchoStylesheet
 
CACHE_DEPENDS - Static variable in class com.caucho.xsl.TransformerImpl
 
CacheableDocument - class com.caucho.xsl.CacheableDocument.
A document wrapper allowing caching of XSL-generated content.
cacheDepends - Variable in class com.caucho.xsl.TransformerImpl
 
cacheEntry - Variable in class com.caucho.vfs.HttpPath
 
CacheInvocation.CacheEntry - class com.caucho.server.http.CacheInvocation.CacheEntry.
The cached response.
CacheInvocation.CacheEntry() - Constructor for class com.caucho.server.http.CacheInvocation.CacheEntry
 
CacheListener - interface com.caucho.util.CacheListener.
Notifies the cache entry that it's been removed from the cache.
CachePath - class com.caucho.vfs.CachePath.
A cache wrapper over a path.
CachePath(FilesystemPath, String, String) - Constructor for class com.caucho.vfs.CachePath
Internal creation of a path for the vfs.
CachePath(Path, int, long) - Constructor for class com.caucho.vfs.CachePath
Creates a new cache.
calculate(long, boolean) - Method in class com.caucho.util.QDate
 
calculateLastModified(ArrayList, ArrayList) - Static method in class com.caucho.jsp.Page
Calculate the last modified time for all the dependencies.
calendar - Variable in class com.caucho.server.http.AbstractRequest
 
calendar - Variable in class com.caucho.server.http.Response
 
Call - class com.caucho.es.Call.
Implementation class representing a call context.
call(Call, int) - Method in class com.caucho.es.ESBase
 
call(Call, int) - Method in class com.caucho.es.ESObject
 
call(Call, int) - Method in class com.caucho.es.ESClosure
 
call(Call, int) - Method in class com.caucho.es.ESRegexp
 
call(Call, int) - Method in class com.caucho.es.ESBeanWrapper
 
call(Call, int, ESString) - Method in class com.caucho.es.ESBase
 
call(Call, int, ESString) - Method in class com.caucho.es.ESBeanWrapper
 
call(Call, int, int) - Method in class com.caucho.es.ESBeanWrapper
 
call(ESBase, ESString, int) - Method in class com.caucho.es.Call
 
call(ESBase, ESString, int, ESBase) - Method in class com.caucho.es.Call
 
call(ESBase, ESString, int, ESBase, ESBase) - Method in class com.caucho.es.Call
 
call(ESBase, ESString, int, ESBase, ESBase, ESBase, int) - Method in class com.caucho.es.Call
 
call(ESBase, int) - Method in class com.caucho.es.Call
 
call(ESBase, int, ESBase) - Method in class com.caucho.es.Call
 
call(ESBase, int, ESBase, ESBase) - Method in class com.caucho.es.Call
 
call(ESBase, int, ESBase, ESBase, ESBase, int) - Method in class com.caucho.es.Call
 
call(int, Call, int) - Method in interface com.caucho.es.ESCallable
 
call(int, Call, int) - Method in class com.caucho.es.ESGlobal
 
call(int, Call, int) - Method in class com.caucho.es.ESClass
 
call(String) - Method in class com.caucho.es.ScriptClosure
Calls the JavaScript function 'name' with no arguments.
call(String, Object) - Method in class com.caucho.es.ScriptClosure
Calls the JavaScript function 'name' with a single argument.
call(String, Object[]) - Method in class com.caucho.es.ScriptClosure
Calls the JavaScript function 'name' with an array of arguments.
call(String, Object, Object) - Method in class com.caucho.es.ScriptClosure
Calls the JavaScript function 'name' with two arguments.
call(String, Object, Object, Object) - Method in class com.caucho.es.ScriptClosure
Calls the JavaScript function 'name' with three arguments.
call(String, Object, Object, Object, Object) - Method in class com.caucho.es.ScriptClosure
Calls the JavaScript function 'name' with four arguments.
callScope(ESString, int) - Method in class com.caucho.es.Call
 
callScope(ESString, int, ESBase) - Method in class com.caucho.es.Call
 
callScope(ESString, int, ESBase, ESBase) - Method in class com.caucho.es.Call
 
callScope(ESString, int, ESBase, ESBase, ESBase, int) - Method in class com.caucho.es.Call
 
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute can hold a request-time value.
canPut(ESString) - Method in class com.caucho.es.ESObject
 
canPut(ESString) - Method in class com.caucho.es.ESClosure
 
canRead() - Method in class com.caucho.vfs.StreamImpl
Returns true if this is a read stream.
canRead() - Method in class com.caucho.vfs.MultipartStream
 
canRead() - Method in class com.caucho.vfs.Path
Tests if the file can be read.
canRead() - Method in class com.caucho.vfs.ReadStream
Returns true if the stream allows reading.
canRead() - Method in class com.caucho.vfs.JarPath
 
canRead() - Method in class com.caucho.vfs.TempReadStream
 
canRead() - Method in class com.caucho.vfs.StringStream
 
canRead() - Method in class com.caucho.vfs.MergePath
Returns true if the best path can be read.
canRead() - Method in class com.caucho.vfs.SocketStream
Returns true since the socket stream can be read.
canRead() - Method in class com.caucho.vfs.FileReadStream
Returns true if there's an associated file.
canRead() - Method in class com.caucho.vfs.CachePath
 
canRead() - Method in class com.caucho.vfs.MemoryPath
 
canRead() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
canRead() - Method in class com.caucho.vfs.ReaderWriterStream
 
canRead() - Method in class com.caucho.vfs.StreamFilter
 
canRead() - Method in class com.caucho.vfs.PipeStream
PipeStreams can read
canRead() - Method in class com.caucho.vfs.FilePath
 
canRead() - Method in class com.caucho.vfs.VfsStream
 
canRead() - Method in class com.caucho.vfs.HttpPath
Returns true if the file is readable.
canRead() - Method in class com.caucho.server.http.JniStream
 
canSkip() - Method in class com.caucho.vfs.FileReadStream
Returns true if there's an associated file.
canWrite() - Method in class com.caucho.vfs.StreamImpl
Returns true if this is a writable stream.
canWrite() - Method in class com.caucho.vfs.MemoryStream
A memory stream is writable.
canWrite() - Method in class com.caucho.vfs.StdoutStream
The standard-output stream returns true since it's writable.
canWrite() - Method in class com.caucho.vfs.WriteStream
Returns true if the buffer allows writes.
canWrite() - Method in class com.caucho.vfs.Path
Tests if the file can be written.
canWrite() - Method in class com.caucho.vfs.JarPath
 
canWrite() - Method in class com.caucho.vfs.TempStream
 
canWrite() - Method in class com.caucho.vfs.RotateStream
True if the stream can write
canWrite() - Method in class com.caucho.vfs.ContextStream
True if the stream can write
canWrite() - Method in class com.caucho.vfs.MergePath
Returns true if the best path can be written to.
canWrite() - Method in class com.caucho.vfs.LogStream
 
canWrite() - Method in class com.caucho.vfs.SocketStream
 
canWrite() - Method in class com.caucho.vfs.StderrStream
The standard error stream returns true since it's writable.
canWrite() - Method in class com.caucho.vfs.StringWriter
Returns true since StringWriter is for writing.
canWrite() - Method in class com.caucho.vfs.CachePath
 
canWrite() - Method in class com.caucho.vfs.MemoryPath
 
canWrite() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
canWrite() - Method in class com.caucho.vfs.ReaderWriterStream
 
canWrite() - Method in class com.caucho.vfs.StreamFilter
 
canWrite() - Method in class com.caucho.vfs.PipeStream
The pipe stream can write.
canWrite() - Method in class com.caucho.vfs.FilePath
 
canWrite() - Method in class com.caucho.vfs.VfsStream
 
canWrite() - Method in class com.caucho.server.http.JniStream
 
capacity() - Method in class com.caucho.util.CharBuffer
Returns the capacity of the buffer, i.e.
capacity() - Method in class com.caucho.util.ByteBuffer
Returns the actual capacity of the buffer, i.e.
carefulCharAt(int) - Method in class com.caucho.es.ESString
 
CauchoApplication - interface com.caucho.server.http.CauchoApplication.
 
CauchoDocument - interface com.caucho.xml.CauchoDocument.
CauchoDocument extends the DOM, providing namespaces
CauchoElement - interface com.caucho.xml.CauchoElement.
CauchoElement extends the DOM, providing for ordered Attributes.
cauchoIsModified() - Method in class com.caucho.jsp.Page
Returns true if the underlying souce has been modified.
CauchoNode - interface com.caucho.xml.CauchoNode.
CauchoNode extends the DOM, providing namespace support and input file support.
CauchoPage - interface com.caucho.jsp.CauchoPage.
 
CauchoRequest - interface com.caucho.server.http.CauchoRequest.
 
CauchoRequestDispatcher - interface com.caucho.server.http.CauchoRequestDispatcher.
 
CauchoResponse - interface com.caucho.server.http.CauchoResponse.
 
CauchoStylesheet - interface com.caucho.xsl.CauchoStylesheet.
 
CauchoSystem - class com.caucho.util.CauchoSystem.
A wrapper for Caucho system variables, allowing tests to override the default variables.
cb - Variable in class com.caucho.server.http.Request
 
cb - Variable in class com.caucho.server.http.Response
 
CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
Equivalent to xsl:output cdata-section-elements
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
cdata(char[], int, int) - Method in class com.caucho.xml.SAXBuilder
 
cdata(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
 
cdata(char[], int, int) - Method in class com.caucho.xml.XmlPrinter
 
cdata(char[], int, int) - Method in interface com.caucho.xml.XMLWriter
 
cdata(String) - Method in class com.caucho.xml.SAXBuilder
 
cdata(String) - Method in class com.caucho.xml.DOMBuilder
 
cdata(String) - Method in class com.caucho.xml.XmlPrinter
 
cdata(String) - Method in interface com.caucho.xml.XMLWriter
 
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CEILING - Static variable in class com.caucho.xpath.Expr
 
chain(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.QRequestDispatcher
 
ChangeListener - interface com.caucho.util.ChangeListener.
 
changeToBackingFile(int) - Method in class com.caucho.vfs.TempStream
 
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
characters(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
Adds text characters to the current document.
charAt(int) - Method in class com.caucho.util.CharSegment
Returns the char at the specified offset.
charAt(int) - Method in class com.caucho.util.CharBuffer
Returns the char at the specified offset.
CharBuffer - class com.caucho.util.CharBuffer.
CharBuffer is an unsynchronized version of StringBuffer.
CharBuffer() - Constructor for class com.caucho.util.CharBuffer
Constructs a char buffer with no characters.
CharBuffer(int) - Constructor for class com.caucho.util.CharBuffer
Constructs a char buffer with the given initial capacity
CharBuffer(String) - Constructor for class com.caucho.util.CharBuffer
Constructs a char buffer with the given initial string
CharBuffer(String, int, int) - Constructor for class com.caucho.util.CharBuffer
Constructs a char buffer with the given initial string
CharBufferWriter - interface com.caucho.util.CharBufferWriter.
 
CharCursor - class com.caucho.util.CharCursor.
 
CharCursor() - Constructor for class com.caucho.util.CharCursor
 
charEncoding - Variable in class com.caucho.server.http.Response
 
CharScanner - class com.caucho.util.CharScanner.
A scanner for simple delimiter based parsing.
CharScanner(String) - Constructor for class com.caucho.util.CharScanner
Creates a compiled character scanner.
CharSegment - class com.caucho.util.CharSegment.
CharSegment is a section of a character buffer
CharSegment() - Constructor for class com.caucho.util.CharSegment
 
CharSegment(char[], int, int) - Constructor for class com.caucho.util.CharSegment
Constructs a char segment based on a char array.
checkValid() - Method in class com.caucho.xml.QAbstractNode
 
checkValid() - Method in class com.caucho.xml.QNode
 
checkValid() - Method in interface com.caucho.xml.CauchoNode
For testing...
children() - Method in class com.caucho.util.Tree
 
classDir - Variable in class com.caucho.es.Script
 
ClassLoaderListener - interface com.caucho.util.ClassLoaderListener.
Interface for receiving alarm events.
clear() - Method in class com.caucho.util.LruCache
Clears the cache
clear() - Method in class com.caucho.util.CharBuffer
Clears the buffer.
clear() - Method in class com.caucho.util.ByteBuffer
 
clear() - Method in class com.caucho.util.FlatCache
Clears the cache
clear() - Method in class com.caucho.util.IntMap
Clear the hashmap.
clear() - Method in class com.caucho.util.ContextProperties
 
clear() - Method in class com.caucho.util.DoubleArray
 
clear() - Method in class com.caucho.util.IntArray
clear the array, i.e.
clear() - Method in class com.caucho.util.IntSet
 
clear() - Method in class com.caucho.util.CpuUsage
 
clear() - Method in class com.caucho.vfs.TempBuffer
Clears the buffer.
clear() - Method in class com.caucho.vfs.CachePath
Clear the memory cache.
clear() - Method in class com.caucho.vfs.ByteToChar
Clears the converted
clear() - Method in class com.caucho.vfs.OldByteToChar
Clears the converted
clear() - Method in class com.caucho.xpath.Env
Clears all values in the local environment.
clear() - Method in class com.caucho.jsp.QBodyContent
 
clear() - Method in class javax.servlet.jsp.JspWriter
Clear the contents of the buffer.
clearBody() - Method in class com.caucho.jsp.QBodyContent
Clears the body contents.
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clear the body without throwing any exceptions.
clearBuffer() - Method in class com.caucho.jsp.QBodyContent
 
clearBuffer() - Method in interface com.caucho.server.http.CauchoResponse
 
clearBuffer() - Method in class com.caucho.server.http.Response
 
clearBuffer() - Method in class com.caucho.server.http.DummyResponse
 
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearCache() - Method in class com.caucho.server.http.ServletServer
Clears the internal caches.
clearCache() - Method in class com.caucho.server.http.Application
Clears the cache.
clearCache() - Method in interface com.caucho.server.http.CauchoApplication
Clears the cache.
clearCache() - Method in class com.caucho.http.admin.ApplicationAdmin
Clears the cache.
clearParameters() - Method in class com.caucho.xsl.TransformerImpl
Clears all the external stylesheet parameters.
clearParameters() - Method in class javax.xml.transform.Transformer
Clears all the stylesheet parameters.
clearRead() - Method in class com.caucho.vfs.ReadStream
Clears the read buffer.
clearWarnings() - Method in class com.caucho.sql.QPooledConnectionImpl
 
clearWrite() - Method in class com.caucho.vfs.StreamImpl
Clears any buffered values in the write.
clearWrite() - Method in class com.caucho.vfs.WriteStream
Clears the write buffer
clearWrite() - Method in class com.caucho.vfs.TempStream
 
CLIENT_CERT_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
ClientDisconnectException - exception com.caucho.vfs.ClientDisconnectException.
Exception thrown when a client unexpectedly closes a connection.
ClientDisconnectException() - Constructor for class com.caucho.vfs.ClientDisconnectException
 
ClientDisconnectException(Exception) - Constructor for class com.caucho.vfs.ClientDisconnectException
 
ClientDisconnectException(String) - Constructor for class com.caucho.vfs.ClientDisconnectException
 
ClientFactory - interface com.caucho.ejb.ClientFactory.
Create a remote object
clone() - Method in class com.caucho.util.CharBuffer
Clones the buffer
clone() - Method in class com.caucho.util.ByteBuffer
Clones the buffer
clone() - Method in class com.caucho.util.IntMap
 
clone() - Method in class com.caucho.util.ContextProperties
 
clone() - Method in class com.caucho.util.RegistryNode
Clones the current node.
clone() - Method in class com.caucho.util.CharCursor
 
clone() - Method in class com.caucho.util.IntSet
Returns a clone of the set.
clone() - Method in class com.caucho.util.QDate
 
clone() - Method in class com.caucho.util.StringCharCursor
 
clone() - Method in class com.caucho.xsl.AbstractStylesheet
Clone the stylesheet.
clone() - Method in class com.caucho.naming.QName
 
clone() - Method in class com.caucho.naming.SchemeContext
 
clone() - Method in class com.caucho.naming.MemoryContext
 
clone() - Method in class javax.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
cloneNode(boolean) - Method in class com.caucho.xml.QAbstractNode
 
cloneNode(boolean) - Method in class com.caucho.xml.QDocument
Returns a clone of the document.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in class com.caucho.util.CharBuffer
 
close() - Method in class com.caucho.util.Cron
Closes the cron instance
close() - Method in class com.caucho.util.Alarm
Closes the alarm instance
close() - Method in class com.caucho.vfs.StreamImpl
Closes the stream.
close() - Method in class com.caucho.vfs.WriteStream
Close the stream, first flushing the write buffer.
close() - Method in class com.caucho.vfs.ReadStream
Close the stream.
close() - Method in class com.caucho.vfs.TempStream
 
close() - Method in class com.caucho.vfs.BufferedReaderAdapter
 
close() - Method in class com.caucho.vfs.TempReadStream
 
close() - Method in class com.caucho.vfs.ContextStream
Flush data to the stream.
close() - Method in class com.caucho.vfs.LogStream
 
close() - Method in class com.caucho.vfs.SocketStream
Closes the underlying sockets and socket streams.
close() - Method in class com.caucho.vfs.FileReadStream
Closes the underlying stream.
close() - Method in class com.caucho.vfs.ReaderWriterStream
 
close() - Method in class com.caucho.vfs.StreamFilter
 
close() - Method in class com.caucho.vfs.PipeStream
 
close() - Method in class com.caucho.vfs.VfsStream
 
close() - Method in class com.caucho.jsp.QBodyContent
 
close() - Method in class com.caucho.xsl.XslWriter
 
close() - Method in class com.caucho.sql.QPooledConnectionImpl
Reset the connection and return the underlying JDBC connection to the pool.
close() - Method in class com.caucho.sql.QPooledConnection
 
close() - Method in class com.caucho.sql.DBPool
Close the pool, closing the connections.
close() - Method in class com.caucho.transaction.TransactionImpl
Close the transaction, rolling back everything and removing all enlisted resources.
close() - Method in class com.caucho.naming.AbstractContext
 
close() - Method in class com.caucho.naming.QBindingEnumeration
 
close() - Method in class com.caucho.naming.QNameClassEnumeration
 
close() - Method in class com.caucho.naming.PathJndiContext
 
close() - Method in class com.caucho.naming.SchemeContext
 
close() - Method in class com.caucho.naming.MemoryContext
 
close() - Method in class com.caucho.server.http.ResinServer
Close the server, the TCP sockets and the threads.
close() - Method in class com.caucho.server.http.ServletServer
On shutdown, gracefully close the hosts.
close() - Method in interface com.caucho.server.http.CauchoResponse
 
close() - Method in class com.caucho.server.http.JniStream
 
close() - Method in class com.caucho.server.http.Response
Closes the request.
close() - Method in class com.caucho.server.http.DummyResponse
 
close() - Method in class javax.servlet.jsp.JspWriter
Close the stream, flushing it first
close(boolean) - Method in class com.caucho.server.http.ServletServer
On shutdown, gracefully close the hosts.
closeImpl() - Method in class com.caucho.server.http.ResinServer
Stub so JniServer can close down gracefully.
closeImpl() - Method in class com.caucho.server.http.JniServer
Stub so JniServer can close down gracefully.
closeNative() - Method in class com.caucho.server.http.JniServer
 
closeOnExit - Variable in class com.caucho.server.http.Request
 
closure(Call) - Method in class com.caucho.es.ESClosure
 
ClusterPoolDataSource - class com.caucho.sql.ClusterPoolDataSource.
Returns PooledConnections when the underlying JDBC implementation doesn't support them.
ClusterPoolDataSource() - Constructor for class com.caucho.sql.ClusterPoolDataSource
 
code - Variable in class org.w3c.dom.DOMException
 
com.caucho.ejb - package com.caucho.ejb
 
com.caucho.es - package com.caucho.es
The JavaScript compiler package.
com.caucho.http.admin - package com.caucho.http.admin
 
com.caucho.http.log - package com.caucho.http.log
 
com.caucho.http.security - package com.caucho.http.security
 
com.caucho.jsp - package com.caucho.jsp
 
com.caucho.naming - package com.caucho.naming
 
com.caucho.regexp - package com.caucho.regexp
Perl 5 Regular Expressions
com.caucho.security - package com.caucho.security
 
com.caucho.server.http - package com.caucho.server.http
 
com.caucho.sql - package com.caucho.sql
 
com.caucho.transaction - package com.caucho.transaction
 
com.caucho.transform - package com.caucho.transform
Interfaces for XSLT transformations.
com.caucho.util - package com.caucho.util
Assorted utilities
com.caucho.vfs - package com.caucho.vfs
Resin's Virtual File System.
com.caucho.xml - package com.caucho.xml
XML parsing and printing package.
com.caucho.xpath - package com.caucho.xpath
Finding and selecting XML nodes using XSL patterns.
com.caucho.xsl - package com.caucho.xsl
The XSLT transformation package.
comma(ESBase, ESBase) - Static method in class com.caucho.es.Call
 
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
comment(String) - Method in class com.caucho.xml.SAXBuilder
 
comment(String) - Method in class com.caucho.xml.DOMBuilder
Handles the callback for a comment.
comment(String) - Method in class com.caucho.xml.XmlPrinter
Prints a comment
comment(String) - Method in interface com.caucho.xml.XMLWriter
 
commit() - Method in class com.caucho.sql.QPooledConnectionImpl
 
commit() - Method in class com.caucho.sql.QXAPooledConnection
 
commit() - Method in class com.caucho.transaction.TransactionImpl
Commit the transaction.
commit() - Method in class com.caucho.transaction.TransactionManagerImpl
Commit the transaction.
commit(Xid, boolean) - Method in class com.caucho.sql.QPooledConnectionImpl
commit the resource
commit(Xid, boolean) - Method in class com.caucho.sql.QXAConnection
commit the resource
commit(Xid, boolean) - Method in class com.caucho.sql.QXAPooledConnection
commit the resource
compareTo(Object) - Method in class com.caucho.naming.QName
 
compile() - Method in class com.caucho.regexp.Lex
 
CompileException - interface com.caucho.util.CompileException.
 
composeName(Name, Name) - Method in class com.caucho.naming.AbstractContext
 
composeName(Name, Name) - Method in class com.caucho.naming.PathJndiContext
 
composeName(String, String) - Method in class com.caucho.naming.AbstractContext
 
composeName(String, String) - Method in class com.caucho.naming.PathJndiContext
 
composeName(String, String) - Method in class com.caucho.naming.SchemeContext
 
composeName(String, String) - Method in class com.caucho.naming.MemoryContext
 
CONCAT - Static variable in class com.caucho.xpath.Expr
 
CONFIG - Static variable in class javax.servlet.jsp.PageContext
Name used to store ServletConfig in PageContext name table.
ConfigException - exception com.caucho.server.http.ConfigException.
 
ConfigException(String) - Constructor for class com.caucho.server.http.ConfigException
 
configure(Object, RegistryNode) - Static method in class com.caucho.util.BeanUtil
Configure but allow implicit init-param.
configure(Object, RegistryNode, HashMap, Path, boolean) - Static method in class com.caucho.util.BeanUtil
Sets the properties for a bean by calling setXXX for each init-param.
conn - Variable in class com.caucho.sql.QPooledConnection
 
conn - Variable in class com.caucho.server.http.Request
 
connect(String, Properties) - Method in class com.caucho.sql.DBPool
Attempts to make a database connection to the given URL.
CONST - Static variable in class com.caucho.xpath.Expr
 
ConstIntMap - class com.caucho.es.ConstIntMap.
 
ConstIntMap(int) - Constructor for class com.caucho.es.ConstIntMap
 
construct(Call, int) - Method in class com.caucho.es.ESBase
 
construct(Call, int) - Method in class com.caucho.es.ESObject
 
construct(Call, int) - Method in class com.caucho.es.ESClosure
 
construct(Call, int) - Method in class com.caucho.es.ESBeanWrapper
 
CONTAINS - Static variable in class com.caucho.xpath.Expr
 
contains(double) - Method in class com.caucho.util.DoubleArray
 
contains(int) - Method in class com.caucho.util.IntArray
Returns true if the array contains and integer equal to test.
contains(int) - Method in class com.caucho.util.IntSet
True if the set contains the element
contains(Object) - Method in class com.caucho.util.ContextProperties
 
containsHeader(String) - Method in class com.caucho.server.http.Response
Returns true if the response already contains the named header.
containsHeader(String) - Method in class com.caucho.server.http.DummyResponse
 
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsKey(Object) - Method in class com.caucho.util.ContextProperties
 
containsValue(Object) - Method in class com.caucho.util.ContextProperties
 
contentLength - Variable in class com.caucho.server.http.Response
 
contentPrefix - Variable in class com.caucho.server.http.Response
 
contentType - Variable in class com.caucho.jsp.Page
 
contentType - Variable in class com.caucho.server.http.Response
 
context - Variable in class com.caucho.naming.QName
 
context - Variable in class com.caucho.naming.ObjectProxy
 
CONTEXT_PATH - Static variable in class com.caucho.server.http.AbstractRequest
 
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Notification that the web application is ready to process requests.
ContextLocal - class com.caucho.util.ContextLocal.
Creates a ClassLoader-dependent variable.
ContextLocal() - Constructor for class com.caucho.util.ContextLocal
 
ContextLocal(String) - Constructor for class com.caucho.util.ContextLocal
 
ContextProperties - class com.caucho.util.ContextProperties.
Creates a ClassLoader-dependent properties table.
ContextProperties() - Constructor for class com.caucho.util.ContextProperties
 
ContextProperties(Properties) - Constructor for class com.caucho.util.ContextProperties
 
ContextStream - class com.caucho.vfs.ContextStream.
A stream that varies depending on the context class loader.
ContextStream(String, OutputStream) - Constructor for class com.caucho.vfs.ContextStream
Create the context stream.
Cookie - class javax.servlet.http.Cookie.
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Constructs a cookie with a specified name and value.
cookieDomain - Variable in class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
cookieDomain - Variable in class com.caucho.http.security.JdbcAuthenticator
 
cookieMaxAge - Variable in class com.caucho.server.http.AbstractAuthenticator
Deprecated.  
cookieMaxAge - Variable in class com.caucho.http.security.JdbcAuthenticator
 
cookiesOut - Variable in class com.caucho.server.http.Response
 
cookieVersion - Variable in class com.caucho.http.security.JdbcAuthenticator
 
copy() - Method in class com.caucho.vfs.FilesystemPath
 
copy() - Method in class com.caucho.naming.MemoryContext
This is a deep copy.
copy(AbstractStylesheet) - Method in class com.caucho.xsl.AbstractStylesheet
Copies the current stylesheet into the new stylesheet.
copy(AbstractStylesheet) - Method in class com.caucho.xsl.StylesheetImpl
 
copy(CpuUsage) - Method in class com.caucho.util.CpuUsage
 
copy(HashMap) - Method in class com.caucho.es.ESObject
 
copy(HashMap) - Method in class com.caucho.es.ESBeanWrapper
 
copy(HashMap, Object) - Method in class com.caucho.es.ESObject
 
copy(Object) - Method in class com.caucho.es.ESObject
 
copy(Object) - Method in class com.caucho.es.ESClosure
 
copy(Object) - Method in class com.caucho.es.ESRegexp
 
copy(Slist) - Static method in class com.caucho.util.Slist
Copies a slist
copyDeep() - Method in class com.caucho.vfs.MemoryPath
 
copyFromStream(ReadStream) - Static method in class com.caucho.vfs.TempBuffer
 
copyNode(QDocument, boolean) - Method in class com.caucho.xml.QDocument
 
copyOf(Object) - Method in class com.caucho.xsl.XslWriter
Adds a deep copy of the node to the current node.
COUNT - Static variable in class com.caucho.xpath.Expr
 
CpuUsage - class com.caucho.util.CpuUsage.
 
create() - Static method in class com.caucho.util.NullEnumeration
 
create() - Static method in class com.caucho.util.NullIterator
 
create() - Static method in class com.caucho.util.CpuUsage
 
create() - Static method in class com.caucho.vfs.StdoutStream
Returns the StdoutStream singleton
create() - Static method in class com.caucho.vfs.StderrStream
Returns the StderrStream singleton
create() - Static method in class com.caucho.vfs.PipeStream
Creates a pipe pair.
create() - Static method in class com.caucho.vfs.ByteToChar
 
create() - Static method in class com.caucho.xml.QDocument
 
create() - Static method in class com.caucho.xml.Xml
Creates an Xml parser.
create() - Static method in class com.caucho.jsp.QJspFactory
 
create() - Method in class com.caucho.naming.ObjectProxy
Creates the object from the proxy.
create(boolean) - Static method in class com.caucho.es.ESBoolean
Returns the proper boolean
create(CharBuffer) - Static method in class com.caucho.es.ESString
 
create(ClassLoader) - Method in class com.caucho.ejb.AbstractClientFactory
 
create(ClassLoader) - Method in class com.caucho.ejb.RmiClientFactory
 
create(ClassLoader) - Method in interface com.caucho.ejb.ClientFactory
 
create(ClassLoader, Path) - Static method in class com.caucho.util.DirectoryClassLoader
Create a new class loader
create(ClassLoader, Path, String) - Static method in class com.caucho.util.SimpleClassLoader
Create a new class loader
create(double) - Static method in class com.caucho.es.ESNumber
 
create(Exception) - Static method in class com.caucho.vfs.IOExceptionWrapper
 
create(int) - Static method in class com.caucho.es.ESString
 
create(IOException) - Static method in class com.caucho.vfs.ClientDisconnectException
Only create a disconnect exception if it's an IOException Possible later check for broken pipe.
create(Object) - Static method in class com.caucho.es.ESString
Create a new string from a java object.
create(Path) - Static method in class com.caucho.vfs.RotateStream
Returns the rotate stream corresponding to this path
create(String) - Static method in class com.caucho.es.ESString
 
create(String) - Static method in class com.caucho.xsl.XslParseException
Hack for js.
createApplicationAdapter(ServletContext) - Static method in class com.caucho.server.http.Http
 
createArg(ESId[], int) - Method in class com.caucho.es.Call
 
createAttribute(QName, String) - Method in class com.caucho.xml.QDocument
Creates a new namespace-aware attribute
createAttribute(String) - Method in class com.caucho.xml.QDocument
 
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttribute(String, String) - Method in class com.caucho.xml.QDocument
 
createAttribute(String, String, String) - Method in interface com.caucho.xml.CauchoDocument
Creates a namespace-aware attribute
createAttribute(String, String, String) - Method in class com.caucho.xml.QDocument
Creates a new namespace-aware attribute
createAttributeNS(String, String) - Method in class com.caucho.xml.QDocument
Creates a new namespace-aware attribute
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createBean(RegistryNode, HashMap, Path) - Static method in class com.caucho.util.BeanUtil
Instantiate and configure a bean.
createBean(RegistryNode, HashMap, Path, String) - Static method in class com.caucho.util.BeanUtil
Instantiate and configure a bean.
createCDATASection(String) - Method in class com.caucho.xml.QDocument
 
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in class com.caucho.xml.QDocument
 
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createDate(long) - Method in class com.caucho.es.Call
 
createDocument() - Static method in class com.caucho.xml.Xml
Create a new DOM document
createDocument(String, String, DocumentType) - Method in class com.caucho.xml.QDOMImplementation
 
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - Method in class com.caucho.xml.QDocument
Creates a new document fragment.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in class com.caucho.xml.QDOMImplementation
 
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createDOMImplementation() - Static method in class com.caucho.xml.Xml
Create a new DOM implementation
createElement(String) - Method in class com.caucho.xml.QDocument
Creates a new element
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElement(String, String, String) - Method in interface com.caucho.xml.CauchoDocument
Creates a namespace-aware element
createElement(String, String, String) - Method in class com.caucho.xml.QDocument
Creates a new namespace-aware element
createElementByName(QName) - Method in class com.caucho.xml.QDocument
Creates a new namespace-aware element
createElementNS(String, String) - Method in class com.caucho.xml.QDocument
Creates a new namespace-aware element
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in class com.caucho.xml.QDocument
 
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEnv() - Static method in class com.caucho.xpath.XPath
Creates a new variable environment.
createEnv(Env) - Static method in class com.caucho.xpath.XPath
Creates a new variable environment based on an old environment.
createFromCharCode(char) - Static method in class com.caucho.es.ESString
 
createInitialContextFactory(Hashtable) - Method in class com.caucho.server.http.JndiFactoryBuilder
Creates a new initial context with the given environment.
createInputStream() - Method in class com.caucho.util.ByteBuffer
 
createName(String, String) - Method in class com.caucho.xml.QDocument
 
createNewFile() - Method in class com.caucho.vfs.Path
Creates the file named by this Path and returns true if the file is new.
createNode(String, String) - Method in class com.caucho.util.Registry
Create a new RegistryNode.
createNull() - Method in class com.caucho.es.ESFactory
 
createObject() - Method in class com.caucho.es.Global
 
createObject() - Method in class com.caucho.es.Call
 
createOutputStream() - Method in class com.caucho.util.ByteBuffer
 
createProcessingInstruction(String, String) - Method in class com.caucho.xml.QDocument
 
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createReadStream() - Method in class com.caucho.util.ByteBuffer
 
createRequest() - Method in class com.caucho.server.http.JniServer
 
createRequest(Server) - Method in class com.caucho.server.http.RunnerServer
 
createRequest(Server) - Method in class com.caucho.server.http.HttpServer
Create a HttpRequest object for the new thread.
createRequestAdapter(HttpServletRequest, CauchoApplication) - Static method in class com.caucho.server.http.Http
 
createResponseAdapter(HttpServletResponse) - Static method in class com.caucho.server.http.Http
 
createRoot() - Method in class com.caucho.vfs.Path
Creates a restricted root, like the Unix chroot call.
createRoot(SchemeMap) - Method in class com.caucho.vfs.Path
 
createRoot(SchemeMap) - Method in class com.caucho.vfs.FilesystemPath
Essentially chroot
createServletConfig(String, CauchoApplication) - Static method in class com.caucho.server.http.Http
 
createSession(boolean, boolean) - Method in class com.caucho.server.http.AbstractRequest
Returns the current session.
createSessionId(int, HttpServletRequest) - Method in class com.caucho.server.http.SessionManager
Creates a pseudo-random session id.
createSingleSubcontext(String) - Method in class com.caucho.naming.AbstractContext
 
createSingleSubcontext(String) - Method in class com.caucho.naming.SchemeContext
 
createSingleSubcontext(String) - Method in class com.caucho.naming.MemoryContext
 
createStatement() - Method in class com.caucho.sql.QPooledConnectionImpl
JDBC api to create a new statement.
createStatement(int, int) - Method in class com.caucho.sql.QPooledConnectionImpl
JDBC api to create a new statement.
createSubcontext(Name) - Method in class com.caucho.naming.AbstractContext
 
createSubcontext(Name) - Method in class com.caucho.naming.PathJndiContext
 
createSubcontext(String) - Method in class com.caucho.naming.AbstractContext
 
createSubcontext(String) - Method in class com.caucho.naming.PathJndiContext
 
createTempFile(String, String) - Method in class com.caucho.vfs.Path
Creates a unique temporary file as a child of this directory.
createTextNode(String) - Method in class com.caucho.xml.QDocument
Creates a new text node in this document.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createUndefined() - Method in class com.caucho.es.ESFactory
 
createUnescapedTextNode(String) - Method in interface com.caucho.xml.CauchoDocument
 
createUnescapedTextNode(String) - Method in class com.caucho.xml.QDocument
 
Cron - class com.caucho.util.Cron.
The cron class provides a lightweight event scheduler.
Cron(CronListener) - Constructor for class com.caucho.util.Cron
Create a new wakeup cron with a designated listener as a callback.
Cron(CronListener, String) - Constructor for class com.caucho.util.Cron
Create a new wakeup cron with a designated listener as a callback.
cron(long) - Method in class com.caucho.server.http.ServletServer
Timeout for cron jobs
CronListener - interface com.caucho.util.CronListener.
Interface for receiving cron events.
CSE_ACK - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_AUTH_TYPE - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_CLIENT_CERT - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_CLOSE - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_CONTENT_LENGTH - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_CONTENT_TYPE - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_DATA - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_END - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_FLUSH - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_HEADER - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_IS_SECURE - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_KEEPALIVE - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_KILL_SESSION - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_LOAD_SESSION - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_METHOD - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_NULL - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_PATH_INFO - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_PING - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_PROTOCOL - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_QUERY - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_QUERY_STRING - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_REAL_PATH - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_REMOTE_ADDR - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_REMOTE_HOST - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_REMOTE_PORT - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_REMOTE_USER - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SAVE_SESSION - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SCRIPT_FILENAME - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SEND_HEADER - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SERVER_NAME - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SERVER_PORT - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SERVER_TYPE - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SESSION_DATA - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SESSION_GROUP - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_SESSION_SRUN - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_STATUS - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_URI - Static variable in class com.caucho.server.http.RunnerRequest
 
CSE_VALUE - Static variable in class com.caucho.server.http.RunnerRequest
 
current() - Method in class com.caucho.util.CharCursor
 
current() - Method in class com.caucho.util.StringCharCursor
 
currentTransaction - Variable in class com.caucho.server.http.Request
 

D

DAY - Static variable in class com.caucho.util.QDate
 
DAY_OF_MONTH - Static variable in class com.caucho.util.QDate
 
DAY_OF_WEEK - Static variable in class com.caucho.util.QDate
 
dbg - Static variable in class com.caucho.vfs.JndiPath
 
dbg - Static variable in class com.caucho.xpath.Pattern
 
dbg - Static variable in class com.caucho.jsp.Page
 
dbg - Static variable in class com.caucho.sql.QPooledConnectionImpl
 
dbg - Static variable in class com.caucho.sql.QXAConnectionImpl
 
dbg - Static variable in class com.caucho.sql.QPooledConnection
 
dbg - Static variable in class com.caucho.sql.QXAConnection
 
dbg - Static variable in class com.caucho.naming.AbstractContext
 
dbg - Variable in class com.caucho.server.http.ServletServer
 
dbg - Static variable in class com.caucho.server.http.SessionManager
 
dbg - Static variable in class com.caucho.server.http.QSession
 
dbg - Static variable in class com.caucho.http.security.AbstractLogin
 
dbg - Static variable in class com.caucho.http.log.AbstractAccessLog
 
DBPool - class com.caucho.sql.DBPool.
Manages a pool of database connections.
DBPool() - Constructor for class com.caucho.sql.DBPool
Null constructor for the Driver interface; called by the JNDI configuration.
DBPool(String, String, String, String, String, ClassLoader, int) - Constructor for class com.caucho.sql.DBPool
Deprecated.  
decode(int) - Static method in class com.caucho.util.Base64
 
decode(String) - Static method in class com.caucho.util.Base64
 
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
constant indicating that the Writer is buffered and is using the implementation default buffer size
defaultDisableEscaping - Variable in class com.caucho.xsl.StylesheetImpl
 
delete(ESString) - Method in class com.caucho.es.ESBase
 
delete(ESString) - Method in class com.caucho.es.ESObject
Deletes the entry.
delete(ESString) - Method in class com.caucho.es.ESClosure
 
delete(ESString) - Method in class com.caucho.es.ESRegexp
 
delete(ESString) - Method in class com.caucho.es.Call
 
delete(int, int) - Method in class com.caucho.util.CharBuffer
Deletes characters from the buffer.
deleteCharAt(int) - Method in class com.caucho.util.CharBuffer
Deletes a character from the buffer.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteScopeProperty(ESString) - Method in class com.caucho.es.Call
 
delistResource(XAResource) - Method in class com.caucho.transaction.TransactionManagerImpl
Remove a resource to the list of resources managed by the transaction.
delistResource(XAResource, int) - Method in class com.caucho.transaction.TransactionImpl
delists a resource from the current transaction
Depend - class com.caucho.vfs.Depend.
Class for keeping track of modifications.
Depend(Path) - Constructor for class com.caucho.vfs.Depend
Create a new dependency.
Depend(Path, long, long) - Constructor for class com.caucho.vfs.Depend
Create a new dependency with an already known modified time and length.
DEPENDS - Static variable in interface com.caucho.xml.CauchoDocument
 
DEPENDS - Static variable in interface com.caucho.xsl.CauchoStylesheet
 
dequeue() - Method in class com.caucho.util.Cron
Remove the cron from the wakeup queue.
dequeue() - Method in class com.caucho.util.Alarm
Remove the alarm from the wakeup queue.
destroy() - Method in class com.caucho.vfs.MemoryStream
 
destroy() - Method in class com.caucho.vfs.TempStream
Clean up the temp stream.
destroy() - Method in class com.caucho.vfs.LogStream
 
destroy() - Method in class com.caucho.jsp.QServlet
 
destroy() - Method in class com.caucho.jsp.Page
 
destroy() - Method in class com.caucho.jsp.JavaPage
 
destroy() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
destroy() - Method in class com.caucho.http.security.ErrorFilter
 
destroy() - Method in class com.caucho.http.security.SecurityFilter
 
destroy() - Method in class com.caucho.http.log.AbstractAccessLog
Cleanup the log.
destroy() - Method in class com.caucho.http.log.AccessLog
Closes the log, flushing the results.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface javax.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroySingleSubcontext(String) - Method in class com.caucho.naming.AbstractContext
 
destroySingleSubcontext(String) - Method in class com.caucho.naming.MemoryContext
 
destroySubcontext(Name) - Method in class com.caucho.naming.AbstractContext
 
destroySubcontext(Name) - Method in class com.caucho.naming.PathJndiContext
 
destroySubcontext(String) - Method in class com.caucho.naming.AbstractContext
 
destroySubcontext(String) - Method in class com.caucho.naming.PathJndiContext
 
dfs() - Method in class com.caucho.util.Tree
 
difference(IntSet) - Method in class com.caucho.util.IntSet
Calculates the set difference from a and b
DIGEST_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
DirectoryClassLoader - class com.caucho.util.DirectoryClassLoader.
Class loader which checks for changes in class files and automatically picks up new jars.
DirectoryClassLoader(ClassLoader) - Constructor for class com.caucho.util.DirectoryClassLoader
 
DirectoryServlet - class com.caucho.server.http.DirectoryServlet.
 
DirectoryServlet() - Constructor for class com.caucho.server.http.DirectoryServlet
 
DirectoryServlet(Path) - Constructor for class com.caucho.server.http.DirectoryServlet
 
disableCaching - Variable in class com.caucho.server.http.Response
 
disableCaching(boolean) - Method in class com.caucho.server.http.Response
 
disableEscaping(boolean) - Method in class com.caucho.xsl.XslWriter
 
disableHeaders - Variable in class com.caucho.server.http.Response
 
disableHeaders(boolean) - Method in interface com.caucho.server.http.CauchoResponse
 
disableHeaders(boolean) - Method in class com.caucho.server.http.Response
 
disableHeaders(boolean) - Method in class com.caucho.server.http.DummyResponse
 
discard() - Method in class com.caucho.vfs.TempStream
 
dispatch() - Method in class com.caucho.es.ESClosure
 
DIV - Static variable in class com.caucho.xpath.Expr
 
doAfterBody() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing for a body
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
DOCTYPE_PUBLIC - Static variable in class javax.xml.transform.OutputKeys
Equivalent to xsl:output doctype-public
DOCTYPE_SYSTEM - Static variable in class javax.xml.transform.OutputKeys
Equivalent to xsl:output doctype-system
Document - interface org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
DocumentBuilder - class javax.xml.parsers.DocumentBuilder.
Parser to create a DOM Document from an input source
DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
 
DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
Responsible for creating new DOM parsers
DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
 
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentType - interface org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doFilter(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.FilterChainPage
Invokes the final servlet at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.FilterChainServlet
Invokes the final servlet at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.QFilterChain
Invokes the next filter in the chain or the final servlet at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.FilterChainFilter
Invokes the next filter in the chain or the final servlet at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.caucho.http.security.ErrorFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.caucho.http.security.SecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.caucho.server.http.DirectoryServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
DOMBuilder - class com.caucho.xml.DOMBuilder.
XMLWriter to create a DOM document.
DOMBuilder() - Constructor for class com.caucho.xml.DOMBuilder
 
DOMException - exception org.w3c.dom.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for class org.w3c.dom.DOMException
 
DOMImplementation - interface org.w3c.dom.DOMImplementation.
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
doNew(ESBase, ESString, int) - Method in class com.caucho.es.Call
 
doNew(ESBase, ESString, int, ESBase) - Method in class com.caucho.es.Call
 
doNew(ESBase, ESString, int, ESBase, ESBase) - Method in class com.caucho.es.Call
 
doNew(ESBase, ESString, int, ESBase, ESBase, ESBase, int) - Method in class com.caucho.es.Call
 
doNew(ESBase, int) - Method in class com.caucho.es.Call
 
doNew(ESBase, int, ESBase) - Method in class com.caucho.es.Call
 
doNew(ESBase, int, ESBase, ESBase) - Method in class com.caucho.es.Call
 
doNew(ESBase, int, ESBase, ESBase, ESBase, int) - Method in class com.caucho.es.Call
 
DONT_DELETE - Static variable in class com.caucho.es.ESBase
 
DONT_ENUM - Static variable in class com.caucho.es.ESBase
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
DoubleArray - class com.caucho.util.DoubleArray.
 
DoubleArray() - Constructor for class com.caucho.util.DoubleArray
 
doVoid(ESBase) - Static method in class com.caucho.es.Call
 
dtd(QDocumentType) - Method in class com.caucho.xml.DOMBuilder
 
DummyRequest - class com.caucho.server.http.DummyRequest.
 
DummyRequest() - Constructor for class com.caucho.server.http.DummyRequest
 
DummyResponse - class com.caucho.server.http.DummyResponse.
 
DummyResponse() - Constructor for class com.caucho.server.http.DummyResponse
 
dup() - Method in class com.caucho.es.ESClosure
 
dup() - Method in class com.caucho.es.ESRegexp
 
dup() - Method in class com.caucho.es.ESBeanWrapper
 
dup(int) - Method in class com.caucho.es.ESBeanWrapper
 
DynamicClassLoader - class com.caucho.util.DynamicClassLoader.
Class loader which checks for changes in class files and automatically picks up new jars.
DynamicClassLoader.Entry - class com.caucho.util.DynamicClassLoader.Entry.
Describes a cached loaded class entry.
DynamicClassLoader.Entry(DynamicClassLoader, String, Path, Path) - Constructor for class com.caucho.util.DynamicClassLoader.Entry
Create a loaded class entry
DynamicClassLoader.Entry(DynamicClassLoader, String, Path, Path, Path) - Constructor for class com.caucho.util.DynamicClassLoader.Entry
Create a loaded class entry
DynamicClassLoader(ClassLoader) - Constructor for class com.caucho.util.DynamicClassLoader
Create a new class loader (jdk1.2)

E

e - Variable in class com.caucho.xsl.XslParseException
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESBase
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESObject
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESNull
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESBoolean
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESString
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESNumber
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESBeanWrapper
 
ecmaEquals(ESBase) - Method in class com.caucho.es.ESUndefined
 
Element - interface org.w3c.dom.Element.
The Element interface represents an element in an HTML or XML document.
ELEMENT - Static variable in class com.caucho.xpath.Expr
 
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is an Element.
elements() - Method in class com.caucho.util.ContextProperties
 
EnclosedWriteStream - interface com.caucho.vfs.EnclosedWriteStream.
 
encode(CharBuffer, byte[], int, int) - Static method in class com.caucho.util.Base64
 
encode(CharBuffer, long) - Static method in class com.caucho.util.Base64
 
encode(long) - Static method in class com.caucho.util.Base64
 
encode(String) - Static method in class com.caucho.util.Base64
 
encode24(CharBuffer, int) - Static method in class com.caucho.util.Base64
 
encodeHex(int) - Static method in class com.caucho.util.URLUtil
 
encodeRedirectUrl(String) - Method in class com.caucho.server.http.Response
Deprecated.  
encodeRedirectUrl(String) - Method in class com.caucho.server.http.DummyResponse
 
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectUrl(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class com.caucho.server.http.Response
 
encodeRedirectURL(String) - Method in class com.caucho.server.http.DummyResponse
 
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeString(String) - Static method in class com.caucho.util.HTTPUtil
Escape special characters.
encodeUrl(String) - Method in class com.caucho.server.http.Response
Deprecated.  
encodeUrl(String) - Method in class com.caucho.server.http.DummyResponse
 
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeUrl(String url) on the wrapped response object.
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Static method in class com.caucho.util.URLUtil
Encode the url with '%' encoding.
encodeURL(String) - Method in class com.caucho.server.http.Response
Encode the URL with the session jd.
encodeURL(String) - Method in class com.caucho.server.http.DummyResponse
 
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
Encoding - class com.caucho.vfs.Encoding.
Converts between the mime encoding names and Java encoding names.
ENCODING - Static variable in class javax.xml.transform.OutputKeys
Equivalent to xsl:output encoding
end(Xid, int) - Method in class com.caucho.sql.QPooledConnectionImpl
ends work with the resource
end(Xid, int) - Method in class com.caucho.sql.QXAConnection
ends work with the resource
end(Xid, int) - Method in class com.caucho.sql.QXAPooledConnection
ends work with the resource
endDocument() - Method in class com.caucho.xml.SAXBuilder
 
endDocument() - Method in class com.caucho.xml.DOMBuilder
 
endDocument() - Method in class com.caucho.xml.XmlPrinter
Callback when the document completes
endDocument() - Method in interface com.caucho.xml.XMLWriter
 
endElement(String, String, String) - Method in class com.caucho.xml.SAXBuilder
 
endElement(String, String, String) - Method in class com.caucho.xml.DOMBuilder
 
endElement(String, String, String) - Method in class com.caucho.xml.XmlPrinter
Prints the end tag of an element
endElement(String, String, String) - Method in interface com.caucho.xml.XMLWriter
 
endPrefixMapping(String) - Method in class com.caucho.xml.DOMBuilder
 
endsWith(CharSegment) - Method in class com.caucho.util.CharSegment
Returns true if the CharSegment ends with the char segment.
endsWith(Name) - Method in class com.caucho.naming.QName
 
endsWith(String) - Method in class com.caucho.util.CharSegment
Returns true if the CharSegment ends with the string.
enlistResource(XAResource) - Method in class com.caucho.transaction.TransactionImpl
enlists a resource with the current transaction
enlistResource(XAResource) - Method in class com.caucho.transaction.TransactionManagerImpl
Adds a resource to the list of resources managed by the transaction.
ensureCapacity(int) - Method in class com.caucho.util.CharBuffer
Ensure the buffer can hold at least 'minimumCapacity' chars.
ensureCapacity(int) - Method in class com.caucho.util.ByteBuffer
Ensure the buffer can hold at least 'minimumCapacity' bytes.
Entity - interface org.w3c.dom.Entity.
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
The node is an EntityReference.
EntityReference - interface org.w3c.dom.EntityReference.
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
entityReference(String) - Method in class com.caucho.xml.DOMBuilder
 
entrySet() - Method in class com.caucho.util.ContextProperties
 
EnumIterator - class com.caucho.util.EnumIterator.
Makes an Enumeration appear as an Iterator.
EnumIterator(Enumeration) - Constructor for class com.caucho.util.EnumIterator
 
env - Variable in class com.caucho.naming.AbstractContext
 
Env - class com.caucho.xpath.Env.
Global and local variable environment.
Env() - Constructor for class com.caucho.xpath.Env
 
EQ - Static variable in class com.caucho.xpath.Expr
 
equals(char[], int) - Method in class com.caucho.util.CharSegment
Returns true if the CharSegment equals the char array.
equals(CharSegment) - Method in class com.caucho.util.CharSegment
Returns true if the two char segments are equal.
equals(Node, boolean) - Method in class com.caucho.xml.QAbstractNode
 
equals(Node, boolean) - Method in class com.caucho.xml.QNode
 
equals(Node, boolean) - Method in class com.caucho.xml.QElement
 
equals(Object) - Method in class com.caucho.util.CharSegment
 
equals(Object) - Method in class com.caucho.util.ByteBuffer
 
equals(Object) - Method in class com.caucho.util.ContextProperties
 
equals(Object) - Method in class com.caucho.vfs.Path
 
equals(Object) - Method in class com.caucho.vfs.FilesystemPath
 
equals(Object) - Method in class com.caucho.vfs.Depend
Returns true if the test Dependency has the same source path as this dependency.
equals(Object) - Method in class com.caucho.vfs.CachePath
 
equals(Object) - Method in class com.caucho.vfs.MemoryPath
 
equals(Object) - Method in class com.caucho.vfs.FilePath
 
equals(Object) - Method in class com.caucho.vfs.HttpPath
Overrides equals to test for equality with an HTTP path.
equals(Object) - Method in class com.caucho.xml.QNode
 
equals(Object) - Method in class com.caucho.xml.QElement
 
equals(Object) - Method in class com.caucho.xml.QName
 
equals(Object) - Method in class com.caucho.es.ESString
 
equals(Object) - Method in class com.caucho.es.ESNumber
 
equals(Object) - Method in class com.caucho.es.ESId
 
equals(Object) - Method in class com.caucho.security.BasicPrincipal
 
equalsIgnoreCase(CharSegment) - Method in class com.caucho.util.CharSegment
Returns true if the two CharSegments are equivalent ignoring the case.
equalsIgnoreCase(String) - Method in class com.caucho.util.CharSegment
Returns true if the CharSegment equals the string.
ERROR_URI - Static variable in class com.caucho.server.http.AbstractRequest
 
error(Exception) - Method in class com.caucho.util.RegistryNode
Returns a configuration error for a given configuration line number.
error(String) - Method in class com.caucho.util.RegistryNode
Returns a configuration error for a given configuration line number.
error(TransformerException) - Method in interface javax.xml.transform.ErrorListener
Callback for a recoverable error.
ErrorFilter - class com.caucho.http.security.ErrorFilter.
 
ErrorFilter() - Constructor for class com.caucho.http.security.ErrorFilter
 
ErrorListener - interface javax.xml.transform.ErrorListener.
Callback handler for errors.
errorPage - Variable in class com.caucho.xsl.AbstractStylesheet
 
errorPage - Variable in class com.caucho.http.security.FormLogin
 
ErrorServlet - class com.caucho.server.http.ErrorServlet.
 
ESArrayWrapper - class com.caucho.es.ESArrayWrapper.
JavaScript object
ESArrayWrapper() - Constructor for class com.caucho.es.ESArrayWrapper
 
esBase - Static variable in class com.caucho.es.ESBase
 
ESBase - class com.caucho.es.ESBase.
Implementation class for the base of the JavaScript object hierarchy.
ESBase() - Constructor for class com.caucho.es.ESBase
Create a new object based on a prototype
ESBeanWrapper - class com.caucho.es.ESBeanWrapper.
Implementation class serving as the base for wrapped Java objects.
ESBeanWrapper() - Constructor for class com.caucho.es.ESBeanWrapper
 
ESBoolean - class com.caucho.es.ESBoolean.
Implementation class for JavaScript booleans.
ESCallable - interface com.caucho.es.ESCallable.
 
ESClass - class com.caucho.es.ESClass.
 
ESClass() - Constructor for class com.caucho.es.ESClass
 
ESClosure - class com.caucho.es.ESClosure.
Implementation class representing a JavaScript function.
ESClosure() - Constructor for class com.caucho.es.ESClosure
Create a new object based on a prototype
ESClosure(ESBase[], int) - Constructor for class com.caucho.es.ESClosure
 
ESClosure(ESString, ESCallable, ESObject, int, ESId[], ESObject) - Constructor for class com.caucho.es.ESClosure
 
esEmpty - Static variable in class com.caucho.es.ESBase
 
ESException - exception com.caucho.es.ESException.
JavaScript exception, filtered to get the line numbers right.
ESException() - Constructor for class com.caucho.es.ESException
 
ESException(String) - Constructor for class com.caucho.es.ESException
 
ESFactory - class com.caucho.es.ESFactory.
Factory for creating the base objects, allowing sophisticated script users to override the implementations.
ESFactory() - Constructor for class com.caucho.es.ESFactory
 
ESGlobal - class com.caucho.es.ESGlobal.
Implementation class representing the global object.
ESGlobal(Global) - Constructor for class com.caucho.es.ESGlobal
Null constructor
ESId - class com.caucho.es.ESId.
 
esNull - Static variable in class com.caucho.es.ESBase
 
ESNull - class com.caucho.es.ESNull.
 
ESNullException - exception com.caucho.es.ESNullException.
JavaScript exception
ESNullException() - Constructor for class com.caucho.es.ESNullException
 
ESNullException(String) - Constructor for class com.caucho.es.ESNullException
 
ESNumber - class com.caucho.es.ESNumber.
Implementation class for JavaScript numbers.
ESNumber() - Constructor for class com.caucho.es.ESNumber
Null-arg constructor for serialization.
ESObject - class com.caucho.es.ESObject.
Implementation class for a JavaScript Object.
ESObject() - Constructor for class com.caucho.es.ESObject
 
ESObject(String, ESBase) - Constructor for class com.caucho.es.ESObject
Simple constructor for parentless objects.
ESObject(String, ESBase, int) - Constructor for class com.caucho.es.ESObject
 
ESParseException - exception com.caucho.es.ESParseException.
JavaScript exception
ESParseException(Exception) - Constructor for class com.caucho.es.ESParseException
 
ESParseException(String, int, int, int, int, String) - Constructor for class com.caucho.es.ESParseException
 
ESRegexp - class com.caucho.es.ESRegexp.
 
ESRegexp() - Constructor for class com.caucho.es.ESRegexp
 
ESRegexp(String, String) - Constructor for class com.caucho.es.ESRegexp
 
ESString - class com.caucho.es.ESString.
Implementation class for JavaScript strings.
ESString(String) - Constructor for class com.caucho.es.ESString
Create a new object based on a prototype
esUndefined - Static variable in class com.caucho.es.ESBase
 
ESUndefined - class com.caucho.es.ESUndefined.
 
ESUndefinedException - exception com.caucho.es.ESUndefinedException.
JavaScript exception
ESUndefinedException() - Constructor for class com.caucho.es.ESUndefinedException
 
ESUndefinedException(String) - Constructor for class com.caucho.es.ESUndefinedException
 
ESWrapperException - exception com.caucho.es.ESWrapperException.
JavaScript exception
ESWrapperException(Exception) - Constructor for class com.caucho.es.ESWrapperException
 
EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Deprecated. As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Continue evaluating the page.
eval(Node, ExprEnvironment, AbstractPattern, ArrayList) - Method in class com.caucho.xpath.XPathFun
Evaluate the function.
evalBoolean(Node) - Method in class com.caucho.xpath.Expr
Returns the boolean value of the node.
evalBoolean(Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Returns the boolean value of the node.
evalNodeSet(Node) - Method in class com.caucho.xpath.Expr
Returns an iterator of matching nodes
evalNodeSet(Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Returns an iterator of matching nodes
evalNumber(Node) - Method in class com.caucho.xpath.Expr
Evaluates the expression as a double using the node as a context.
evalNumber(Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Evaluates the expression as a number.
evalNumber(String, Node) - Static method in class com.caucho.xpath.XPath
Evaluates an XPath expression, returning a double.
evalObject(Node) - Method in class com.caucho.xpath.Expr
Returns the object value of the node.
evalObject(Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Returns the object value of the node.
evalObject(String, Node) - Static method in class com.caucho.xpath.XPath
Evaluates an XPath expression, returning an object
evalString(CharBuffer, Node) - Method in class com.caucho.xpath.Expr
Fills a char buffer with the evaluated string results.
evalString(CharBuffer, Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Fills a char buffer with the evaluated string results.
evalString(Node) - Method in class com.caucho.xpath.Expr
Returns the expression evaluated as a string.
evalString(Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Returns the string value of the node.
evalString(String, Node) - Static method in class com.caucho.xpath.XPath
Evaluates an XPath expression, returning a string.
evalVar(Node, ExprEnvironment) - Method in class com.caucho.xpath.Expr
Evaluates to a variable.
EXCEPTION - Static variable in class com.caucho.server.http.AbstractRequest
 
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
ExceptionWrapper - interface com.caucho.util.ExceptionWrapper.
 
exec(CharBuffer, int) - Method in class com.caucho.regexp.Regexp
XXX: not proper behaviour with /g
exec(CharCursor) - Method in class com.caucho.regexp.Regexp
XXX: not proper behaviour with /g
exec(CharCursor, int, int) - Method in class com.caucho.regexp.Regexp
XXX: not proper behaviour with /g
exec(String, int) - Method in class com.caucho.regexp.Regexp
XXX: not proper behaviour with /g
execute(HashMap, Object) - Method in class com.caucho.es.Script
Execute the script; the main useful entry.
executeClosure(HashMap, Object) - Method in class com.caucho.es.Script
Execute the program, returning a closure of the global state.
exists() - Method in class com.caucho.vfs.Path
Tests if the file exists.
exists() - Method in class com.caucho.vfs.JarPath
Returns true if the entry exists in the jar file.
exists() - Method in class com.caucho.vfs.MergePath
True if any file matching this path exists.
exists() - Method in class com.caucho.vfs.CachePath
Returns true if the underlying file exists.
exists() - Method in class com.caucho.vfs.MemoryPath
 
exists() - Method in class com.caucho.vfs.FilePath
 
exists() - Method in class com.caucho.vfs.HttpPath
Returns true if the file exists.
Exit - class com.caucho.util.Exit.
The exit class is used to automatically clean state.
exit() - Static method in class com.caucho.util.Exit
Calls all registered listeners.
ExitListener - interface com.caucho.util.ExitListener.
 
export(ESObject) - Method in class com.caucho.es.ESGlobal
 
export(ESObject, ESObject) - Method in class com.caucho.es.Script
 
Expr - class com.caucho.xpath.Expr.
Compute values from nodes.
Expr() - Constructor for class com.caucho.xpath.Expr
 
ExprEnvironment - interface com.caucho.xpath.ExprEnvironment.
Adds variable environment.
exprNumber(XslWriter, Node, Env, Expr, XslNumberFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
exprs - Variable in class com.caucho.xsl.JavaStylesheet
 

F

factory - Variable in class com.caucho.naming.ObjectProxy
 
FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
 
FactoryConfigurationError() - Constructor for class javax.xml.parsers.FactoryConfigurationError
Creates a new error
FactoryConfigurationError(Exception) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Creates a new error with a wrapped exception
FactoryConfigurationError(Exception, String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Creates a new error with a wrapped exception
FactoryConfigurationError(String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Creates a new error with the given message
FAIL - Static variable in class com.caucho.regexp.Regexp
 
FALSE - Static variable in class com.caucho.xpath.Expr
 
FALSE - Static variable in class com.caucho.es.ESBoolean
 
fatalError(TransformerException) - Method in interface javax.xml.transform.ErrorListener
Callback for a fatal error.
FEATURE - Static variable in class com.caucho.xsl.StringSource
The feature name to tell if the transformer can handle stream input.
FEATURE - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
The feature name to tell if the transformer can load from a SAX parser.
FEATURE - Static variable in class javax.xml.transform.sax.SAXSource
The feature name to tell if the transformer can handle sax input.
FEATURE - Static variable in class javax.xml.transform.sax.SAXResult
The feature name to tell if the transformer can handle sax output.
FEATURE - Static variable in class javax.xml.transform.stream.StreamResult
The feature name to tell if the transformer can handle stream output.
FEATURE - Static variable in class javax.xml.transform.stream.StreamSource
The feature name to tell if the transformer can handle stream input.
FEATURE_XMLFILTER - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
Used to tell if the newXMLFilter methods are supported.
FilePath - class com.caucho.vfs.FilePath.
FilePath implements the native filesystem.
FilePath(FilesystemPath, String, String) - Constructor for class com.caucho.vfs.FilePath
 
FileReadStream - class com.caucho.vfs.FileReadStream.
Stream encapsulating FileInputStream
FileReadStream() - Constructor for class com.caucho.vfs.FileReadStream
Create a new FileReadStream.
FileReadStream(FileInputStream) - Constructor for class com.caucho.vfs.FileReadStream
Create a new FileReadStream based on the java.io.* stream.
FileReadStream(FileInputStream, Path) - Constructor for class com.caucho.vfs.FileReadStream
Create a new FileReadStream based on the java.io.* stream.
FileServlet - class com.caucho.server.http.FileServlet.
Serves static files.
FileServlet() - Constructor for class com.caucho.server.http.FileServlet
 
FilesystemPath - class com.caucho.vfs.FilesystemPath.
Abstract FilesystemPath, the parent of hierarchical Paths like FilePath or HttpPath.
FilesystemPath(FilesystemPath, String, String) - Constructor for class com.caucho.vfs.FilesystemPath
Create a new filesystemPath
fill(String, String) - Method in class com.caucho.regexp.Regexp
 
fill(String, String, CharBuffer) - Method in class com.caucho.regexp.Regexp
 
fillBuffer() - Method in class com.caucho.vfs.ReadStream
Fills the buffer from the underlying stream.
fillCookie(CharBuffer, Cookie, long, int) - Method in class com.caucho.server.http.Response
Fills the response for a cookie
fillScope() - Method in class com.caucho.es.Call
 
filter - Variable in class com.caucho.server.http.Response
 
Filter - interface javax.servlet.Filter.
A filter is an object than perform filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.

Filters perform filtering in the doFilter method.
FilterChain - interface javax.servlet.FilterChain.
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterChainBase - class com.caucho.server.http.FilterChainBase.
Represents the final servlet in a filter chain.
FilterChainBase() - Constructor for class com.caucho.server.http.FilterChainBase
 
FilterChainFilter - class com.caucho.server.http.FilterChainFilter.
Represents the next filter in a filter chain.
FilterChainPage - class com.caucho.server.http.FilterChainPage.
Represents the final servlet in a filter chain.
FilterChainServlet - class com.caucho.server.http.FilterChainServlet.
Represents the final servlet in a filter chain.
FilterConfig - interface javax.servlet.FilterConfig.
A filter configuration object used by a servlet container used to pass information to a filter during initialization.
filterStream - Variable in class com.caucho.server.http.Request
 
find(NamespaceContext, String) - Static method in class com.caucho.xpath.NamespaceContext
 
find(Node) - Method in class com.caucho.xpath.Pattern
Returns the first node matching the pattern.
find(Node, ExprEnvironment) - Method in class com.caucho.xpath.Pattern
Returns the first node matching the pattern.
find(String, Node) - Static method in class com.caucho.xpath.XPath
Finds a node based on an XPath pattern.
findAncestorWithClass(Tag, Class) - Static method in class javax.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAttribute(String) - Method in class com.caucho.jsp.QPageContext
Finds an attribute in any of the scopes from page to application.
findAttribute(String) - Method in class javax.servlet.jsp.PageContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findClass(String) - Method in class com.caucho.util.DynamicClassLoader
Load a class using this class loader
findLibrary(String) - Method in class com.caucho.util.DynamicClassLoader
Returns the full library path for the name.
findScopeProperty(ESString) - Method in class com.caucho.es.Call
 
findSessionIdFromConnection() - Method in class com.caucho.server.http.Request
For SSL connections, use the SSL identifier.
findSessionIdFromConnection() - Method in class com.caucho.server.http.HttpRequest
For SSL connections, use the SSL identifier.
finish() - Method in class com.caucho.server.http.Request
Cleans up at the end of the request
finishAttributes() - Method in class com.caucho.xml.XmlPrinter
Complete printing of the attributes when the open tag completes.
first - Variable in class com.caucho.util.Slist
 
first() - Method in class com.caucho.util.CharCursor
 
FlatCache - class com.caucho.util.FlatCache.
Fixed length cache with a LRU replacement policy.
FlatCache(int) - Constructor for class com.caucho.util.FlatCache
 
FLOOR - Static variable in class com.caucho.xpath.Expr
 
flush() - Method in class com.caucho.vfs.StreamImpl
Flushes the write output.
flush() - Method in class com.caucho.vfs.WriteStream
Flushes the buffer to the source.
flush() - Method in class com.caucho.vfs.TempStream
 
flush() - Method in class com.caucho.vfs.ContextStream
Flush data to the stream.
flush() - Method in class com.caucho.vfs.LogStream
 
flush() - Method in class com.caucho.vfs.SocketStream
Flushes the socket.
flush() - Method in class com.caucho.vfs.ReaderWriterStream
 
flush() - Method in class com.caucho.vfs.StreamFilter
 
flush() - Method in class com.caucho.vfs.VfsStream
 
flush() - Method in class com.caucho.jsp.QBodyContent
 
flush() - Method in class com.caucho.xsl.XslWriter
flush is meaningless for XslWriter.
flush() - Method in class com.caucho.http.log.AccessLog
Flushes the log.
flush() - Method in class javax.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flushBuffer() - Method in interface com.caucho.server.http.CauchoResponse
 
flushBuffer() - Method in class com.caucho.server.http.Response
 
flushBuffer() - Method in class com.caucho.server.http.DummyResponse
 
flushBuffer() - Method in interface javax.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
forbidConnection(Socket) - Method in class com.caucho.server.http.ServletServer
If we're forbidding hosts, see if this host is allowed.
forbidForward - Variable in class com.caucho.server.http.Response
 
forceClose() - Method in class com.caucho.sql.DBPool
Close all the connections in the pool.
forget(Xid) - Method in class com.caucho.sql.QPooledConnectionImpl
forget about the transaction
forget(Xid) - Method in class com.caucho.sql.QXAConnection
forget about the transaction
forget(Xid) - Method in class com.caucho.sql.QXAPooledConnection
forget about the transaction
FORM_AUTH - Static variable in interface javax.servlet.http.HttpServletRequest
String identifier for Basic authentication.
FORMAT_NUMBER - Static variable in class com.caucho.xpath.Expr
 
format(long) - Static method in class com.caucho.util.QDate
 
format(long, String) - Static method in class com.caucho.util.QDate
 
format(String) - Method in class com.caucho.util.QDate
Format the date using % escapes: %aday of week (short) %Aday of week (verbose) %bday of month (short) %Bday of month (verbose) %cJava locale date %dday of month (two-digit) %H24-hour (two-digit) %I12-hour (two-digit) %jday of year (three-digit) %mmonth (two-digit) %Mminutes %pam/pm %Sseconds %smilliseconds %Wweek in year (three-digit) %wday of week (one-digit) %yyear (two-digit) %Yyear (four-digit) %Ztime zone (name) %ztime zone (+/-0800)
formatLocal(long) - Static method in class com.caucho.util.QDate
 
formatLocal(long, String) - Static method in class com.caucho.util.QDate
Formats a time in the local time zone.
FormLogin - class com.caucho.http.security.FormLogin.
Used to authenticate users in a servlet request.
FormLogin() - Constructor for class com.caucho.http.security.FormLogin
 
FormLoginServlet - class com.caucho.http.security.FormLoginServlet.
 
FormLoginServlet() - Constructor for class com.caucho.http.security.FormLoginServlet
 
forward(CauchoRequest, CauchoResponse, String) - Method in interface com.caucho.server.http.CauchoRequestDispatcher
 
forward(CauchoRequest, CauchoResponse, String, boolean) - Method in class com.caucho.server.http.QRequestDispatcher
Forwards the request to the servlet named by the request dispatcher.
forward(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.QRequestDispatcher
 
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
forward(ServletRequest, ServletResponse, boolean) - Method in class com.caucho.server.http.QRequestDispatcher
 
forward(String) - Method in class com.caucho.jsp.QPageContext
Forward a subrequest relative to the current url.
forward(String) - Method in class javax.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
free() - Method in class com.caucho.util.CharBuffer
 
free() - Method in class com.caucho.xml.XmlParser
 
free() - Method in class com.caucho.xml.Xml
Frees an Xml parser.
free() - Method in class com.caucho.xpath.Env
 
free(Object) - Method in class com.caucho.util.FreeList
Frees the object.
free(TempBuffer) - Static method in class com.caucho.vfs.TempBuffer
Frees a single buffer.
freeAll(TempBuffer) - Static method in class com.caucho.vfs.TempBuffer
 
freeEnv(Env) - Static method in class com.caucho.xpath.XPath
Free an environment.
FreeList - class com.caucho.util.FreeList.
FreeList provides a simple class to manage free objects.
FreeList(int) - Constructor for class com.caucho.util.FreeList
Create a new free list.
fsWalk(String, Map, String) - Method in class com.caucho.vfs.FilesystemPath
Lookup a path relative to the current filesystem's root.
fsWalk(String, Map, String) - Method in class com.caucho.vfs.JarPath
 
fsWalk(String, Map, String) - Method in class com.caucho.vfs.MergePath
Walking down the path just extends the path.
fsWalk(String, Map, String) - Method in class com.caucho.vfs.CachePath
Looks up the cache entry for a given path.
fsWalk(String, Map, String) - Method in class com.caucho.vfs.MemoryPath
 
fsWalk(String, Map, String) - Method in class com.caucho.vfs.JndiPath
Walking down the path just stores the new name in the created Path.
fsWalk(String, Map, String) - Method in class com.caucho.vfs.FilePath
Lookup the actual path relative to the filesystem root.
fsWalk(String, Map, String) - Method in class com.caucho.vfs.HttpPath
Scans the path portion of the URI, i.e.
FUNCTION_AVAILABLE - Static variable in class com.caucho.xpath.Expr
 
funId - Variable in class com.caucho.xsl.Template
 

G

GE - Static variable in class com.caucho.xpath.Expr
 
GENERATE_ID - Static variable in class com.caucho.xpath.Expr
 
GENERATE_LOCATION - Static variable in class com.caucho.xsl.TransformerImpl
 
GenericServlet - class javax.servlet.GenericServlet.
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
Does nothing.
get() - Method in class com.caucho.util.ContextLocal
Returns the variable for the context classloader.
get() - Method in class com.caucho.util.TimedItem
Gets the cached value, returning null if expires.
get() - Method in class com.caucho.util.QThreadLocal
 
get(int) - Method in class com.caucho.util.ByteBuffer
 
get(int) - Method in class com.caucho.util.DoubleArray
 
get(int) - Method in class com.caucho.util.IntArray
Gets the integer value at the given index.
get(int) - Method in class com.caucho.util.QDate
 
get(int) - Method in class com.caucho.naming.QName
 
get(Object) - Method in class com.caucho.util.LruCache
Get an item from the cache and make it most recently used.
get(Object) - Method in class com.caucho.util.TimedCache
Gets an item from the cache, returning null if expired.
get(Object) - Method in class com.caucho.util.FlatCache
Get an item from the cache and make it most recently used.
get(Object) - Method in class com.caucho.util.IntMap
Puts a new value in the property table with the appropriate flags
get(Object) - Method in class com.caucho.util.ContextProperties
 
get(Object) - Method in class com.caucho.es.ConstIntMap
 
getActiveConnections() - Method in class com.caucho.sql.DBPool
Get the total number of connections in use by the program.
getAll() - Method in class com.caucho.naming.QName
 
getAppDir() - Method in class com.caucho.server.http.Application
Returns the application's root directory.
getAppDir() - Method in interface com.caucho.server.http.CauchoApplication
 
getAppDirName() - Method in class com.caucho.server.http.Application
Returns the user's string for the application root directory.
getApplication() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getApplication() - Method in class com.caucho.server.http.Request
Returns the request's Application.
getArg(int, int) - Method in class com.caucho.es.Call
 
getArgInt32(int, int) - Method in class com.caucho.es.Call
 
getArgNum(int, int) - Method in class com.caucho.es.Call
 
getArgObject(int, int) - Method in class com.caucho.es.Call
 
getArgString(int, int) - Method in class com.caucho.es.Call
 
getAsciiNameCharArray() - Static method in class com.caucho.xml.XmlChar
Returns a boolean array testing for ascii name characters.
getAssociatedStylesheet(Source, String, String, String) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Returns the stylesheet source object associated with the given XML document.
getAssociatedStylesheet(Source, String, String, String) - Method in class javax.xml.transform.TransformerFactory
Returns the stylesheet source object associated with the given XML document.
getAttribute(String) - Method in class com.caucho.util.DynamicClassLoader
Returns the named attributes
getAttribute(String) - Method in class com.caucho.vfs.StreamImpl
Returns a stream attribute.
getAttribute(String) - Method in class com.caucho.vfs.WriteStream
Returns a named attribute.
getAttribute(String) - Method in class com.caucho.vfs.MultipartStream
Returns a read attribute from the multipart mime.
getAttribute(String) - Method in class com.caucho.vfs.Path
Gets an attribute of the object.
getAttribute(String) - Method in class com.caucho.vfs.MailtoPath
Gets the value of the RFC822 message headers.
getAttribute(String) - Method in class com.caucho.vfs.ReadStream
Returns a named attribute.
getAttribute(String) - Method in class com.caucho.jsp.QPageContext
 
getAttribute(String) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Returns an implementation-specific attribute.
getAttribute(String) - Method in class com.caucho.server.http.AbstractRequest
 
getAttribute(String) - Method in class com.caucho.server.http.Request
 
getAttribute(String) - Method in class com.caucho.server.http.HttpRequest
Returns the named attribute.
getAttribute(String) - Method in class com.caucho.server.http.DummyRequest
 
getAttribute(String) - Method in class com.caucho.server.http.Application
 
getAttribute(String) - Method in class com.caucho.server.http.QSession
Returns the named attribute from the session.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class javax.servlet.jsp.PageContext
Return the object associated with the name in the page scope or null if not found.
getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
The value of the attribute.
getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
Returns an implementation-specific attributes.
getAttribute(String) - Method in class javax.xml.transform.TransformerFactory
Returns an implementation-specific attribute.
getAttribute(String, int) - Method in class com.caucho.jsp.QPageContext
 
getAttribute(String, int) - Method in class javax.servlet.jsp.PageContext
Return the object associated with the name in the specified scope or null if not found.
getAttributeNames() - Method in class com.caucho.vfs.StreamImpl
Returns an iterator of the attribute names.
getAttributeNames() - Method in class com.caucho.vfs.WriteStream
Lists all named attributes.
getAttributeNames() - Method in class com.caucho.vfs.MultipartStream
Returns the headers from the mime.
getAttributeNames() - Method in class com.caucho.vfs.Path
Returns a iterator of all attribute names set for this object.
getAttributeNames() - Method in class com.caucho.vfs.ReadStream
Lists all named attributes.
getAttributeNames() - Method in class com.caucho.jsp.QPageContext
 
getAttributeNames() - Method in class com.caucho.server.http.AbstractRequest
 
getAttributeNames() - Method in class com.caucho.server.http.Request
 
getAttributeNames() - Method in class com.caucho.server.http.HttpRequest
Returns an enumeration of the attribute names.
getAttributeNames() - Method in class com.caucho.server.http.DummyRequest
 
getAttributeNames() - Method in class com.caucho.server.http.Application
 
getAttributeNames() - Method in class com.caucho.server.http.QSession
Return an enumeration of all the sessions' attribute names.
getAttributeNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames(int) - Method in class com.caucho.jsp.QPageContext
 
getAttributeNamesInScope(int) - Method in class com.caucho.jsp.QPageContext
 
getAttributeNamesInScope(int) - Method in class javax.servlet.jsp.PageContext
Enumerate all the attributes in a given scope
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class com.caucho.xml.QAbstractNode
 
getAttributes() - Method in class com.caucho.xml.QNode
 
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributesScope(String) - Method in class com.caucho.jsp.QPageContext
 
getAttributesScope(String) - Method in class javax.servlet.jsp.PageContext
Get the scope where a given attribute is defined.
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Get the value for a given attribute.
getAuthenticator() - Method in class com.caucho.server.http.Application
Returns the application's authenticator.
getAuthenticator() - Method in interface com.caucho.server.http.CauchoApplication
 
getAuthenticator() - Method in class com.caucho.http.security.AbstractLogin
Gets the authenticator.
getAuthType() - Method in class com.caucho.server.http.AbstractRequest
Gets the authorization type
getAuthType() - Method in class com.caucho.server.http.DummyRequest
 
getAuthType() - Method in class com.caucho.http.security.AbstractLogin
Returns the authentication type.
getAuthType() - Method in class com.caucho.http.security.BasicLogin
Returns the authentication type.
getAuthType() - Method in class com.caucho.http.security.FormLogin
Returns the authentication type.
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAutoCommit() - Method in class com.caucho.sql.QPooledConnectionImpl
 
getAvailable() - Method in class com.caucho.vfs.StreamImpl
Returns the number of bytes available without blocking.
getAvailable() - Method in class com.caucho.vfs.ReadStream
Returns an estimate of the available bytes.
getAvailable() - Method in class com.caucho.vfs.TempReadStream
 
getAvailable() - Method in class com.caucho.vfs.StringStream
 
getAvailable() - Method in class com.caucho.vfs.SocketStream
Returns the number of bytes available to be read from the input stream.
getAvailable() - Method in class com.caucho.vfs.TempBuffer
 
getAvailable() - Method in class com.caucho.vfs.FileReadStream
Returns the number of bytes available for reading.
getAvailable() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
getAvailable() - Method in class com.caucho.vfs.StreamFilter
 
getAvailable() - Method in class com.caucho.vfs.PipeStream
Return the available bytes.
getAvailable() - Method in class com.caucho.vfs.VfsStream
 
getAvailable() - Method in class com.caucho.server.http.JniStream
 
getBacking() - Method in class com.caucho.server.http.QSession
Returns the session backing.
getBasicPrincipal(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.caucho.http.security.BasicLogin
Returns the principal from a basic authentication
getBegin(int) - Method in class com.caucho.regexp.Regexp
 
getBeginIndex() - Method in class com.caucho.util.CharCursor
 
getBeginIndex() - Method in class com.caucho.util.StringCharCursor
 
getBestPath() - Method in class com.caucho.vfs.MergePath
Returns the first matching path.
getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get current bodyContent.
getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
The bodycontent information for this tag.
getBoolean() - Method in class com.caucho.util.RegistryNode
Returns a boolean value, returning true if no value is specified.
getBoolean(String, boolean) - Method in class com.caucho.util.RegistryNode
Gets a boolean value from a subnode with a default.
getBoolean(String, boolean) - Static method in class com.caucho.util.Registry
 
getBranchQualifier() - Method in class com.caucho.transaction.XidImpl
 
getBuffer() - Method in class com.caucho.util.CharSegment
Returns the buffer's char array.
getBuffer() - Method in class com.caucho.util.CharBuffer
Returns the buffer's char array.
getBuffer() - Method in class com.caucho.util.ByteBuffer
Returns the byte array for the buffer.
getBuffer() - Method in class com.caucho.vfs.WriteStream
Returns the write buffer.
getBuffer() - Method in class com.caucho.vfs.ReadStream
 
getBuffer() - Method in class com.caucho.vfs.TempBuffer
Returns the buffer's underlying byte array.
getBufferOffset() - Method in class com.caucho.vfs.WriteStream
Returns the write offset.
getBufferSize() - Method in class com.caucho.jsp.QBodyContent
 
getBufferSize() - Method in interface com.caucho.server.http.CauchoResponse
 
getBufferSize() - Method in class com.caucho.server.http.Response
 
getBufferSize() - Method in class com.caucho.server.http.DummyResponse
 
getBufferSize() - Method in interface javax.servlet.ServletResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBufferSize() - Method in class javax.servlet.jsp.JspWriter
This method returns the size of the buffer used by the JspWriter.
getCache() - Method in class com.caucho.vfs.HttpPath
 
getCache(Object) - Method in class com.caucho.xpath.Env
 
getCacheDepends() - Method in class com.caucho.xsl.TransformerImpl
 
getCacheDepends() - Method in class com.caucho.xsl.AbstractStylesheet
 
getCacheDepends() - Method in class com.caucho.xsl.CacheableDocument
 
getCall() - Method in class com.caucho.es.Call
 
getCallThis() - Method in class com.caucho.es.Call
 
getCanonicalName() - Method in class com.caucho.xml.QAbstractNode
 
getCanonicalName() - Method in class com.caucho.xml.QElement
Returns the canonical name of the element.
getCanonicalName() - Method in class com.caucho.xml.QAttr
 
getCanonicalName() - Method in class com.caucho.xml.QName
 
getCanonicalName() - Method in interface com.caucho.xml.CauchoNode
Returns the node's canonical name.
getCapacity() - Method in class com.caucho.util.CharBuffer
 
getCapacity() - Method in class com.caucho.vfs.TempBuffer
 
getCatalog() - Method in class com.caucho.sql.QPooledConnectionImpl
JDBC api to return the connection's catalog.
getCauchoApplication() - Method in class com.caucho.server.http.AbstractRequest
 
getCauchoApplication() - Method in class com.caucho.server.http.DummyRequest
 
getCauchoApplication() - Method in interface com.caucho.server.http.CauchoRequest
 
getCause() - Method in class com.caucho.xsl.XslParseException
 
getCause() - Method in class javax.xml.transform.TransformerException
Returns the wrapped exception.
getCdataSectionElements() - Method in class com.caucho.transform.OutputFormat
 
getChain() - Method in interface com.caucho.server.http.CauchoResponse
 
getChain() - Method in class com.caucho.server.http.Response
 
getChain() - Method in class com.caucho.server.http.DummyResponse
 
getChain(String) - Method in class com.caucho.server.http.AbstractRequest
 
getChain(String) - Method in class com.caucho.server.http.Request
Returns a servlet filter based on the content type.
getChain(String) - Method in class com.caucho.server.http.DummyRequest
 
getChain(String) - Method in interface com.caucho.server.http.CauchoRequest
 
getChain(String) - Method in class com.caucho.server.http.Application
Returns the chained servlet name by the mime-type.
getChain(String) - Method in interface com.caucho.server.http.CauchoApplication
 
getChangeCount() - Static method in class com.caucho.util.Registry
 
getCharacterEncoding() - Method in class com.caucho.server.http.AbstractRequest
 
getCharacterEncoding() - Method in class com.caucho.server.http.Request
Returns the character encoding of a post.
getCharacterEncoding() - Method in class com.caucho.server.http.DummyRequest
 
getCharacterEncoding() - Method in class com.caucho.server.http.Response
 
getCharacterEncoding() - Method in class com.caucho.server.http.DummyResponse
 
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the name of the charset used for the MIME body sent in this response.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getChars(int, int, char[], int) - Method in class com.caucho.util.CharSegment
Copies characters to the destination buffer.
getChars(int, int, char[], int) - Method in class com.caucho.util.CharBuffer
Copies characters to the destination buffer.
getChildNodes() - Method in class com.caucho.xml.QAbstractNode
 
getChildNodes() - Method in class com.caucho.xml.QNode
Returns a node list of the children.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getChildren() - Method in class com.caucho.util.RegistryNode
 
getClassEntry(String) - Method in class com.caucho.util.DynamicClassLoader
Returns the class entry.
getClassLoader() - Method in class com.caucho.es.Global
 
getClassLoader() - Method in class com.caucho.xsl.AbstractStylesheetFactory
Gets the classloader for the stylesheet.
getClassLoader() - Method in interface com.caucho.transform.StylesheetFactory
Get classloader for loading stylesheets.
getClassLoader() - Method in class com.caucho.server.http.Application
Returns the class loader for the application.
getClassLoader() - Method in interface com.caucho.server.http.CauchoApplication
 
getClassName() - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <variable-class> element.
getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
 
getClassPath() - Static method in class com.caucho.util.CauchoSystem
Returns the system classpath, including the bootpath
getClassPath() - Method in class com.caucho.util.DynamicClassLoader
Fill data for the class path.
getClassPath() - Method in class com.caucho.util.DynamicClassLoader.Entry
Returns the path to the class file.
getClassPath(String) - Method in class com.caucho.util.DynamicClassLoader
Default implementation of getting a classpath segment.
getClassPath(String) - Method in class com.caucho.util.SimpleClassLoader
 
getClassPath(String) - Method in class com.caucho.util.DirectoryClassLoader
Fill data for the class path.
getCodePath() - Method in class com.caucho.util.DynamicClassLoader
 
getCodePath() - Method in class com.caucho.util.SimpleClassLoader
 
getCodePath() - Method in class com.caucho.util.DirectoryClassLoader
 
getCodeSource() - Method in class com.caucho.util.DynamicClassLoader.Entry
 
getColumn() - Method in class com.caucho.xml.QAbstractNode
 
getColumn() - Method in interface com.caucho.xml.CauchoNode
Returns the source column of this node.
getColumn() - Method in class com.caucho.es.ESParseException
 
getColumnNumber() - Method in class com.caucho.xml.XmlParser
 
getColumnNumber() - Method in class com.caucho.xml.SAXBuilder
The column number is always 0.
getColumnNumber() - Method in interface javax.xml.transform.SourceLocator
Returns the column number of the error.
getComment() - Method in class javax.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getConfig() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getConnection() - Method in class com.caucho.sql.QPooledConnectionImpl
Returns the underlying connection.
getConnection() - Method in class com.caucho.sql.QPooledConnection
 
getConnection() - Method in class com.caucho.sql.ClusterPoolDataSource
Driver interface to create a new connection.
getConnection() - Method in class com.caucho.sql.DBPool
Returns a new or pooled connection.
getConnection(String, String) - Method in class com.caucho.sql.ClusterPoolDataSource
Driver interface to create a new connection.
getConnection(String, String) - Method in class com.caucho.sql.DBPool
Return a connection.
getConnectionWaitTime() - Method in class com.caucho.sql.DBPool
Gets the time to wait for a connection when all are used.
getContainer() - Method in class com.caucho.vfs.JarPath
Returns the underlying file below the jar.
getContentHandler() - Method in class com.caucho.xml.AbstractParser
 
getContentHandler() - Method in class com.caucho.xsl.SAXTransformerImpl
Gets the SAX contentHandler.
getContentLength() - Method in class com.caucho.server.http.AbstractRequest
 
getContentLength() - Method in class com.caucho.server.http.Request
Returns the content length of a post.
getContentLength() - Method in class com.caucho.server.http.DummyRequest
 
getContentLength() - Method in class com.caucho.server.http.Response
Returns the number of bytes send to the output.
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentType() - Method in class com.caucho.vfs.Path
Returns the mime-type of the file.
getContentType() - Method in class com.caucho.server.http.AbstractRequest
 
getContentType() - Method in class com.caucho.server.http.Request
Returns the content-length of a post.
getContentType() - Method in class com.caucho.server.http.DummyRequest
 
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContext(String) - Method in class com.caucho.server.http.Application
Returns the named servlet context.
getContext(String) - Method in interface javax.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContextClassLoader() - Static method in class com.caucho.util.CauchoSystem
Gets the per-thread class loader, the context class loader.
getContextNode() - Method in class com.caucho.xpath.Env
Gets the context node.
getContextPath() - Method in class com.caucho.server.http.AbstractRequest
 
getContextPath() - Method in class com.caucho.server.http.Request
Returns the context part of the uri.
getContextPath() - Method in class com.caucho.server.http.DummyRequest
 
getContextPath() - Method in interface com.caucho.server.http.CauchoRequest
 
getContextPath() - Method in class com.caucho.server.http.Application
 
getContextPath() - Method in interface com.caucho.server.http.CauchoApplication
 
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPosition() - Method in class com.caucho.xpath.Env
Returns the position of the context node.
getContextSize() - Method in class com.caucho.xpath.Env
Returns the number of nodes in the context list.
getConvertedString() - Method in class com.caucho.vfs.ByteToChar
Gets the converted string.
getConvertedString() - Method in class com.caucho.vfs.OldByteToChar
Gets the converted string.
getCookie(String) - Method in class com.caucho.server.http.AbstractRequest
 
getCookie(String) - Method in class com.caucho.server.http.Request
Returns the cookies from the browser
getCookie(String) - Method in class com.caucho.server.http.DummyRequest
 
getCookie(String) - Method in interface com.caucho.server.http.CauchoRequest
 
getCookieAuthQuery() - Method in class com.caucho.http.security.JdbcAuthenticator
Gets the cookie auth query.
getCookieAuthUpdate() - Method in class com.caucho.http.security.JdbcAuthenticator
Gets the cookie update query.
getCookieDomain() - Method in class com.caucho.server.http.SessionManager
Returns the default session cookie domain.
getCookieDomain() - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated. Returns the domain for a login cookie.
getCookieDomain() - Method in class com.caucho.http.security.JdbcAuthenticator
Returns the domain for a login cookie.
getCookieMaxAge() - Method in class com.caucho.server.http.SessionManager
Returns the max-age of the session cookie.
getCookieMaxAge() - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated. Returns the max-age for a login cookie.
getCookieMaxAge() - Method in class com.caucho.http.security.JdbcAuthenticator
Returns the max-age for a login cookie.
getCookies() - Method in class com.caucho.server.http.AbstractRequest
 
getCookies() - Method in class com.caucho.server.http.Request
Returns the cookies from the browser
getCookies() - Method in class com.caucho.server.http.DummyRequest
 
getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCookieVersion() - Method in class com.caucho.server.http.SessionManager
Returns the session cookie version, default is 0.
getCookieVersion() - Method in class com.caucho.http.security.JdbcAuthenticator
Returns the version for a login cookie.
getCount() - Method in class com.caucho.xsl.Template
 
getCpuUsage() - Static method in class com.caucho.util.CauchoSystem
 
getCreationTime() - Method in class com.caucho.server.http.QSession
Returns the time the session was created.
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCurrentNode() - Method in class com.caucho.xpath.Env
Gets the current node.
getCurrentTime() - Static method in class com.caucho.util.Alarm
Returns the current time.
getData() - Method in class com.caucho.util.Tree
 
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDataSource() - Method in class com.caucho.sql.DBPool
Returns the underlying pooled or xa datasource
getDate() - Method in class com.caucho.util.RegistryNode
 
getDate() - Method in class com.caucho.server.http.AbstractRequest
 
getDate() - Method in class com.caucho.server.http.Request
Returns the date for the current request.
getDate() - Method in class com.caucho.server.http.DummyRequest
 
getDate() - Method in interface com.caucho.server.http.CauchoRequest
 
getDate(String, QDate) - Method in class com.caucho.util.RegistryNode
 
getDate(String, QDate) - Static method in class com.caucho.util.Registry
 
getDateHeader(String) - Method in class com.caucho.server.http.AbstractRequest
Returns a header interpreted as a date.
getDateHeader(String) - Method in class com.caucho.server.http.DummyRequest
 
getDateHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDayCpu() - Method in class com.caucho.server.http.Statistics
Gets the average cpu load for the last day (needs libcaucho.so).
getDayOfMonth() - Method in class com.caucho.util.QDate
 
getDayOfWeek() - Method in class com.caucho.util.QDate
 
getDayThreads() - Method in class com.caucho.server.http.Statistics
Gets the average number of active threads in the last day.
getDbPool() - Method in class com.caucho.server.http.JdbcAuthenticator
 
getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <declare> element
getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
 
getDefaultEncoding() - Method in class com.caucho.xml.AbstractParser
Gets the default encoding if none is specified.
getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
 
getDefaultStream() - Method in class com.caucho.vfs.ContextStream
Returns the context stream's variable.
getDependList() - Method in class com.caucho.util.Registry
Returns the dependency list.
getDepends() - Method in class com.caucho.xsl.AbstractStylesheet
Returns the dependency list of the stylesheet.
getDepends() - Method in class com.caucho.server.http.Application
Return all the dependencies
getDisableEscaping() - Method in class com.caucho.xsl.XslWriter
 
getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the displayName
getDoctype() - Method in class com.caucho.xml.QDocument
 
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in class com.caucho.xsl.CacheableDocument
Returns the document
getDocumentElement() - Method in class com.caucho.xml.QDocument
 
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDomain() - Method in class javax.servlet.http.Cookie
Returns the domain name set for this cookie.
getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
Returns an instance of a DOM implementation
getDouble() - Method in class com.caucho.util.RegistryNode
Returns the node's value interpreted as a double.
getDouble(String, double) - Method in class com.caucho.util.RegistryNode
Returns a subnode's value interpreted as a double
getDouble(String, double) - Static method in class com.caucho.util.Registry
 
getDriver() - Method in class com.caucho.sql.DBPool
Returns the JDBC driver for the pooled object.
getDriverName() - Method in class com.caucho.sql.DBPool
Returns the JDBC driver class for the pooled object.
getDTDHandler() - Method in class com.caucho.xml.AbstractParser
 
getDTDHandler() - Method in class com.caucho.xsl.SAXTransformerImpl
Gets the SAX DTD handler.
getElement(String) - Method in class com.caucho.xml.QDocumentType
 
getElementById(String) - Method in class com.caucho.xml.QDocument
 
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element whose ID is given by elementId.
getElementId(String) - Method in class com.caucho.xml.QDocumentType
 
getElementIdNames() - Method in class com.caucho.xml.QDocumentType
 
getElementsByTagName(String) - Method in class com.caucho.xml.QElement
Returns a list of elements, given a tag name.
getElementsByTagName(String) - Method in class com.caucho.xml.QDocument
Returns a list of elements, filtered by the tag name.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in class com.caucho.xml.QElement
Returns a list of elements, given a namespace and a local name.
getElementsByTagNameNS(String, String) - Method in class com.caucho.xml.QDocument
 
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
getEnclosingWriter() - Method in class com.caucho.jsp.QBodyContent
Returns the enclosing writer.
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
getEncoding() - Method in class com.caucho.vfs.WriteStream
Returns the mime-encoding used for writing.
getEncoding() - Method in class com.caucho.vfs.MultipartStream
Returns the default encoding.
getEncoding() - Method in class com.caucho.vfs.ReadStream
Returns the mime-encoding currently read.
getEncoding() - Method in class com.caucho.xml.QDocument
 
getEncoding() - Method in class com.caucho.transform.OutputFormat
 
getEnd(int) - Method in class com.caucho.regexp.Regexp
 
getEndIndex() - Method in class com.caucho.util.CharCursor
 
getEndIndex() - Method in class com.caucho.util.StringCharCursor
 
getEngineInfo() - Method in class com.caucho.jsp.QJspFactory
 
getEngineInfo() - Method in class javax.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine
getEntities() - Method in class com.caucho.xml.QDocumentType
 
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntitiesAsText() - Method in class com.caucho.xml.AbstractParser
 
getEntityResolver() - Method in class com.caucho.xml.AbstractParser
Sets the callback object finding files from system ids.
getEntityResolver() - Method in class com.caucho.xsl.SAXTransformerImpl
Gets the SAX entity resolver handler.
getEntryClass() - Method in class com.caucho.util.DynamicClassLoader.Entry
 
getEnvironment() - Method in class com.caucho.naming.AbstractContext
 
getEnvironment() - Method in class com.caucho.naming.PathJndiContext
 
getErrorHandler() - Method in class com.caucho.xml.AbstractParser
 
getErrorHandler() - Method in class com.caucho.xsl.SAXTransformerImpl
Gets the SAX error handler.
getErrorListener() - Method in class com.caucho.xsl.TransformerImpl
Returns the error listener.
getErrorListener() - Method in class com.caucho.xsl.AbstractStylesheetFactory
Returns the error listener.
getErrorListener() - Method in class javax.xml.transform.Transformer
Returns the current error callback listener.
getErrorListener() - Method in class javax.xml.transform.TransformerFactory
Returns the error handler for the factory.
getErrorMessage(String) - Method in class com.caucho.util.RegistryNode
Adds the filename and line to the error message.
getErrorPage() - Method in class com.caucho.jsp.QPageContext
Returns the page's error page.
getEscapeText() - Method in class com.caucho.xml.SAXBuilder
 
getEscapeText() - Method in class com.caucho.xml.DOMBuilder
 
getEscapeText() - Method in class com.caucho.xml.XmlPrinter
Returns true if the text is currently being escaped
getEscapeText() - Method in interface com.caucho.xml.XMLWriter
 
getEscaping() - Method in class com.caucho.xml.XmlPrinter
Returns the current XML escaping.
getEval() - Method in class com.caucho.es.Call
 
getException() - Method in class com.caucho.jsp.QPageContext
 
getException() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getException() - Method in class com.caucho.es.ESWrapperException
 
getException() - Method in class javax.servlet.jsp.PageContext
The current value of the exception object (an Exception).
getException() - Method in class javax.xml.parsers.FactoryConfigurationError
Get the root cause of the exception
getException() - Method in class javax.xml.transform.TransformerException
Returns the wrapped exception.
getException() - Method in class javax.xml.transform.TransformerFactoryConfigurationError
Returns the underlying exception.
getExpireInterval() - Method in class com.caucho.util.TimedItem
Returns the expire time for this TimedItem.
getExpr() - Method in class com.caucho.xsl.Sort
 
getFeature(String) - Method in class com.caucho.xml.AbstractParser
 
getFeature(String) - Method in class com.caucho.xsl.TransformerImpl
 
getFeature(String) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Returns an implementation-specific feature.
getFeature(String) - Method in interface com.caucho.transform.Transformer
Returns true if the Transformer implements the feature.
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Returns the named feature.
getFeature(String) - Method in class javax.xml.transform.TransformerFactory
Returns true if the named feature is implemented.
getFilename() - Method in class com.caucho.util.RegistryNode
Returns the source filename for the configuration node.
getFilename() - Method in class com.caucho.xml.QAbstractNode
Returns the node's source filename.
getFilename() - Method in class com.caucho.xml.XmlParser
Returns the current filename.
getFilename() - Method in interface com.caucho.xml.CauchoNode
Returns the source filename of this node.
getFilename() - Method in class com.caucho.es.ESParseException
 
getFileSeparatorChar() - Static method in class com.caucho.util.CauchoSystem
 
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFirst() - Method in class com.caucho.util.Tree
 
getFirstAttribute() - Method in interface com.caucho.xml.CauchoElement
Returns the first attribute of the element.
getFirstChild() - Method in class com.caucho.util.RegistryNode
Returns the first child node or null if there are no children.
getFirstChild() - Method in class com.caucho.xml.QAbstractNode
 
getFirstChild() - Method in class com.caucho.xml.QNode
 
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFlushOnNewline() - Method in class com.caucho.vfs.StreamImpl
Returns true if the buffer should be flushed on every newline.
getFlushOnNewline() - Method in class com.caucho.vfs.ReaderWriterStream
 
getFlushOnNewline() - Method in class com.caucho.vfs.VfsStream
 
getForbidForward() - Method in interface com.caucho.server.http.CauchoResponse
 
getForbidForward() - Method in class com.caucho.server.http.Response
Returns true if RequestDispatcher.forward() is disallowed on this stream.
getForbidForward() - Method in class com.caucho.server.http.DummyResponse
 
getForgiving() - Method in class com.caucho.xml.AbstractParser
Returns true if the parser is forgiving.
getFormat() - Method in class com.caucho.xsl.XslNumberFormat
 
getFormatId() - Method in class com.caucho.transaction.XidImpl
 
getFormErrorPage() - Method in class com.caucho.http.security.FormLogin
Gets the error page.
getFormLoginPage() - Method in class com.caucho.http.security.FormLogin
Gets the login page.
getFullPath() - Method in class com.caucho.vfs.Path
Returns the full path, including the restricted root.
getFullPath() - Method in class com.caucho.vfs.FilesystemPath
For chrooted filesystems return the real system path.
getFullPath() - Method in class com.caucho.vfs.MergePath
Returns the full path name of the best path.
getFullPath(String) - Method in class com.caucho.naming.AbstractContext
Returns the full name for the context.
getFullPath(String) - Method in class com.caucho.naming.MemoryContext
 
getFunction() - Method in class com.caucho.xsl.Template
 
getFunction(String) - Method in interface com.caucho.xpath.ExprEnvironment
Returns the value associated with name.
getFunction(String) - Method in class com.caucho.xpath.Env
Returns the named function.
getGenerateLocation() - Method in class com.caucho.xsl.StylesheetImpl
 
getGetMethod(Class, String) - Static method in class com.caucho.util.BeanUtil
Returns a get method matching the property name.
getGetMethod(Class, String, boolean) - Static method in class com.caucho.util.BeanUtil
Returns a get method matching the property name.
getGlobal() - Method in class com.caucho.util.ContextLocal
 
getGlobal() - Method in class com.caucho.es.Call
 
getGlobalDate() - Static method in class com.caucho.util.QDate
Global date must be synchronized before you can do anything on it.
getGlobalProperties() - Method in class com.caucho.util.ContextProperties
 
getGlobalProto() - Static method in class com.caucho.es.Global
Returns the global prototype for the current thread.
getGlobalTransactionId() - Method in class com.caucho.transaction.XidImpl
 
getGlobalVariable(ESString) - Method in class com.caucho.es.Call
Returns the global variable of the id, throwing an exception if the it's undefined.
getGroupSeparator() - Method in class com.caucho.xsl.XslNumberFormat
 
getGroupSize() - Method in class com.caucho.xsl.XslNumberFormat
 
getHandler() - Method in class javax.xml.transform.sax.SAXResult
Returns the result ContentHandler.
getHeader(String) - Method in class com.caucho.server.http.AbstractRequest
 
getHeader(String) - Method in class com.caucho.server.http.Request
 
getHeader(String) - Method in interface com.caucho.server.http.CauchoResponse
 
getHeader(String) - Method in class com.caucho.server.http.DummyRequest
 
getHeader(String) - Method in class com.caucho.server.http.Response
Returns the value of an already set output header.
getHeader(String) - Method in class com.caucho.server.http.DummyResponse
 
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeaderBuffer(char[], int) - Method in class com.caucho.server.http.Request
 
getHeaderBuffer(char[], int) - Method in class com.caucho.server.http.HttpRequest
Returns the matching header.
getHeaderBuffer(char[], int) - Method in class com.caucho.server.http.RunnerRequest
 
getHeaderBuffer(String) - Method in class com.caucho.server.http.Request
 
getHeaderBuffer(String) - Method in class com.caucho.server.http.HttpRequest
Returns the header value for the key, returned as a CharSegment.
getHeaderBuffer(String) - Method in class com.caucho.server.http.RunnerRequest
 
getHeaderBuffers(ArrayList, String) - Method in class com.caucho.server.http.Request
 
getHeaderBuffers(ArrayList, String) - Method in class com.caucho.server.http.HttpRequest
Fills an ArrayList with the header values matching the key.
getHeaderBuffers(ArrayList, String) - Method in class com.caucho.server.http.RunnerRequest
 
getHeaderNames() - Method in class com.caucho.server.http.AbstractRequest
 
getHeaderNames() - Method in class com.caucho.server.http.Request
Enumerates the header keys
getHeaderNames() - Method in class com.caucho.server.http.HttpRequest
Returns an enumeration of all the header keys.
getHeaderNames() - Method in class com.caucho.server.http.RunnerRequest
 
getHeaderNames() - Method in class com.caucho.server.http.DummyRequest
 
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaders(String) - Method in class com.caucho.server.http.AbstractRequest
 
getHeaders(String) - Method in class com.caucho.server.http.Request
 
getHeaders(String) - Method in class com.caucho.server.http.HttpRequest
Return an enumeration of headers matching a key.
getHeaders(String) - Method in class com.caucho.server.http.DummyRequest
 
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHome() - Method in class com.caucho.ejb.AbstractClientFactory
 
getHost() - Method in class com.caucho.vfs.Path
Returns the hostname
getHost() - Method in class com.caucho.vfs.HttpPath
Returns the host part of the url.
getHost() - Method in class com.caucho.vfs.TcpPath
 
getHost() - Method in class com.caucho.server.http.Application
Returns the application's virtual host name.
getHost() - Method in interface com.caucho.server.http.CauchoApplication
 
getHourCpu() - Method in class com.caucho.server.http.Statistics
Gets the average cpu load for the last hour (needs libcaucho.so).
getHourThreads() - Method in class com.caucho.server.http.Statistics
Gets the average number of active threads in the last hour.
getId() - Method in class com.caucho.xsl.Template
 
getId() - Method in class com.caucho.server.http.QSession
Returns the session identifier.
getId() - Method in interface javax.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class javax.servlet.jsp.tagext.TagData
The value of the id attribute, if available.
getId() - Method in class javax.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getImplementation() - Method in class com.caucho.xml.QDocument
 
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getIndent() - Method in class com.caucho.transform.OutputFormat
 
getIndex() - Method in class com.caucho.util.CharCursor
returns the current location of the cursor
getIndex() - Method in class com.caucho.util.StringCharCursor
returns the current location of the cursor
getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
The information string for the tag.
getInitialContext(Hashtable) - Method in class com.caucho.server.http.JndiFactory
Returns the initial context for the current thread.
getInitParameter(String) - Method in class com.caucho.jsp.Page
 
getInitParameter(String) - Method in class com.caucho.server.http.Application
 
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterNames() - Method in class com.caucho.jsp.Page
 
getInitParameterNames() - Method in class com.caucho.server.http.Application
 
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInputSource() - Method in class javax.xml.transform.sax.SAXSource
Returns the SAX InputSource.
getInputStream() - Method in class com.caucho.util.CharBuffer
 
getInputStream() - Method in class com.caucho.server.http.AbstractRequest
 
getInputStream() - Method in class com.caucho.server.http.Request
Returns a stream for reading POST data.
getInputStream() - Method in class com.caucho.server.http.DummyRequest
 
getInputStream() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
Returns an input stream on the XML view of a JSP page.
getInputStream() - Method in class javax.xml.transform.stream.StreamSource
Returns the input stream.
getInt() - Method in class com.caucho.util.RegistryNode
Returns the node's value interpreted as an integer
getInt(int) - Method in class com.caucho.util.ByteBuffer
 
getInt(String, int) - Method in class com.caucho.util.RegistryNode
Returns a subnode's value interpreted as an integer
getInt(String, int) - Static method in class com.caucho.util.Registry
 
getInternalForward() - Method in class com.caucho.http.security.FormLogin
Returns true if a successful login allows an internal forward instead of a redirect.
getInternalSubset() - Method in class com.caucho.xml.QDocumentType
 
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getInterval() - Method in class com.caucho.util.CpuUsage
 
getIntHeader(String) - Method in class com.caucho.server.http.AbstractRequest
 
getIntHeader(String) - Method in class com.caucho.server.http.DummyRequest
 
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getJavaEncoding() - Method in class com.caucho.vfs.WriteStream
 
getJavaName(Locale) - Static method in class com.caucho.vfs.Encoding
Returns the Java name for the given locale.
getJavaName(String) - Static method in class com.caucho.vfs.Encoding
Returns the Java name for the given encoding.
getJavaType() - Method in class com.caucho.es.ESBase
 
getJavaType() - Method in class com.caucho.es.ESNull
 
getJavaType() - Method in class com.caucho.es.ESBoolean
 
getJavaType() - Method in class com.caucho.es.ESString
 
getJavaType() - Method in class com.caucho.es.ESNumber
 
getJavaType() - Method in class com.caucho.es.ESUndefined
 
getJndiContext() - Method in class com.caucho.server.http.Application
Returns the JNDI context for this application.
getJsp() - Method in class com.caucho.xml.AbstractParser
Returns true if the parser should handle special JSP forgiveness.
getLang() - Method in class com.caucho.xsl.XslNumberFormat
 
getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
Get the path to the large icon
getLast() - Method in class com.caucho.util.Tree
 
getLastAccessedTime() - Method in class com.caucho.server.http.QSession
Returns the time the session was last accessed.
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container recieved the request.
getLastChar() - Method in class com.caucho.util.CharSegment
Returns the last character of the buffer
getLastChar() - Method in class com.caucho.util.CharBuffer
Returns the last character of the buffer
getLastChild() - Method in class com.caucho.xml.QAbstractNode
 
getLastChild() - Method in class com.caucho.xml.QNode
 
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastModified() - Method in class com.caucho.vfs.Path
Returns the last modified time of the file.
getLastModified() - Method in class com.caucho.vfs.JarPath
 
getLastModified() - Method in class com.caucho.vfs.Depend
Returns the current last-modified time of the file.
getLastModified() - Method in class com.caucho.vfs.MergePath
Returns the last modified time of the best path.
getLastModified() - Method in class com.caucho.vfs.CachePath
 
getLastModified() - Method in class com.caucho.vfs.MemoryPath
 
getLastModified() - Method in class com.caucho.vfs.FilePath
 
getLastModified() - Method in class com.caucho.vfs.HttpPath
Returns the last modified time.
getLastModified() - Method in class com.caucho.xsl.CacheableDocument
Returns the modification time of the document sources.
getLastModified(HttpServletRequest) - Method in class com.caucho.jsp.Page
Returns the Last-Modified time for use in caching.
getLastModified(HttpServletRequest) - Method in class javax.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLength() - Method in class com.caucho.util.CharSegment
Returns the buffer length
getLength() - Method in class com.caucho.util.CharBuffer
Returns the buffer length
getLength() - Method in class com.caucho.util.ByteBuffer
Returns the buffer length
getLength() - Method in class com.caucho.vfs.MemoryStream
 
getLength() - Method in class com.caucho.vfs.Path
Returns the length of the file in bytes.
getLength() - Method in class com.caucho.vfs.ReadStream
 
getLength() - Method in class com.caucho.vfs.JarPath
 
getLength() - Method in class com.caucho.vfs.Depend
Returns the current length time of the file.
getLength() - Method in class com.caucho.vfs.TempStream
Returns the total length of the buffer's bytes
getLength() - Method in class com.caucho.vfs.MergePath
Returns the length of the best path.
getLength() - Method in class com.caucho.vfs.TempBuffer
Returns the number of bytes in the buffer.
getLength() - Method in class com.caucho.vfs.CachePath
 
getLength() - Method in class com.caucho.vfs.MemoryPath
 
getLength() - Method in class com.caucho.vfs.FilePath
 
getLength() - Method in class com.caucho.vfs.HttpPath
Returns the file's length
getLength() - Method in class com.caucho.xml.QNode
Returns the number of children.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLexicalHandler() - Method in class javax.xml.transform.sax.SAXResult
Returns the result LexicalHandler.
getLine() - Method in class com.caucho.util.RegistryNode
Returns the source line number for the configuration node.
getLine() - Method in class com.caucho.xml.QAbstractNode
Returns the node's source line.
getLine() - Method in class com.caucho.xml.XmlParser
Returns the current line.
getLine() - Method in interface com.caucho.xml.CauchoNode
Returns the source line of this node.
getLine() - Method in class com.caucho.es.ESParseException
 
getLineMap() - Method in class com.caucho.xml.XmlPrinter
 
getLineMap() - Method in class com.caucho.es.Script
 
getLineNumber() - Method in class com.caucho.xml.XmlParser
 
getLineNumber() - Method in class com.caucho.xml.SAXBuilder
Returns the current line.
getLineNumber() - Method in interface javax.xml.transform.SourceLocator
Returns the line number of the error.
getListContext() - Method in class com.caucho.xpath.Expr
 
getListener() - Method in class com.caucho.util.Cron
Return the cron's listener.
getListener() - Method in class com.caucho.util.Alarm
Return the alarm's listener.
getLiveSessions() - Method in class com.caucho.server.http.Statistics
Returns the number live sessions.
getLoadPrecompiledStylesheet() - Method in class com.caucho.xsl.AbstractStylesheetFactory
Returns true if precompiled stylesheets should be loaded.
getLocale() - Method in class com.caucho.server.http.AbstractRequest
 
getLocale() - Method in class com.caucho.server.http.Request
 
getLocale() - Method in class com.caucho.server.http.DummyRequest
 
getLocale() - Method in class com.caucho.server.http.Response
 
getLocale() - Method in class com.caucho.server.http.DummyResponse
 
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the locale assigned to the response.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocales() - Method in class com.caucho.server.http.AbstractRequest
 
getLocales() - Method in class com.caucho.server.http.Request
 
getLocales() - Method in class com.caucho.server.http.DummyRequest
 
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalHost() - Static method in class com.caucho.util.CauchoSystem
 
getLocalName() - Method in class com.caucho.xml.QAbstractNode
 
getLocalName() - Method in class com.caucho.xml.QElement
Returns the local part of the element's name.
getLocalName() - Method in class com.caucho.xml.QAttr
 
getLocalName() - Method in class com.caucho.xml.QName
 
getLocalName() - Method in interface com.caucho.xml.CauchoNode
 
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocationAsString() - Method in class javax.xml.transform.TransformerException
Returns the exception location as a string.
getLocator() - Method in class javax.xml.transform.TransformerException
Returns the exception location.
getLoginDispatcher(String) - Method in class com.caucho.server.http.Application
Returns a request dispatcher for the given uripath.
getLoginTimeout() - Method in class com.caucho.sql.ClusterPoolDataSource
 
getLoginTimeout() - Method in class com.caucho.sql.DBPool
Gets the timeout for a database login.
getLogWriter() - Method in class com.caucho.sql.ClusterPoolDataSource
 
getLogWriter() - Method in class com.caucho.sql.DBPool
Sets the debugging log for the connection.
getMajorVersion() - Method in class com.caucho.sql.DBPool
Gets the driver's major version number.
getMajorVersion() - Method in class com.caucho.server.http.Application
Returns the Servlet API major version
getMajorVersion() - Method in interface javax.servlet.ServletContext
Returns the major version of the Java Servlet API that this servlet container supports.
getManager() - Method in class com.caucho.jsp.QServlet
 
getManager() - Method in class com.caucho.server.http.QSession
Returns the session manager.
getManager(ServletContext) - Static method in class com.caucho.jsp.XtpManager
Returns the XTP manager for the given ServletContext.
getMax() - Method in class com.caucho.xsl.Template
 
getMax(int) - Method in class com.caucho.util.IntSet
 
getMaxAge() - Method in class javax.servlet.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxConnections() - Method in class com.caucho.sql.DBPool
Get the maximum number of pooled connections.
getMaxIdleTime() - Method in class com.caucho.sql.DBPool
Get the time in seconds a connection will remain in the pool before being closed.
getMaxInactiveInterval() - Method in class com.caucho.server.http.QSession
Returns the time the session is allowed to be alive.
getMaxInactiveInterval() - Method in interface javax.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxOverflowConnections() - Method in class com.caucho.sql.DBPool
The number of connections to overflow if the connection pool fills and there's a timeout.
getMaxPoolTime() - Method in class com.caucho.sql.DBPool
Get the time in milliseconds a connection will remain in the pool before being closed.
getMedia() - Method in class com.caucho.server.http.AbstractRequest
 
getMedia() - Method in class com.caucho.server.http.DummyRequest
 
getMedia() - Method in interface com.caucho.server.http.CauchoRequest
 
getMediaType() - Method in class com.caucho.transform.OutputFormat
 
getMergePaths() - Method in class com.caucho.vfs.MergePath
Return the list of paths searched in the merge path.
getMessage() - Method in class com.caucho.es.ESWrapperException
 
getMessage() - Method in class com.caucho.es.ESParseException
 
getMessage() - Method in class com.caucho.xsl.XslParseException
 
getMessage() - Method in class com.caucho.naming.NamingExceptionWrapper
Returns the appropriate exception message.
getMessage() - Method in class com.caucho.security.SecurityContextException
Returns the appropriate exception message.
getMetaData() - Method in class com.caucho.sql.QPooledConnectionImpl
Gets the connection's metadata.
getMethod() - Method in class com.caucho.transform.OutputFormat
Returns the output method: xml, html, or text.
getMethod() - Method in class com.caucho.server.http.AbstractRequest
 
getMethod() - Method in class com.caucho.server.http.Request
 
getMethod() - Method in class com.caucho.server.http.DummyRequest
 
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethodBuffer() - Method in class com.caucho.server.http.AbstractRequest
 
getMethodBuffer() - Method in class com.caucho.server.http.Request
 
getMethodBuffer() - Method in class com.caucho.server.http.HttpRequest
Returns a buffer containing the request method.
getMethodBuffer() - Method in class com.caucho.server.http.RunnerRequest
 
getMimeName(Locale) - Static method in class com.caucho.vfs.Encoding
Returns the canonical mime name for the given locale.
getMimeName(String) - Static method in class com.caucho.vfs.Encoding
Returns the canonical mime name for the given character encoding.
getMimeType(String) - Method in class com.caucho.server.http.Application
Returns the mime-type for a uri.
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMin() - Method in class com.caucho.xsl.Template
 
getMin(int) - Method in class com.caucho.util.IntSet
 
getMinorVersion() - Method in class com.caucho.sql.DBPool
Gets the driver's minor version number.
getMinorVersion() - Method in class com.caucho.server.http.Application
Returns the Servlet API minor version
getMinorVersion() - Method in interface javax.servlet.ServletContext
Returns the minor version of the Servlet API that this servlet container supports.
getMinuteCpu() - Method in class com.caucho.server.http.Statistics
Gets the average cpu load for the last minute (needs libcaucho.so)
getMinuteThreads() - Method in class com.caucho.server.http.Statistics
Gets the average number of active threads in the last minute.
getMode() - Method in class com.caucho.xsl.Template
 
getMonth() - Method in class com.caucho.util.QDate
 
getName() - Method in class com.caucho.util.RegistryNode
Returns the attribute's name.
getName() - Method in class com.caucho.util.DynamicClassLoader.Entry
 
getName() - Method in class com.caucho.xml.QAttr
 
getName() - Method in class com.caucho.xml.QDocumentType
 
getName() - Method in class com.caucho.xml.QName
 
getName() - Method in class com.caucho.sql.DBPool
Returns the Pool's name
getName() - Method in class com.caucho.security.BasicPrincipal
 
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in class javax.servlet.ServletContextAttributeEvent
Return the name of the attribute that changed on the ServletContext.
getName() - Method in class javax.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
The name of this attribute.
getNamedDispatcher(String) - Method in class com.caucho.server.http.Application
 
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-from-attribute> element.
getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
The body of the <name-given> element
getNameInNamespace() - Method in class com.caucho.naming.AbstractContext
 
getNameInNamespace() - Method in class com.caucho.naming.PathJndiContext
 
getNameInNamespace() - Method in class com.caucho.naming.MemoryContext
 
getNameParser(Name) - Method in class com.caucho.naming.AbstractContext
 
getNameParser(Name) - Method in class com.caucho.naming.PathJndiContext
 
getNameParser(String) - Method in class com.caucho.naming.AbstractContext
 
getNameParser(String) - Method in class com.caucho.naming.PathJndiContext
 
getNamespace() - Method in class com.caucho.xml.QName
 
getNamespace(String) - Method in class com.caucho.xml.QElement
Given a prefix, returns the namespace in effect at this element.
getNamespace(String) - Method in interface com.caucho.xml.CauchoElement
Returns the URL for a given namespace prefix.
getNamespace(String) - Method in class com.caucho.xml.QDocument
Returns the namespace url for a given prefix.
getNamespaceKeys() - Method in class com.caucho.xml.QDocument
Returns an iterator of top-level namespace prefixes.
getNamespaces() - Method in interface com.caucho.xml.CauchoDocument
 
getNamespaces() - Method in class com.caucho.xml.QDocument
 
getNamespaceURI() - Method in class com.caucho.xml.QAbstractNode
 
getNamespaceURI() - Method in class com.caucho.xml.QElement
Returns the namespace of the element.
getNamespaceURI() - Method in class com.caucho.xml.QAttr
 
getNamespaceURI() - Method in class com.caucho.xml.QName
 
getNamespaceURI() - Method in interface com.caucho.xml.CauchoNode
 
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified.
getNativePath() - Method in class com.caucho.vfs.Path
Returns the native representation of the path.
getNativePath() - Method in class com.caucho.vfs.FilePath
Returns the native path.
getNewline() - Method in class com.caucho.vfs.StreamImpl
Returns the stream's natural newline character.
getNewline() - Method in class com.caucho.vfs.SocketStream
 
getNewline() - Method in class com.caucho.vfs.VfsStream
 
getNewlineString() - Static method in class com.caucho.util.CauchoSystem
 
getNewlineString() - Method in class com.caucho.vfs.WriteStream
Returns the current string used for println newlines
getNext() - Method in class com.caucho.util.Tree
 
getNext() - Method in class com.caucho.vfs.TempBuffer
 
getNext(Node) - Static method in class com.caucho.xml.XmlUtil
Get the next node in a depth first preorder traversal.
getNextContent() - Method in class com.caucho.xml.QAbstractNode
 
getNextPreorder() - Method in class com.caucho.util.Tree
 
getNextPreorder() - Method in class com.caucho.xml.QAbstractNode
 
getNextPreorder() - Method in class com.caucho.xml.QNode
 
getNextSibling() - Method in class com.caucho.xml.QAbstractNode
 
getNextSibling() - Method in class com.caucho.xml.QNode
 
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNode() - Method in class com.caucho.xml.DOMBuilder
 
getNodeName() - Method in class com.caucho.xml.QElement
Returns the element's qualified-name as the node name.
getNodeName() - Method in class com.caucho.xml.QAttr
 
getNodeName() - Method in class com.caucho.xml.QDocumentType
 
getNodeName() - Method in class com.caucho.xml.QDocument
The node name for the document is #document.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in class com.caucho.xml.QElement
Returns the DOM NodeType, ELEMENT_NODE.
getNodeType() - Method in class com.caucho.xml.QAttr
 
getNodeType() - Method in class com.caucho.xml.QDocumentType
 
getNodeType() - Method in class com.caucho.xml.QDocument
 
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in class com.caucho.xml.QAbstractNode
 
getNodeValue() - Method in class com.caucho.xml.QNode
 
getNodeValue() - Method in class com.caucho.xml.QAttr
 
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNodeValue(Node) - Method in class com.caucho.xsl.StylesheetImpl
 
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in class com.caucho.xml.QDocumentType
 
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getObject() - Method in class com.caucho.vfs.Path
Returns the object at this path.
getObject() - Method in class com.caucho.vfs.JndiPath
Returns the object bound at this path.
getOffset() - Method in class com.caucho.util.CharSegment
 
getOffset() - Method in class com.caucho.vfs.ReadStream
 
getOmitDeclaration() - Method in class com.caucho.transform.OutputFormat
Returns "true" if the output declaration should be omitted.
getOriginalRegistry() - Method in class com.caucho.server.http.Application
 
getOut() - Method in class com.caucho.jsp.QPageContext
Returns the current writer.
getOut() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getOut() - Method in class javax.servlet.jsp.PageContext
The current value of the out object (a JspWriter).
getOutputFormat() - Method in class com.caucho.xsl.StylesheetImpl
 
getOutputFormat() - Method in interface com.caucho.transform.Stylesheet
Returns the values specified in the xsl:output directives.
getOutputProperties() - Method in class com.caucho.xsl.TransformerImpl
Returns a copy of the xsl:output properties.
getOutputProperties() - Method in class com.caucho.xsl.AbstractStylesheet
Returns the output properties for the stylesheet.
getOutputProperties() - Method in class javax.xml.transform.Transformer
Returns a copy of the xsl:output properties.
getOutputProperties() - Method in interface javax.xml.transform.Templates
Returns the xsl:output properties of the stylesheet.
getOutputProperty(String) - Method in class com.caucho.xsl.TransformerImpl
Returns the value of a single named xsl:output property.
getOutputProperty(String) - Method in class javax.xml.transform.Transformer
Returns a single named xsl:output property.
getOutputStream() - Method in class com.caucho.server.http.Response
Returns the ServletOutputStream for the response.
getOutputStream() - Method in class com.caucho.server.http.DummyResponse
 
getOutputStream() - Method in interface javax.servlet.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
getOutputStream() - Method in class javax.xml.transform.stream.StreamResult
Returns the output stream.
getOwnerDocument() - Method in class com.caucho.xml.QAbstractNode
Returns the owning document.
getOwnerDocument() - Method in class com.caucho.xml.QDocument
 
getOwnerDocument() - Method in class com.caucho.xpath.Env
Returns a document for creating nodes.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in class com.caucho.xml.QAttr
 
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getPage() - Method in class com.caucho.jsp.QPageContext
Returns the underlying servlet for the page.
getPage() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getPage() - Method in class com.caucho.xsl.XslWriter
Deprecated.  
getPage() - Method in class javax.servlet.jsp.PageContext
The current value of the page object (a Servlet).
getPage(CauchoRequest, CauchoResponse) - Method in class com.caucho.jsp.QServlet
Creates and returns a new page.
getPageContext() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class com.caucho.jsp.QJspFactory
 
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.JspFactory
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
getPageContextPath() - Method in class com.caucho.server.http.AbstractRequest
 
getPageContextPath() - Method in class com.caucho.server.http.Request
Returns the context part of the uri.
getPageContextPath() - Method in class com.caucho.server.http.DummyRequest
 
getPageContextPath() - Method in interface com.caucho.server.http.CauchoRequest
 
getPagePathInfo() - Method in class com.caucho.server.http.AbstractRequest
Returns the path-info for the current page, i.e.
getPagePathInfo() - Method in class com.caucho.server.http.Request
Returns the portion of the uri after the servlet path for the current page.
getPagePathInfo() - Method in class com.caucho.server.http.DummyRequest
 
getPagePathInfo() - Method in interface com.caucho.server.http.CauchoRequest
 
getPageQueryString() - Method in class com.caucho.server.http.AbstractRequest
Returns the query-string for the current page, i.e.
getPageQueryString() - Method in class com.caucho.server.http.Request
Returns the current page's query string.
getPageQueryString() - Method in class com.caucho.server.http.DummyRequest
 
getPageQueryString() - Method in interface com.caucho.server.http.CauchoRequest
 
getPageServletPath() - Method in class com.caucho.server.http.AbstractRequest
Returns the servlet-path for the current page, i.e.
getPageServletPath() - Method in class com.caucho.server.http.Request
Returns the portion of the uri mapped to the servlet for the current page.
getPageServletPath() - Method in class com.caucho.server.http.DummyRequest
 
getPageServletPath() - Method in interface com.caucho.server.http.CauchoRequest
 
getPageURI() - Method in class com.caucho.server.http.AbstractRequest
 
getPageURI() - Method in class com.caucho.server.http.Request
Returns the URI for the page.
getPageURI() - Method in class com.caucho.server.http.DummyRequest
 
getPageURI() - Method in interface com.caucho.server.http.CauchoRequest
 
getParameter(String) - Method in class com.caucho.xsl.TransformerImpl
Returns the named stylesheet parameter.
getParameter(String) - Method in class com.caucho.xsl.XslWriter
 
getParameter(String) - Method in interface com.caucho.transform.Transformer
Gets a transformer parameter.
getParameter(String) - Method in class com.caucho.server.http.AbstractRequest
 
getParameter(String) - Method in class com.caucho.server.http.Request
Returns the form primary value for the given name.
getParameter(String) - Method in class com.caucho.server.http.DummyRequest
 
getParameter(String) - Method in interface javax.servlet.ServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
getParameter(String) - Method in class javax.xml.transform.Transformer
Returns a named stylesheet parameter.
getParameterMap() - Method in class com.caucho.server.http.Request
Returns a map of the form.
getParameterMap() - Method in class com.caucho.server.http.DummyRequest
 
getParameterMap() - Method in interface javax.servlet.ServletRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterNames() - Method in class com.caucho.server.http.AbstractRequest
 
getParameterNames() - Method in class com.caucho.server.http.Request
Returns an enumeration of the form names.
getParameterNames() - Method in class com.caucho.server.http.DummyRequest
 
getParameterNames() - Method in interface javax.servlet.ServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameterValues(String) - Method in class com.caucho.server.http.AbstractRequest
 
getParameterValues(String) - Method in class com.caucho.server.http.Request
Returns the form's values for the given name.
getParameterValues(String) - Method in class com.caucho.server.http.DummyRequest
 
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParent() - Method in class com.caucho.util.Tree
 
getParent() - Method in class com.caucho.util.RegistryNode
Returns the parent node.
getParent() - Method in class com.caucho.vfs.Path
Returns the parent path.
getParent() - Method in class com.caucho.vfs.FilesystemPath
Return the parent Path
getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
The Tag instance most closely enclosing this tag instance.
getParent() - Method in interface javax.servlet.jsp.tagext.Tag
Get the parent (closest enclosing tag handler) for this tag handler.
getParentLoader() - Method in class com.caucho.util.DynamicClassLoader
Returns the parent class loader.
getParentLoader() - Method in class com.caucho.es.Global
 
getParentNode() - Method in class com.caucho.xml.QAbstractNode
 
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParser() - Static method in class com.caucho.es.Resin
 
getParser() - Method in class javax.xml.parsers.SAXParser
Returns the SAX parser
getPassword() - Method in class com.caucho.sql.DBPool
Returns the connection's password
getPasswordQuery() - Method in class com.caucho.http.security.JdbcAuthenticator
Gets the password query.
getPath() - Method in class com.caucho.util.RegistryNode
Returns the node's value interpreted as a path.
getPath() - Method in class com.caucho.vfs.StreamImpl
Returns the Path associated with the stream.
getPath() - Method in class com.caucho.vfs.MemoryStream
 
getPath() - Method in class com.caucho.vfs.WriteStream
Returns the Path which opened this stream.
getPath() - Method in class com.caucho.vfs.Path
Returns the path.
getPath() - Method in class com.caucho.vfs.MailtoPath
The path looks like "mailto:user@host.com"
getPath() - Method in class com.caucho.vfs.ReadStream
Returns the Path which opened this stream.
getPath() - Method in class com.caucho.vfs.FilesystemPath
Returns the path portion of the URL.
getPath() - Method in class com.caucho.vfs.Depend
Returns the underlying source path.
getPath() - Method in class com.caucho.vfs.StringStream
 
getPath() - Method in class com.caucho.vfs.NullPath
 
getPath() - Method in class com.caucho.vfs.TcpPath
 
getPath() - Method in class com.caucho.xpath.StylesheetEnv
 
getPath() - Method in class com.caucho.xsl.AbstractStylesheet
 
getPath() - Method in class com.caucho.naming.PathJndiContext
 
getPath() - Method in class com.caucho.http.log.AbstractAccessLog
Returns the access-log's path.
getPath() - Method in class javax.servlet.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath(String) - Method in class com.caucho.util.DynamicClassLoader
Returns the path of the named resource
getPath(String) - Method in class com.caucho.util.SimpleClassLoader
Given a class or resource name, returns a patch to that resource.
getPath(String) - Method in class com.caucho.util.DirectoryClassLoader
Find a given path somewhere in the classpath
getPath(String, String) - Method in class com.caucho.util.RegistryNode
Returns a subnode's value interpreted as a path.
getPath(String, String) - Static method in class com.caucho.util.Registry
Returns a configuration value, interpreted as a file path.
getPathInfo() - Method in class com.caucho.server.http.AbstractRequest
 
getPathInfo() - Method in class com.caucho.server.http.Request
Returns the portion of the uri after the servlet path for the original request.
getPathInfo() - Method in class com.caucho.server.http.DummyRequest
 
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathSeparatorChar() - Static method in class com.caucho.util.CauchoSystem
 
getPathTranslated() - Method in class com.caucho.server.http.AbstractRequest
 
getPathTranslated() - Method in class com.caucho.server.http.Request
Returns the real path of pathInfo.
getPathTranslated() - Method in class com.caucho.server.http.DummyRequest
 
getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
getPathVariableMap() - Method in class com.caucho.server.http.ServletServer
Returns the server's variable path.
getPattern() - Method in class com.caucho.xpath.Pattern
Returns the underlying pattern implementation.
getPattern() - Method in class com.caucho.xsl.Template
 
getPattern() - Method in class com.caucho.regexp.Regexp
 
getPeriod() - Method in class com.caucho.util.RegistryNode
Returns the value as a period.
getPeriod(String, long) - Method in class com.caucho.util.RegistryNode
Returns the value as a period.
getPeriod(String, long) - Static method in class com.caucho.util.Registry
 
getPermissionList() - Method in class com.caucho.util.DynamicClassLoader
 
getPermissions(CodeSource) - Method in class com.caucho.util.DynamicClassLoader
 
getPIAttribute(String, String) - Static method in class com.caucho.xml.XmlUtil
Extracts an attribute from a processing instruction.
getPid() - Method in class com.caucho.util.CpuUsage
 
getPingOnFree() - Method in class com.caucho.sql.DBPool
If true, the pool will ping when attempting to free a connection.
getPingOnIdle() - Method in class com.caucho.sql.DBPool
If true, the pool will ping in the idle pool.
getPingOnReuse() - Method in class com.caucho.sql.DBPool
If true, the pool will ping when attempting to reuse a connection.
getPingTable() - Method in class com.caucho.sql.DBPool
Get the table to 'ping' to see if the connection is still live.
getPool(String) - Static method in class com.caucho.sql.DBPool
Returns the pool object with the given name.
getPoolName() - Method in class com.caucho.http.security.JdbcAuthenticator
Gets the database pool name.
getPoolNames() - Method in class com.caucho.sql.ClusterPoolDataSource
 
getPort() - Method in class com.caucho.vfs.Path
Returns the port.
getPort() - Method in class com.caucho.vfs.HttpPath
Returns the port part of the url.
getPort() - Method in class com.caucho.vfs.TcpPath
 
getPosition() - Method in class com.caucho.vfs.ReadStream
Returns the current read position.
getPosition() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
getPositionIndex() - Method in class com.caucho.xpath.Env
 
getPrecompile() - Method in class com.caucho.jsp.JspManager
Returns true if JSP pages are precompiled.
getPrefix() - Method in class com.caucho.xml.QAbstractNode
 
getPrefix() - Method in class com.caucho.xml.QElement
Returns the namespace prefix for the element.
getPrefix() - Method in class com.caucho.xml.QAttr
 
getPrefix() - Method in class com.caucho.xml.QName
 
getPrefix() - Method in interface com.caucho.xml.CauchoNode
 
getPrefix() - Method in class com.caucho.xpath.NamespaceContext
 
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(int) - Method in class com.caucho.naming.QName
 
getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the <%taglib directive
getPrev() - Method in class com.caucho.xpath.NamespaceContext
 
getPrevious() - Method in class com.caucho.util.Tree
 
getPrevious(Node) - Static method in class com.caucho.xml.XmlUtil
Get the previous node in a DFS preorder traversal
getPreviousContent() - Method in class com.caucho.xml.QAbstractNode
 
getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Get surrounding out JspWriter.
getPreviousPreorder() - Method in class com.caucho.util.Tree
 
getPreviousSibling() - Method in class com.caucho.xml.QAbstractNode
 
getPreviousSibling() - Method in class com.caucho.xml.QNode
 
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrincipalCacheSize() - Method in class com.caucho.server.http.AbstractAuthenticator
Deprecated. Returns the size of the principal cache.
getPrincipalCacheSize() - Method in class com.caucho.http.security.AbstractAuthenticator
Returns the size of the principal cache.
getPrintWriter() - Method in class com.caucho.vfs.WriteStream
Returns a printWriter writing to this stream.
getPriority() - Method in class com.caucho.xsl.Template
 
getProperty(ESString) - Method in class com.caucho.es.ESBase
 
getProperty(ESString) - Method in class com.caucho.es.ESObject
Gets a property value.
getProperty(ESString) - Method in class com.caucho.es.ESClosure
 
getProperty(ESString) - Method in class com.caucho.es.ESNull
 
getProperty(ESString) - Method in class com.caucho.es.ESBoolean
 
getProperty(ESString) - Method in class com.caucho.es.ESString
 
getProperty(ESString) - Method in class com.caucho.es.ESNumber
 
getProperty(ESString) - Method in class com.caucho.es.ESRegexp
 
getProperty(ESString) - Method in class com.caucho.es.ESBeanWrapper
 
getProperty(ESString) - Method in class com.caucho.es.Global
 
getProperty(ESString) - Method in class com.caucho.es.ESUndefined
 
getProperty(String) - Method in class com.caucho.util.ContextProperties
 
getProperty(String) - Method in class com.caucho.xml.AbstractParser
 
getProperty(String) - Method in interface com.caucho.xml.CauchoDocument
 
getProperty(String) - Method in class com.caucho.xml.QDocument
 
getProperty(String) - Method in class com.caucho.es.ESBase
Returns the text object for the lexeme.
getProperty(String) - Method in class com.caucho.es.ScriptClosure
Returns a global property of the closure.
getProperty(String) - Method in class com.caucho.xsl.TransformerImpl
 
getProperty(String) - Method in class com.caucho.xsl.AbstractStylesheet
Returns a stylesheet property.
getProperty(String) - Method in class com.caucho.xsl.StylesheetImpl
 
getProperty(String) - Method in class com.caucho.xsl.XslWriter
Returns the attribute with the given name.
getProperty(String) - Method in class com.caucho.xsl.StreamTransformerImpl
 
getProperty(String) - Method in class com.caucho.xsl.NodeTransformerImpl
 
getProperty(String) - Method in class com.caucho.xsl.StringTransformerImpl
 
getProperty(String) - Method in class com.caucho.sql.DBPool
Gets a property from the underlying driver.
getProperty(String) - Method in interface com.caucho.transform.Transformer
Gets a transformer/stylesheet property.
getProperty(String) - Method in interface com.caucho.transform.Stylesheet
Returns an implementation-specific stylesheet property.
getProperty(String) - Method in class javax.xml.parsers.SAXParser
Returns a property from the underlying XMLReader
getProperty(String, String) - Method in class com.caucho.util.ContextProperties
 
getPropertyInfo(String, Properties) - Method in class com.caucho.sql.DBPool
Gets information about the possible properties for this driver.
getPropertyNames() - Method in class com.caucho.xsl.XslWriter
Lists the names of all the attributes.
getProtocol() - Method in class com.caucho.server.http.AbstractRequest
 
getProtocol() - Method in class com.caucho.server.http.Request
 
getProtocol() - Method in class com.caucho.server.http.DummyRequest
 
getProtocol() - Method in interface javax.servlet.ServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getProtocol() on the wrapped request object.
getProtocolBuffer() - Method in class com.caucho.server.http.Request
 
getProtocolBuffer() - Method in class com.caucho.server.http.HttpRequest
Returns a char segment containing the protocol.
getProtocolBuffer() - Method in class com.caucho.server.http.RunnerRequest
 
getProvider() - Static method in class com.caucho.security.SecurityContext
Gets the provider for the current thread.
getPublicId() - Method in class com.caucho.xml.XmlParser
 
getPublicId() - Method in class com.caucho.xml.SAXBuilder
Don't really have a public id (?).
getPublicId() - Method in class com.caucho.xml.QDocumentType
 
getPublicId() - Method in class com.caucho.xsl.StringSource
Returns the public identifier (URL).
getPublicId() - Method in class com.caucho.transform.OutputFormat
 
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface javax.xml.transform.SourceLocator
Returns the public-id of the error.
getPublicId() - Method in class javax.xml.transform.stream.StreamResult
Returns the public identifier (URL).
getPublicId() - Method in class javax.xml.transform.stream.StreamSource
Returns the public identifier (URL).
getPwd() - Method in class com.caucho.xsl.XslWriter
 
getQuery() - Method in class com.caucho.vfs.Path
Returns the query string of the path.
getQuery() - Method in class com.caucho.vfs.HttpPath
Returns the query string.
getQueryString() - Method in class com.caucho.server.http.AbstractRequest
 
getQueryString() - Method in class com.caucho.server.http.Request
Returns the current page's query string.
getQueryString() - Method in class com.caucho.server.http.DummyRequest
 
getQueryString() - Method in interface javax.servlet.http.HttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getQueryString() on the wrapped request object.
getReadEncoding(InputStream, String) - Static method in class com.caucho.vfs.Encoding
Returns a Reader to translate bytes to characters.
getReader() - Method in class com.caucho.vfs.ReadStream
Returns a Reader reading to this stream.
getReader() - Method in class com.caucho.jsp.QBodyContent
Returns a reader to the body content.
getReader() - Method in class com.caucho.server.http.AbstractRequest
 
getReader() - Method in class com.caucho.server.http.Request
Returns a Reader for the POST contents
getReader() - Method in class com.caucho.server.http.DummyRequest
 
getReader() - Method in interface javax.servlet.ServletRequest
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class javax.servlet.ServletRequestWrapper
The default behavior of this method is to return getReader() on the wrapped request object.
getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
Return the value of this BodyContent as a Reader.
getReader() - Method in class javax.xml.transform.stream.StreamSource
Returns the reader.
getReadPosition() - Method in class com.caucho.vfs.StreamImpl
Returns the current read position of the underlying file.
getReadPosition() - Method in class com.caucho.vfs.VfsStream
 
getReadStream() - Method in class com.caucho.vfs.ReadWritePair
Return the read stream of the pair.
getRealmName() - Method in class com.caucho.http.security.BasicLogin
Gets the realm.
getRealPath(String) - Method in class com.caucho.server.http.AbstractRequest
Deprecated.  
getRealPath(String) - Method in class com.caucho.server.http.Request
Deprecated. As of JSDK 2.1
getRealPath(String) - Method in class com.caucho.server.http.DummyRequest
 
getRealPath(String) - Method in class com.caucho.server.http.Application
Returns the physical path for the uri, in native path.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.</