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

AbstractAuthenticator - class com.caucho.server.http.AbstractAuthenticator.
All applications should extend AbstractAuthenticator to implement their custom authenticators.
AbstractAuthenticator() - Constructor for class com.caucho.server.http.AbstractAuthenticator
 
AbstractClientFactory - class com.caucho.ejb.AbstractClientFactory.
Create a remote object
AbstractClientFactory() - Constructor for class com.caucho.ejb.AbstractClientFactory
 
AbstractContext - class com.caucho.naming.AbstractContext.
 
AbstractContext(Hashtable) - Constructor for class com.caucho.naming.AbstractContext
 
AbstractParser - class com.caucho.xml.AbstractParser.
 
AbstractStylesheet - class com.caucho.xsl.AbstractStylesheet.
A compiled XSL stylesheet.
AbstractStylesheet.Depend - class com.caucho.xsl.AbstractStylesheet.Depend.
Class holding a dependency.
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.
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
 
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
 
addClassPath(ClassLoader) - Method in class com.caucho.vfs.MergePath
Adds the classpath for the loader as paths in the MergePath.
addCookie(Cookie) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sends a new cookie to the client.
addCookie(Cookie) - Method in interface javax.servlet.http.HttpServletResponse
Sends a new cookie to the client.
addDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
Adds a header by converting a date to a string.
addDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Adds a header by converting a date to a string.
addDepend(Path) - Method in class com.caucho.xsl.AbstractStylesheet
Add a dependency to the stylesheet.
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
 
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 javax.servlet.http.HttpServletResponseWrapper
Adds a header.
addHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Adds a header.
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 javax.servlet.http.HttpServletResponseWrapper
Adds a header by converting an integer value to a string.
addIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Adds a header by converting an integer value to a string.
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 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.xsl.XslWriter
 
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
 
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(String, Object) - 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
 
allowFree(Object) - Method in class com.caucho.util.FreeList
 
alwaysModified - Variable in class com.caucho.jsp.Page
 
anyNumber(XslWriter, Node, Env, Pattern, Pattern, XslNumberFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
anyNumberJs(XslWriter, Node, Env, int, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
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 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
 
APPLICATION - Static variable in class javax.servlet.jsp.PageContext
 
APPLICATION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
 
applyImports(XslWriter, Node, Env, String, int, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
applyNode(XslWriter, Node, Env) - Method in class com.caucho.xsl.StylesheetImpl
 
applyNode(XslWriter, Node, Env, String, int, int) - Method in class com.caucho.xsl.StylesheetImpl
 
applyNode(XslWriter, Node, Env, String, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
applyNodeDefault(XslWriter, Node, Env, String) - Method in class com.caucho.xsl.StylesheetImpl
The default rule when no templates match.
applyTemplates(Call, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
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
Constant for variables initialized at the beginning of a tag.
AT_END - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Constant for variables initialized at the end of a tag.
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
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.HttpSessionAttributesListener
Callback after the session attribute has been added
attributeAdded(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributesListener
Callback when a ServletContext attribute is added.
AttributeList - interface org.xml.sax.AttributeList.
Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
attributeRemoved(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributesListener
Callback after the session attribute has been removed
attributeRemoved(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributesListener
Callback when a ServletContext attribute is removed.
attributeReplaced(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionAttributesListener
Callback after the session attribute has been replaced
attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributesListener
Callback when a ServletContext attribute is replaced.
Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
authenticate(HttpServletRequest) - Method in class com.caucho.server.http.AbstractAuthenticator
Grab the user from the request, assuming the user has already logged in.
authenticate(HttpServletRequest) - Method in interface com.caucho.server.http.Authenticator
Authenticate a user for the current request.
authenticate(HttpServletRequest, String, String) - Method in class com.caucho.server.http.AbstractAuthenticator
Authenticate (login) the user.
authenticate(String, String) - Method in class com.caucho.server.http.AbstractAuthenticator
 
authenticate(String, String) - Method in class com.caucho.server.http.JdbcAuthenticator
Authenticates the user given the request.
authenticate(String, String) - Method in class com.caucho.server.http.NullAuthenticator
 
authenticateCookie(HttpServletRequest, String) - Method in class com.caucho.server.http.AbstractAuthenticator
 
authenticateCookie(String) - Method in class com.caucho.server.http.AbstractAuthenticator
 
authenticateCookie(String) - Method in class com.caucho.server.http.JdbcAuthenticator
Authenticate based on a cookie.
Authenticator - interface com.caucho.server.http.Authenticator.
Used to authenticate users in a servlet request.
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

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
 
BasicPrincipal - class com.caucho.server.http.BasicPrincipal.
 
BasicPrincipal(String) - Constructor for class com.caucho.server.http.BasicPrincipal
 
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
Constant for the "empty" body content
BODY_CONTENT_JSP - Static variable in class javax.servlet.jsp.tagext.TagInfo
Constant for standard "jsp" processed body content
BODY_CONTENT_TAG_DEPENDENT - Static variable in class javax.servlet.jsp.tagext.TagInfo
Constant for "tag-dependent" unprocessed verbatim body content
bodyContent - Variable in class javax.servlet.jsp.tagext.BodyTagSupport
 
BodyContent - class javax.servlet.jsp.tagext.BodyContent.
BodyContent subclasses JspWriter to accumulate the contents of a BodyTag.
BodyContent(JspWriter) - Constructor for class javax.servlet.jsp.tagext.BodyContent
Creates a new BodyContent with prevOut as its enclosing writer.
BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
BodyTag lets tags access the generated tag contents and it allows tag looping.
BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
Convenience class defining default behavior for a BodyTag.
BodyTagSupport() - Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
Implementing tags must implement a zero-arg constructor.
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
 
ByteWriteStream - interface com.caucho.jsp.ByteWriteStream.
 

C

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
 
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
 
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
 
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
 
callTemplate(XslWriter, Node, Env, String, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns true if the attribute can be a request time attribute (<%= ...
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
 
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
 
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.VfsStream
 
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.server.http.JniStream
 
canWrite() - Method in class com.caucho.vfs.StreamImpl
 
canWrite() - Method in class com.caucho.vfs.MemoryStream
 
canWrite() - Method in class com.caucho.vfs.StdoutStream
 
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.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
 
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.VfsStream
 
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.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
 
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.
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.
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 interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
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
 
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 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.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
 
clear() - Method in class com.caucho.vfs.CachePath
Clear the cache.
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
 
clearBody() - Method in class com.caucho.jsp.QBodyContent
 
clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
Clears the contents of a body tag.
clearBuffer() - Method in class com.caucho.jsp.QBodyContent
 
clearBuffer() - Method in interface com.caucho.server.http.CauchoResponse
 
clearBuffer() - Method in class javax.servlet.jsp.JspWriter
 
clearCache() - Method in interface com.caucho.server.http.CauchoApplication
Clears the cache.
clearRead() - Method in class com.caucho.vfs.ReadStream
Clears the read buffer.
clearWarnings() - Method in class com.caucho.sql.QPooledConnection
 
clearWrite() - Method in class com.caucho.vfs.StreamImpl
 
clearWrite() - Method in class com.caucho.vfs.WriteStream
Clears the write buffer
clearWrite() - Method in class com.caucho.vfs.TempStream
 
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.RegistryNode
 
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.xsl.JavaScriptStylesheet
 
clone() - Method in class com.caucho.naming.SchemeContext
 
clone() - Method in class com.caucho.naming.MemoryContext
 
clone() - Method in class com.caucho.naming.QName
 
clone() - Method in class javax.servlet.http.Cookie
Returns a clone of the cookie
clone() - Method in class javax.servlet.jsp.tagext.TagData
Clone the tag data.
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.vfs.StreamImpl
 
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.LogStream
 
close() - Method in class com.caucho.vfs.SocketStream
 
close() - Method in class com.caucho.vfs.ReaderWriterStream
 
close() - Method in class com.caucho.vfs.StreamFilter
 
close() - Method in class com.caucho.vfs.VfsStream
 
close() - Method in class com.caucho.vfs.PipeStream
 
close() - Method in class com.caucho.jsp.QBodyContent
 
close() - Method in class com.caucho.xsl.XslWriter
 
close() - Method in class com.caucho.sql.DBPool
Close the pool, closing the connections.
close() - Method in class com.caucho.sql.QPooledConnection
Reset the connection and return the underlying JDBC connection to the pool.
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.SchemeContext
 
close() - Method in class com.caucho.naming.QBindingEnumeration
 
close() - Method in class com.caucho.naming.MemoryContext
 
close() - Method in class com.caucho.naming.PathJndiContext
 
close() - Method in class com.caucho.naming.QNameClassEnumeration
 
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.JniStream
 
close() - Method in interface com.caucho.server.http.CauchoResponse
 
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
 
CLOSURE - Static variable in class com.caucho.xsl.JavaScriptStylesheet
 
closure(Call) - Method in class com.caucho.es.ESClosure
 
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.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.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.xml.parsers - package com.caucho.xml.parsers
 
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
 
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.QPooledConnection
 
commit() - Method in class com.caucho.transaction.TransactionManagerImpl
Commit the transaction.
commit() - Method in class com.caucho.transaction.TransactionImpl
Commit the transaction.
commit(Xid, boolean) - Method in class com.caucho.sql.QPooledConnection
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.SchemeContext
 
composeName(String, String) - Method in class com.caucho.naming.MemoryContext
 
composeName(String, String) - Method in class com.caucho.naming.PathJndiContext
 
Config - interface javax.servlet.Config.
Configuration for a servlet or filter.
CONFIG - Static variable in class javax.servlet.jsp.PageContext
 
connect(String, Properties) - Method in class com.caucho.sql.DBPool
Attempts to make a database connection to the given URL.
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(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
containsHeader(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Returns true if the output headers include name
containsHeader(String) - Method in interface javax.servlet.http.HttpServletResponse
Returns true if the output headers include name
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
contentType - Variable in class com.caucho.jsp.Page
 
context - Variable in class com.caucho.naming.QName
 
contextDestroyed(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Callback when a ServletContext is destroyed
contextInitialized(ServletContextEvent) - Method in interface javax.servlet.ServletContextListener
Callback when a ServletContext is initialized
Cookie - class javax.servlet.http.Cookie.
Encapsulates HTTP cookies.
Cookie(String, String) - Constructor for class javax.servlet.http.Cookie
Create a new cookie with the specified name and value.
copy() - Method in class com.caucho.vfs.FilesystemPath
 
copy() - Method in class com.caucho.naming.MemoryContext
 
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
 
copyOf(Object) - Method in class com.caucho.xsl.XslWriter
Adds a deep copy of the node to the current node.
copyOf(XslWriter, Node, Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
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.jsp.QJspFactory
 
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(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(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttribute(String, String, String) - Method in interface com.caucho.xml.CauchoDocument
Creates a namespace-aware attribute
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
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 interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
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 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
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 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
 
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) - Static 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 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
 
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.QPooledConnection
JDBC api to create a new statement.
createStatement(int, int) - Method in class com.caucho.sql.QPooledConnection
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 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
 
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.
CronListener - interface com.caucho.util.CronListener.
Interface for receiving cron events.
current() - Method in class com.caucho.util.CharCursor
 
current() - Method in class com.caucho.util.StringCharCursor
 

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.naming.AbstractContext
 
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
Creates a new DBPool.
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
 
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) - Static 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
 
destroy() - Method in class com.caucho.jsp.QServlet
 
destroy() - Method in class com.caucho.jsp.JavaPage
 
destroy() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
destroy() - Method in class javax.servlet.GenericServlet
Called when the servlet (and the application) shuts down.
destroy() - Method in interface javax.servlet.Servlet
Called when the servlet shuts down.
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
DirectoryClassLoader - class com.caucho.util.DirectoryClassLoader.
Class loader which checks for changes in class files and automatically picks up new jars.
DirectoryClassLoader() - Constructor for class com.caucho.util.DirectoryClassLoader
 
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
 
disableEscaping(boolean) - Method in class com.caucho.xsl.XslWriter
 
disableHeaders(boolean) - Method in interface com.caucho.server.http.CauchoResponse
 
discard() - Method in class com.caucho.vfs.TempStream
 
dispatch() - Method in class com.caucho.es.ESClosure
 
doAfterBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Tags call doAfterBody after processing the tag body.
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Action after the body completes, returning EVAL_BODY_TAG to loop and SKIP_BODY to stop looping.
doAfterBody() - Method in interface javax.servlet.jsp.tagext.IterationTag
Tags call doAfterBody after processing the tag body.
doCatch(Throwable) - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked if any exception is thrown while evaluating the tag.
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.
DocumentHandler - interface org.xml.sax.DocumentHandler.
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
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
Process a DELETE request
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Processed at the end of the tag.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Callback to handle the end of a tag.
doFilter(ServletRequest, ServletResponse) - Method in interface javax.servlet.FilterChain
Invokes the next filter in the chain or the final servlet at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface javax.servlet.Filter
doFilter performs the actual work of a filter, either modifying the request or the response.
doFinally() - Method in interface javax.servlet.jsp.tagext.TryCatchFinally
Invoked after doEndTag even with an exception.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.caucho.server.http.DirectoryServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a GET or HEAD request
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Tags call doInitBody before processing the tag body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
The default init action is to do nothing.
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
Process an OPTIONS request
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a POST request
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process a PUT request
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Processed at the beginning of the tag.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
The default start action is EVAL_BODY_TAG, i.e.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Callback to handle the start of a tag.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Process 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
 
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.
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() - Constructor for class com.caucho.util.DynamicClassLoader
Create a new class loader
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_NODE - Static variable in interface org.w3c.dom.Node
The node is an Element.
EnclosedWriteStream - interface com.caucho.vfs.EnclosedWriteStream.
 
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
 
encodeRedirectUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.  
encodeRedirectUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.  
encodeRedirectURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Encodes session information in a URL suitable for sendRedirect()
encodeRedirectURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes session information in a URL suitable for sendRedirect()
encodeUrl(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.  
encodeUrl(String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.  
encodeURL(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Encodes session information in a URL.
encodeURL(String) - Method in interface javax.servlet.http.HttpServletResponse
Encodes session information in a URL.
Encoding - class com.caucho.vfs.Encoding.
Converts between the mime encoding names and Java encoding names.
end(Xid, int) - Method in class com.caucho.sql.QPooledConnection
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
 
endDocument() - Method in interface com.caucho.xml.XMLWriter
 
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of the document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of a document.
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of an element.
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
 
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
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) - Static method in class com.caucho.transaction.TransactionManagerImpl
Adds a resource to the list of resources managed by the transaction.
enlistResource(XAResource) - Method in class com.caucho.transaction.TransactionImpl
enlists a resource with the current 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.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
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
 
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(Object) - Method in class com.caucho.util.CharSegment
 
equals(Object) - Method in class com.caucho.util.ByteBuffer
 
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.JarPath
 
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.MergePath
Returns true if the best path matches b's best path.
equals(Object) - Method in class com.caucho.vfs.CachePath
 
equals(Object) - Method in class com.caucho.vfs.FilePath
 
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.xsl.AbstractStylesheet.Depend
 
equals(Object) - Method in class com.caucho.server.http.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(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a recoverable parser error.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
errorPage - Variable in class com.caucho.xsl.AbstractStylesheet
 
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.
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
Constant to reiterate the body.
EVAL_BODY_INCLUDE - Static variable in interface javax.servlet.jsp.tagext.Tag
 
EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
Constant returned by doStartTag to evaluate a tag body.
EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
 
eval(Node, Env, Node, Pattern, 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, Env) - Method in class com.caucho.xpath.Expr
Returns the boolean value of the node.
evalExpr(Node, Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
evalNodeSet(Node) - Method in class com.caucho.xpath.Expr
Returns an iterator of matching nodes
evalNodeSet(Node, Env) - Method in class com.caucho.xpath.Expr
Returns an iterator of matching nodes
evalNumber(Node) - Method in class com.caucho.xpath.Expr
Returns the numeric value of the node.
evalNumber(Node, Env) - Method in class com.caucho.xpath.Expr
Returns the numeric value of the node.
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, Env) - 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(Node) - Method in class com.caucho.xpath.Expr
Returns the string value of the node.
evalString(Node, Env) - 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.
EXCEPTION - Static variable in class javax.servlet.jsp.PageContext
 
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
 
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.
exprNumber(XslWriter, Node, Env, Expr, XslNumberFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
exprNumberJs(XslWriter, Node, Env, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
exprs - Variable in class com.caucho.xsl.JavaStylesheet
 

F

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.es.ESBoolean
 
fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Report a fatal XML parsing error.
FilePath - class com.caucho.vfs.FilePath.
FilePath implements the native filesystem.
FilePath(FilesystemPath, String, String) - Constructor for class com.caucho.vfs.FilePath
 
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
 
fillScope() - Method in class com.caucho.es.Call
 
Filter - interface javax.servlet.Filter.
Filters the request or response to a servlet.
FilterChain - interface javax.servlet.FilterChain.
Represents the next filter in a filter chain.
FilterConfig - interface javax.servlet.FilterConfig.
Configuration for a filter.
finalize() - Method in class com.caucho.sql.QPooledConnection
If the user forgets to close the connection, make sure it's killed from the pool.
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, Env) - 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
Finds an ancestor of a tag matching the class.
findAttribute(String) - Method in class com.caucho.jsp.QPageContext
 
findAttribute(String) - Method in class javax.servlet.jsp.PageContext
Finds an attribute in all scopes.
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
 
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
 
flush() - Method in class com.caucho.vfs.StreamImpl
 
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.LogStream
 
flush() - Method in class com.caucho.vfs.SocketStream
 
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 javax.servlet.jsp.JspWriter
 
flush() - Method in class javax.servlet.jsp.tagext.BodyContent
Flush does nothing for a bodyContent.
flushBuffer() - Method in interface com.caucho.server.http.CauchoResponse
 
flushBuffer() - Method in interface javax.servlet.ServletResponse
Flushes the buffer to the client.
flushBuffer() - Method in class javax.servlet.ServletResponseWrapper
Flushes the buffer to the client.
forceClose() - Method in class com.caucho.sql.DBPool
Close all the connections in the pool.
forget(Xid) - Method in class com.caucho.sql.QPooledConnection
forget about the transaction
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
 
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.
FormLoginServlet - class com.caucho.server.http.FormLoginServlet.
 
FormLoginServlet() - Constructor for class com.caucho.server.http.FormLoginServlet
 
forward(CauchoRequest, CauchoResponse, String) - Method in interface com.caucho.server.http.CauchoRequestDispatcher
 
forward(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Forwards the request to another page.
forward(String) - Method in class com.caucho.jsp.QPageContext
 
forward(String) - Method in class javax.servlet.jsp.PageContext
Forwards the request relative to the current URL.
free() - Method in class com.caucho.util.CharBuffer
 
free(Object) - Method in class com.caucho.util.FreeList
Frees the object.
free(TempBuffer) - Static method in class com.caucho.vfs.TempBuffer
 
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.
funId - Variable in class com.caucho.xsl.Template
 

G

GenericServlet - class javax.servlet.GenericServlet.
GenericServlet is a convenient abstract class for defining Servlets.
GenericServlet() - Constructor for class javax.servlet.GenericServlet
 
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.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 interface com.caucho.server.http.CauchoApplication
 
getApplication() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
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
 
getAttribute(String) - Method in class com.caucho.util.DynamicClassLoader
Returns the named attributes
getAttribute(String) - Method in class com.caucho.vfs.StreamImpl
 
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 interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttribute(String) - Method in interface javax.servlet.ServletRequest
Returns an attribute value.
getAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
Returns an attribute value.
getAttribute(String) - Method in interface javax.servlet.ServletContext
Returns an attribute value.
getAttribute(String) - Method in interface javax.servlet.http.HttpSession
Returns a session value.
getAttribute(String) - Method in class javax.servlet.jsp.PageContext
Gets the named page attribute.
getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
Returns the attribute with the given name.
getAttribute(String, int) - Method in class com.caucho.jsp.QPageContext
 
getAttribute(String, int) - Method in class javax.servlet.jsp.PageContext
Gets an attribute in a given scope.
getAttributeNames() - Method in class com.caucho.vfs.StreamImpl
 
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 interface javax.servlet.ServletRequest
Enumerates all attribute names in the request.
getAttributeNames() - Method in class javax.servlet.ServletRequestWrapper
Enumerates all attribute names in the request.
getAttributeNames() - Method in interface javax.servlet.ServletContext
Returns an enumeration of all the attribute names.
getAttributeNames() - Method in interface javax.servlet.http.HttpSession
Returns an enumeration of all the attribute names.
getAttributeNames() - Method in class javax.servlet.jsp.PageContext
Return an enumeration of all the attribute names.
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
Lists attribute names 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 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.TagInfo
Returns information about the tags allowed attributes.
getAttributesScope(String) - Method in class com.caucho.jsp.QPageContext
 
getAttributesScope(String) - Method in class javax.servlet.jsp.PageContext
Returns the scope for an attribute.
getAttributeString(String) - Method in class javax.servlet.jsp.tagext.TagData
Return the attribute as a string.
getAuthenticator() - Method in interface com.caucho.server.http.CauchoApplication
 
getAuthType() - Method in interface javax.servlet.http.HttpServletRequest
Returns the auth type, e.g.
getAuthType() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the auth type, e.g.
getAutoCommit() - Method in class com.caucho.sql.QPooledConnection
 
getAvailable() - Method in class com.caucho.vfs.StreamImpl
 
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
 
getAvailable() - Method in class com.caucho.vfs.TempBuffer
 
getAvailable() - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
getAvailable() - Method in class com.caucho.vfs.StreamFilter
 
getAvailable() - Method in class com.caucho.vfs.VfsStream
 
getAvailable() - Method in class com.caucho.vfs.PipeStream
Return the available bytes.
getAvailable() - Method in class com.caucho.server.http.JniStream
 
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
 
getBodyContent() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Returns the tag's body content.
getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
Returns the body content type.
getBoolean() - Method in class com.caucho.util.RegistryNode
Returns a boolean value.
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
 
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 interface javax.servlet.ServletResponse
Returns the size of the output buffer.
getBufferSize() - Method in class javax.servlet.ServletResponseWrapper
Returns the size of the output buffer.
getBufferSize() - Method in class javax.servlet.jsp.JspWriter
 
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
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 interface com.caucho.xml.CauchoNode
Returns the node's canonical name.
getCapacity() - Method in class com.caucho.util.CharBuffer
 
getCatalog() - Method in class com.caucho.sql.QPooledConnection
JDBC api to return the connection's catalog.
getCauchoApplication() - Method in interface com.caucho.server.http.CauchoRequest
 
getCause() - Method in class com.caucho.xsl.XslParseException
 
getCdataSectionElements() - Method in class com.caucho.transform.OutputFormat
 
getChangeCount() - Static method in class com.caucho.util.Registry
 
getCharacterEncoding() - Method in interface javax.servlet.ServletRequest
Returns the character encoding of the POSTed data.
getCharacterEncoding() - Method in class javax.servlet.ServletRequestWrapper
Returns the character encoding of the POSTed data.
getCharacterEncoding() - Method in interface javax.servlet.ServletResponse
Returns the character encoding the response is using for output.
getCharacterEncoding() - Method in class javax.servlet.ServletResponseWrapper
Returns the character encoding the response is using for output.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
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 interface org.w3c.dom.Node
A NodeList that contains all children of this node.
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
 
getClassLoader() - Method in interface com.caucho.transform.StylesheetFactory
Get classloader for loading stylesheets.
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.VariableInfo
Returns the variable's Java class.
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.
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 class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getComment() - Method in class javax.servlet.http.Cookie
Gets the cookie comment
getConfig() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getConnection() - Method in class com.caucho.sql.DBPool
Returns a new or pooled connection.
getConnection() - Method in class com.caucho.sql.QPooledConnection
Returns the underlying connection.
getConnection(String, String) - Method in class com.caucho.sql.DBPool
Return a connection.
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.
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentLength() - Method in interface javax.servlet.ServletRequest
Returns the content length of the data.
getContentLength() - Method in class javax.servlet.ServletRequestWrapper
Returns the content length of the data.
getContentType() - Method in class com.caucho.vfs.Path
Returns the mime-type of the file.
getContentType() - Method in interface javax.servlet.ServletRequest
Returns the request's mime-type.
getContentType() - Method in class javax.servlet.ServletRequestWrapper
Returns the request's mime-type.
getContext(String) - Method in interface javax.servlet.ServletContext
Returns the ServletContext for the uri.
getContextClassLoader() - Static method in class com.caucho.util.CauchoSystem
Gets the per-thread class loader, the context class loader.
getContextPath() - Method in interface com.caucho.server.http.CauchoApplication
 
getContextPath() - Method in interface com.caucho.server.http.CauchoRequest
 
getContextPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the part of the URI corresponding to the application's prefix.
getContextPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the part of the URI corresponding to the application's prefix.
getCookie(String) - Method in interface com.caucho.server.http.CauchoRequest
 
getCookies() - Method in interface javax.servlet.http.HttpServletRequest
Returns an array of all cookies sent by the client.
getCookies() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns an array of all cookies sent by the client.
getCpuUsage() - Static method in class com.caucho.util.CauchoSystem
 
getCreationTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when the session was created.
getCurrentTime() - Static method in class com.caucho.util.Alarm
Returns the current time.
getCurrentTransaction() - Static method in class com.caucho.transaction.TransactionManagerImpl
Returns the current transaction for this thread.
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.
getDate() - Method in class com.caucho.util.RegistryNode
 
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 interface javax.servlet.http.HttpServletRequest
Converts a date header to milliseconds since the epoch.
getDateHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Converts a date header to milliseconds since the epoch.
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.
getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
True if the variable should be declared.
getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
 
getDepends() - Method in class com.caucho.xsl.AbstractStylesheet
Returns the dependency list of the stylesheet.
getDisableEscaping() - Method in class com.caucho.xsl.XslWriter
 
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 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 cookie's domain
getDouble() - Method in class com.caucho.util.RegistryNode
 
getDouble(String, double) - Method in class com.caucho.util.RegistryNode
 
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.
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getElement(String) - Method in class com.caucho.xml.QDocumentType
 
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 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 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.
getEnableTransaction() - Method in class com.caucho.sql.DBPool
Are transactions allowed on this pool?
getEnclosingWriter() - Method in class com.caucho.jsp.QBodyContent
 
getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
Returns the encloding writer.
getEncoding() - Method in class com.caucho.vfs.WriteStream
Returns the mime-encoding used for writing.
getEncoding() - Method in class com.caucho.vfs.ReadStream
Returns the mime-encoding currently read.
getEncoding() - Method in class com.caucho.transform.OutputFormat
 
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
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
 
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.
getEntityResolver() - Method in class com.caucho.xml.AbstractParser
 
getEntityResolver() - Method in class com.caucho.xsl.SAXTransformerImpl
Gets the SAX entity resolver handler.
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
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.
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorMessage(String) - Method in class com.caucho.util.RegistryNode
 
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 org.xml.sax.SAXException
Return the embedded exception, if any.
getException() - Method in class javax.servlet.jsp.PageContext
Returns the exception for error pages.
getException() - Method in class javax.xml.parsers.FactoryConfigurationError
Get the root cause of the 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 interface com.caucho.transform.Transformer
Returns true if the Transformer implements the feature.
getFeature(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a feature.
getFilename() - Method in class com.caucho.util.RegistryNode
 
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
 
getFilter() - Method in interface com.caucho.server.http.CauchoResponse
 
getFilter(String) - Method in interface com.caucho.server.http.CauchoApplication
 
getFilter(String) - Method in interface com.caucho.server.http.CauchoRequest
 
getFilterConfig() - Method in interface javax.servlet.Filter
Returns the filter configuration object.
getFilterName() - Method in interface javax.servlet.FilterConfig
Returns the name of the filter.
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
 
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFlushOnNewline() - Method in class com.caucho.vfs.StreamImpl
 
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
 
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
 
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.MemoryContext
 
getFunction() - Method in class com.caucho.xsl.Template
 
getGlobal() - Method in class com.caucho.es.Call
 
getGlobalProto() - Static method in class com.caucho.es.Global
 
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
 
getHeader(String) - Method in interface com.caucho.server.http.CauchoResponse
 
getHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns the first value for a request header.
getHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the first value for a request header.
getHeaderNames() - Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of all headers sent by the client.
getHeaderNames() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns an enumeration of all headers sent by the client.
getHeaders(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns all the values for a request header.
getHeaders(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns all the values for a request header.
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 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 interface javax.servlet.http.HttpSession
Returns the id for the session.
getId() - Method in class javax.servlet.jsp.tagext.TagData
Return the id of the attribute as a string.
getId() - Method in class javax.servlet.jsp.tagext.TagSupport
Sets the id attribute.
getIdAttribute(TagAttributeInfo[], String) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
Convenience for finding a TagAttributeInfo in a TagAttributeInfo array.
getIds() - Method in interface javax.servlet.http.HttpSessionContext
Deprecated.  
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
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns a descriptive string for the library.
getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
Returns the tag's infomation string.
getInitialContext(Hashtable) - Method in class com.caucho.server.http.JndiFactory
Returns the initial context for the current thread.
getInitParameter(String) - Method in class javax.servlet.GenericServlet
Returns an initialization parameter.
getInitParameter(String) - Method in interface javax.servlet.FilterConfig
Returns an initialization parameter.
getInitParameter(String) - Method in interface javax.servlet.ServletConfig
Returns an initialization parameter.
getInitParameter(String) - Method in interface javax.servlet.Config
Returns an initialization parameter.
getInitParameter(String) - Method in interface javax.servlet.ServletContext
Returns the value of an initialization parameter from the configuration file.
getInitParameterNames() - Method in class javax.servlet.GenericServlet
Enumerates all the initialization parameter.
getInitParameterNames() - Method in interface javax.servlet.FilterConfig
Returns an enumeration of the init-parameter names
getInitParameterNames() - Method in interface javax.servlet.ServletConfig
Returns an enumeration of the init-parameter names
getInitParameterNames() - Method in interface javax.servlet.Config
Returns an enumeration of the init-parameter names
getInitParameterNames() - Method in interface javax.servlet.ServletContext
Returns an enumeration of all init parameter names.
getInputStream() - Method in class com.caucho.util.CharBuffer
 
getInputStream() - Method in interface javax.servlet.ServletRequest
Returns an InputStream to retrieve POST data from the request.
getInputStream() - Method in class javax.servlet.ServletRequestWrapper
Returns an InputStream to retrieve POST data from the request.
getInt() - Method in class com.caucho.util.RegistryNode
 
getInt(int) - Method in class com.caucho.util.ByteBuffer
 
getInt(String, int) - Method in class com.caucho.util.RegistryNode
 
getInt(String, int) - Static method in class com.caucho.util.Registry
 
getInternalSubset() - Method in class com.caucho.xml.QDocumentType
 
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string.The actual content returned depends on how much information is available to the implementation.
getInterval() - Method in class com.caucho.util.CpuUsage
 
getIntHeader(String) - Method in interface javax.servlet.http.HttpServletRequest
Converts a header value to an integer.
getIntHeader(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Converts a header value to an integer.
getJavaEncoding() - Method in class com.caucho.vfs.WriteStream
 
getJavaName(Locale) - Static method in class com.caucho.vfs.Encoding
 
getJavaName(String) - Static method in class com.caucho.vfs.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
 
getLang() - Method in class com.caucho.xsl.XslNumberFormat
 
getLast() - Method in class com.caucho.util.Tree
 
getLastAccessedTime() - Method in interface javax.servlet.http.HttpSession
Returns the time when the session was last accessed.
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 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.xsl.CacheableDocument
Returns the modification time of the document sources.
getLastModified() - Method in class com.caucho.xsl.AbstractStylesheet.Depend
 
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 last-modified time for the page for caching.
getLeft() - Method in class com.caucho.xpath.UnionPattern
Return left node of the union.
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
 
getLength() - Method in class com.caucho.vfs.MergePath
Returns the length of the best path.
getLength() - Method in class com.caucho.vfs.TempBuffer
 
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.xsl.AbstractStylesheet.Depend
 
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.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in interface org.xml.sax.AttributeList
Deprecated. Return the number of attributes in this list.
getLine() - Method in class com.caucho.util.RegistryNode
 
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 class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
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.
getLocale() - Method in interface javax.servlet.ServletRequest
Returns the request's preferred locale.
getLocale() - Method in class javax.servlet.ServletRequestWrapper
Returns the request's preferred locale.
getLocale() - Method in interface javax.servlet.ServletResponse
Returns the output locale.
getLocale() - Method in class javax.servlet.ServletResponseWrapper
Returns the output locale.
getLocales() - Method in interface javax.servlet.ServletRequest
Returns an enumeration of all locales acceptable by the client.
getLocales() - Method in class javax.servlet.ServletRequestWrapper
Returns an enumeration of all locales acceptable by the client.
getLocalHost() - Static method in class com.caucho.util.CauchoSystem
 
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.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLoginTimeout() - Method in class com.caucho.sql.DBPool
Gets the timeout for a database login.
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 interface javax.servlet.ServletContext
Returns the major version of the servlet API.
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 max age of the cookie in seconds.
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 interface javax.servlet.http.HttpSession
 
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 org.xml.sax.SAXException
Return a detail message for this exception.
getMetaData() - Method in class com.caucho.sql.QPooledConnection
Gets the connection's metadata.
getMethod() - Method in class com.caucho.transform.OutputFormat
Returns the output method: xml, html, or text.
getMethod() - Method in interface javax.servlet.http.HttpServletRequest
Returns the HTTP method, e.g.
getMethod() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the HTTP method, e.g.
getMimeName(Locale) - Static method in class com.caucho.vfs.Encoding
 
getMimeName(String) - Static method in class com.caucho.vfs.Encoding
 
getMimeType(String) - Method in interface javax.servlet.ServletContext
Returns the mime type for the given uri.
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 interface javax.servlet.ServletContext
Returns the minor version of the servlet API.
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
 
getName() - Method in class com.caucho.xml.QDocumentType
 
getName() - Method in class com.caucho.server.http.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
Returns the name of the attribute that changed.
getName() - Method in class javax.servlet.http.Cookie
Returns the cookie's name.
getName() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the session variable name.
getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the attribute name
getName(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the name of an attribute in this list (by position).
getNamedDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a request dispatcher based on a servlet name.
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.
getNameInNamespace() - Method in class com.caucho.naming.AbstractContext
 
getNameInNamespace() - Method in class com.caucho.naming.MemoryContext
 
getNameInNamespace() - Method in class com.caucho.naming.PathJndiContext
 
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(String) - Method in interface com.caucho.xml.CauchoElement
Returns the URL for a given namespace prefix.
getNamespaces() - Method in interface com.caucho.xml.CauchoDocument
 
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
 
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.
getNextPreorder() - Method in class com.caucho.util.Tree
 
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.QDocumentType
 
getNodeName() - Method in class com.caucho.xpath.Pattern
Returns the name of the matching node or '*' if many nodes match.
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.QDocumentType
 
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
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.
getOut() - Method in class com.caucho.jsp.QPageContext
 
getOut() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getOut() - Method in class javax.servlet.jsp.PageContext
Returns the current output for the page.
getOutputFormat() - Method in class com.caucho.xsl.StylesheetImpl
 
getOutputFormat() - Method in class com.caucho.xsl.JavaScriptStylesheet
 
getOutputFormat() - Method in interface com.caucho.transform.Stylesheet
Returns the values specified in the xsl:output directives.
getOutputStream() - Method in interface javax.servlet.ServletResponse
Returns an output stream for writing to the client.
getOutputStream() - Method in class javax.servlet.ServletResponseWrapper
Returns an output stream for writing to the client.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
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
 
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
Return the servlet object for the page.
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
 
getPageContextPath() - Method in interface com.caucho.server.http.CauchoRequest
 
getPagePathInfo() - Method in interface com.caucho.server.http.CauchoRequest
 
getPageQueryString() - Method in interface com.caucho.server.http.CauchoRequest
 
getPageServletPath() - Method in interface com.caucho.server.http.CauchoRequest
 
getPageURI() - Method in interface com.caucho.server.http.CauchoRequest
 
getParameter(String) - Method in class com.caucho.xsl.TransformerImpl
 
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 interface javax.servlet.ServletRequest
Returns a form parameter.
getParameter(String) - Method in class javax.servlet.ServletRequestWrapper
Returns a form parameter.
getParameterNames() - Method in interface javax.servlet.ServletRequest
Returns an enumeration of all form parameter names.
getParameterNames() - Method in class javax.servlet.ServletRequestWrapper
Returns an enumeration of all form parameter names.
getParameterValues(String) - Method in interface javax.servlet.ServletRequest
Returns all values of a form parameter.
getParameterValues(String) - Method in class javax.servlet.ServletRequestWrapper
Returns all values of a form parameter.
getParent() - Method in class com.caucho.util.Tree
 
getParent() - Method in class com.caucho.util.RegistryNode
 
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 interface org.xml.sax.XMLFilter
Get the parent reader.
getParent() - Method in class javax.servlet.jsp.tagext.TagSupport
Returns the tag's parent.
getParent() - Method in interface javax.servlet.jsp.tagext.Tag
Returns the containing tag.
getParentLoader() - Method in class com.caucho.util.DynamicClassLoader
Returns the parent class loader.
getParentLoader() - Method in class com.caucho.es.Global
 
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
getPath() - Method in class com.caucho.vfs.StreamImpl
 
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.xsl.StylesheetImpl
 
getPath() - Method in class com.caucho.xsl.AbstractStylesheet.Depend
 
getPath() - Method in class com.caucho.naming.PathJndiContext
 
getPath() - Method in class javax.servlet.http.Cookie
Gets the URL path of a 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
 
getPath(String) - Method in class com.caucho.util.DirectoryClassLoader
Find a given path somewhere in the classpath
getPathInfo() - Method in interface javax.servlet.http.HttpServletRequest
Returns the URI part after the selected servlet and null if there is no suffix.
getPathInfo() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the URI part after the selected servlet and null if there is no suffix.
getPathSeparatorChar() - Static method in class com.caucho.util.CauchoSystem
 
getPathTranslated() - Method in interface javax.servlet.http.HttpServletRequest
Returns the physical path name for the path info.
getPathTranslated() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the physical path name for the path info.
getPattern() - Method in class com.caucho.xsl.Template
 
getPattern() - Method in class com.caucho.regexp.Regexp
 
getPattern(int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
getPeriod() - Method in class com.caucho.util.RegistryNode
Returns the value as a period.
getPeriod(String, long) - Method in class com.caucho.util.RegistryNode
 
getPeriod(String, long) - Static method in class com.caucho.util.Registry
 
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.
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
 
getPrefix() - Method in interface com.caucho.xml.CauchoNode
 
getPrefix() - Method in class com.caucho.xpath.Pattern
 
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
Returns the library's prefix string from the taglib declaration:
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
getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Returns the enclosing writer.
getPreviousPreorder() - Method in class com.caucho.util.Tree
 
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrintWriter() - Method in class com.caucho.vfs.WriteStream
Returns a printWriter writing to this stream.
getPriority() - Method in class com.caucho.xpath.Pattern
Returns the pattern's default priority as defined by the XSLT draft.
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.xml.AbstractParser
 
getProperty(String) - Method in interface com.caucho.xml.CauchoDocument
 
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 interface org.xml.sax.XMLReader
Look up the value of a property.
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 interface javax.servlet.ServletRequest
Returns the prococol, e.g.
getProtocol() - Method in class javax.servlet.ServletRequestWrapper
Returns the prococol, e.g.
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.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 class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPwd() - Method in class com.caucho.xsl.XslWriter
 
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
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 interface javax.servlet.http.HttpServletRequest
Returns the request's query string.
getQueryString() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the request's query string.
getReader() - Method in class com.caucho.vfs.ReadStream
Returns a Reader reading to this stream.
getReader() - Method in class com.caucho.jsp.QBodyContent
 
getReader() - Method in interface javax.servlet.ServletRequest
Returns a reader to read POSTed data.
getReader() - Method in class javax.servlet.ServletRequestWrapper
Returns a reader to read POSTed data.
getReader() - Method in class javax.servlet.jsp.tagext.BodyContent
Returns a Reader for accessing the contents of a body tag.
getReadPosition() - Method in class com.caucho.vfs.StreamImpl
 
getReadPosition() - Method in class com.caucho.vfs.VfsStream
 
getReadStream() - Method in class com.caucho.vfs.ReadWritePair
Return the read stream of the pair.
getRealPath(String) - Method in interface javax.servlet.ServletRequest
Deprecated.  
getRealPath(String) - Method in class javax.servlet.ServletRequestWrapper
Deprecated.  
getRealPath(String) - Method in interface javax.servlet.ServletContext
Returns the real file path for the given uri.
getRegistry() - Static method in class com.caucho.util.Registry
 
getRegistry() - Method in interface com.caucho.server.http.CauchoApplication
 
getReliableURN() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns a canonical name representing this tag library.
getRemaining() - Method in class com.caucho.vfs.WriteStream
Returns the bytes remaining in the buffer.
getRemaining() - Method in class com.caucho.jsp.QBodyContent
 
getRemaining() - Method in interface com.caucho.server.http.CauchoResponse
 
getRemaining() - Method in class javax.servlet.jsp.JspWriter
 
getRemote() - Method in class com.caucho.ejb.AbstractClientFactory
 
getRemoteAddr() - Method in interface javax.servlet.ServletRequest
Returns the IP address of the remote host, i.e.
getRemoteAddr() - Method in class javax.servlet.ServletRequestWrapper
Returns the IP address of the remote host, i.e.
getRemoteHost() - Method in interface javax.servlet.ServletRequest
Returns the DNS hostname of the remote host, i.e.
getRemoteHost() - Method in class javax.servlet.ServletRequestWrapper
Returns the DNS hostname of the remote host, i.e.
getRemoteUser() - Method in interface javax.servlet.http.HttpServletRequest
Returns the remote user if authenticated.
getRemoteUser() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the remote user if authenticated.
getRequest() - Method in class com.caucho.jsp.QPageContext
 
getRequest() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getRequest() - Method in class javax.servlet.ServletRequestWrapper
Gets the request object being wrapped.
getRequest() - Method in class javax.servlet.jsp.PageContext
Returns the ServletRequest for the page.
getRequestDepth(int) - Method in interface com.caucho.server.http.CauchoRequest
 
getRequestDispatcher(String) - Method in interface com.caucho.server.http.CauchoRequest
 
getRequestDispatcher(String) - Method in interface javax.servlet.ServletRequest
Returns a request dispatcher for later inclusion or forwarding.
getRequestDispatcher(String) - Method in class javax.servlet.ServletRequestWrapper
Returns a request dispatcher for later inclusion or forwarding.
getRequestDispatcher(String) - Method in interface javax.servlet.ServletContext
Returns a request dispatcher for later inclusion or forwarding.
getRequestedSessionId() - Method in interface javax.servlet.http.HttpServletRequest
Returns the session id.
getRequestedSessionId() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the session id.
getRequestURI() - Method in interface javax.servlet.http.HttpServletRequest
Returns the entire request URI
getRequestURI() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the entire request URI
getRequestURL(HttpServletRequest) - Static method in class javax.servlet.http.HttpUtils
Converts the request back to an original request URL.
getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns the minimum required JSP version for the tag library.
getRequireSource() - Method in class com.caucho.vfs.Depend
If true, deleting the source counts as a change.
getResinConfig() - Static method in class com.caucho.util.CauchoSystem
 
getResinHome() - Static method in class com.caucho.util.CauchoSystem
Gets the Path used as ResinHome.
getResinInclude() - Method in class com.caucho.xml.AbstractParser
Returns true if resin:include will include other XML documents.
getResinServer() - Method in class com.caucho.server.http.PingThread
Gets the underlying server.
getResource(Object) - Static method in class com.caucho.transaction.TransactionManagerImpl
Gets the resource attached to the key.
getResource(String) - Method in class com.caucho.util.DynamicClassLoader
Gets the named resource
getResource(String) - Method in interface javax.servlet.ServletContext
Returns the resource for the given uri.
getResourceAsStream(String) - Method in class com.caucho.util.DynamicClassLoader
Opens a stream to a resource somewhere in the classpath
getResourceAsStream(String) - Method in interface javax.servlet.ServletContext
Returns the resource as a stream.
getResponse() - Method in class com.caucho.jsp.QPageContext
 
getResponse() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getResponse() - Method in class javax.servlet.ServletResponseWrapper
Gets the wrapped response
getResponse() - Method in class javax.servlet.jsp.PageContext
Returns the ServletResponse for the page.
getRetryTime() - Method in class com.caucho.server.http.PingThread
Gets the retry time between failing pings
getRight() - Method in class com.caucho.xpath.UnionPattern
Return right node of the union.
getRoot() - Method in class com.caucho.util.RegistryNode
Return the root node
getRootCause() - Method in interface com.caucho.util.ExceptionWrapper
 
getRootCause() - Method in class com.caucho.vfs.IOExceptionWrapper
 
getRootCause() - Method in class com.caucho.vfs.ClientDisconnectException
 
getRootCause() - Method in class javax.servlet.ServletException
Returns any wrapped exception.
getScheme() - Method in class com.caucho.vfs.Path
Returns the url scheme
getScheme() - Method in class com.caucho.vfs.MailtoPath
The scheme is "mailto:"
getScheme() - Method in class com.caucho.vfs.JarPath
Returns the scheme (jar)
getScheme() - Method in class com.caucho.vfs.MergePath
Returns the scheme of the best path.
getScheme() - Method in class com.caucho.vfs.NullPath
 
getScheme() - Method in class com.caucho.vfs.CachePath
The scheme for the path is cache:
getScheme() - Method in class com.caucho.vfs.MemoryPath
 
getScheme() - Method in class com.caucho.vfs.JndiPath
The scheme is always "jndi:".
getScheme() - Method in class com.caucho.vfs.FilePath
 
getScheme() - Method in class com.caucho.vfs.HttpPath
Returns the scheme, http.
getScheme() - Method in class com.caucho.vfs.TcpPath
 
getScheme() - Method in interface javax.servlet.ServletRequest
Returns the request scheme, e.g.
getScheme() - Method in class javax.servlet.ServletRequestWrapper
Returns the request scheme, e.g.
getScheme(String) - Method in class com.caucho.vfs.SchemeMap
Returns the named root Path of the scheme, e.g.
getScope() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the variable's scope.
getScope(int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
getScopeProperty(ESString) - Method in class com.caucho.es.Call
 
getScriptPath() - Method in class com.caucho.es.Global
 
getScriptPath() - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
getSearchPath() - Method in class com.caucho.xml.AbstractParser
Gets the search path for included documents.
getSecure() - Method in class javax.servlet.http.Cookie
Returns true if the cookie must be over a secure connection.
getSeparator() - Method in class com.caucho.naming.MemoryContext
 
getServerInfo() - Method in interface javax.servlet.ServletContext
Returns a server-specific string identifying the servlet engine.
getServerName() - Method in interface javax.servlet.ServletRequest
Returns the server name handling the request.
getServerName() - Method in class javax.servlet.ServletRequestWrapper
Returns the server name handling the request.
getServerPort() - Method in interface javax.servlet.ServletRequest
Returns the server port handling the request, e.g.
getServerPort() - Method in class javax.servlet.ServletRequestWrapper
Returns the server port handling the request, e.g.
getServerStart() - Method in class com.caucho.server.http.Statistics
Returns the time the server started
getServlet() - Method in class javax.servlet.UnavailableException
Deprecated.  
getServlet(String) - Method in interface javax.servlet.ServletContext
Deprecated.  
getServletConfig() - Method in class com.caucho.jsp.QPageContext
 
getServletConfig() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getServletConfig() - Method in class javax.servlet.GenericServlet
Returns this servlet's configuration.
getServletConfig() - Method in interface javax.servlet.Servlet
Returns the servlet configuration, usually the same value as passed to the init routine.
getServletConfig() - Method in class javax.servlet.jsp.PageContext
Returns the servletConfig for the JSP page.
getServletContext() - Method in class com.caucho.jsp.QPageContext
 
getServletContext() - Method in class com.caucho.jsp.QServlet
Override the Servlet method to return the generated application.
getServletContext() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getServletContext() - Method in class com.caucho.server.http.AbstractAuthenticator
Returns the servlet context owning this authenticator.
getServletContext() - Method in class javax.servlet.GenericServlet
Returns the application (servlet context) that the servlet belongs to.
getServletContext() - Method in interface javax.servlet.FilterConfig
Returns the ServletContext for the servlet or filter.
getServletContext() - Method in interface javax.servlet.ServletConfig
Returns the ServletContext for the servlet or filter.
getServletContext() - Method in class javax.servlet.ServletContextEvent
Returns the ServletContext that changed.
getServletContext() - Method in class javax.servlet.ServletContextAttributeEvent
Returns the ServletContext that changed.
getServletContext() - Method in interface javax.servlet.Config
Returns the ServletContext for the servlet or filter.
getServletContext() - Method in class javax.servlet.jsp.PageContext
Returns the servletContext (application object) for the request.
getServletInfo() - Method in class com.caucho.jsp.XtpServlet
 
getServletInfo() - Method in class com.caucho.jsp.JavaPage
 
getServletInfo() - Method in class com.caucho.jsp.XslFilter
 
getServletInfo() - Method in class com.caucho.jsp.JspServlet
 
getServletInfo() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getServletInfo() - Method in class javax.servlet.GenericServlet
Returns a string describing the servlet.
getServletInfo() - Method in interface javax.servlet.Servlet
Returns an information string about the servlet.
getServletName() - Method in class javax.servlet.GenericServlet
Returns the servlet name for this configuration.
getServletName() - Method in interface javax.servlet.ServletConfig
Returns the servlet name for this configuration.
getServletNames() - Method in interface javax.servlet.ServletContext
Deprecated.  
getServletPath() - Method in interface javax.servlet.http.HttpServletRequest
Returns the URI part corresponding to the selected servlet.
getServletPath() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the URI part corresponding to the selected servlet.
getServlets() - Method in interface javax.servlet.ServletContext
Deprecated.  
getSession() - Method in class com.caucho.jsp.QPageContext
 
getSession() - Method in class com.caucho.jsp.JavaScriptPageServlet
 
getSession() - Method in interface javax.servlet.http.HttpServletRequest
Returns the current session, creating one if necessary.
getSession() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the current session, creating one if necessary.
getSession() - Method in class javax.servlet.http.HttpSessionEvent
Returns the session.
getSession() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the session.
getSession() - Method in class javax.servlet.jsp.PageContext
Returns the request's session.
getSession(boolean) - Method in interface javax.servlet.http.HttpServletRequest
Returns a session.
getSession(boolean) - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns a session.
getSession(String) - Method in interface javax.servlet.http.HttpSessionContext
Deprecated.  
getSessionContext() - Method in interface javax.servlet.http.HttpSession
Deprecated.  
getShort(int) - Method in class com.caucho.util.ByteBuffer
 
getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
The preferred short name for the library.
getSibling() - Method in class com.caucho.vfs.ReadStream
 
getSkipComments() - Method in class com.caucho.xml.AbstractParser
 
getSleepTime() - Method in class com.caucho.server.http.PingThread
Gets the sleep time between pings
getSlowThreads() - Method in class com.caucho.server.http.Statistics
Returns the number of 'slow' threads, i.e.
getSocketTimeout() - Method in class com.caucho.server.http.PingThread
Gets the time to wait on a non-responsive socket before giving up.
getSource() - Method in class com.caucho.vfs.WriteStream
Returns the underlying source for the stream.
getSource() - Method in class com.caucho.vfs.ReadStream
Returns the underlying source for the stream.
getSourcePath() - Method in class com.caucho.util.DynamicClassLoader
Returns the source path.
getSourcePath(String) - Method in class com.caucho.util.DynamicClassLoader
Default implementation of getting a sourcepath segment.
getSpecificationVersion() - Method in class com.caucho.jsp.QJspFactory
 
getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
 
getSpecified() - Method in interface org.w3c.dom.Attr
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getStandalone() - Method in class com.caucho.transform.OutputFormat
 
getStaticClassLoader() - Static method in class com.caucho.util.CauchoSystem
Returns the top-level class loader.
getStatus() - Method in class com.caucho.transaction.TransactionManagerImpl
Returns the transaction's status
getStatus() - Method in class com.caucho.transaction.TransactionImpl
Returns the status of this transaction
getStream() - Method in class com.caucho.vfs.RotateStream
Gets the current write stream
getStream() - Method in interface com.caucho.server.http.CauchoResponse
 
getStream() - Method in interface com.caucho.server.http.CauchoRequest
 
getString() - Method in class com.caucho.util.RegistryNode
 
getString() - Method in class com.caucho.vfs.StringWriter
 
getString() - Method in class com.caucho.jsp.QBodyContent
 
getString() - Method in class javax.servlet.jsp.tagext.BodyContent
Returns a String representing the contents of a body tag.
getString(String, String) - Method in class com.caucho.util.RegistryNode
 
getString(String, String) - Static method in class com.caucho.util.Registry
 
getStylePath() - Method in class com.caucho.xsl.AbstractStylesheetFactory
Returns the stylesheet search path.
getStylePath() - Method in interface com.caucho.transform.StylesheetFactory
Returns the current stylesheet search path.
getSuffix(int) - Method in class com.caucho.naming.QName
 
getSystemId() - Method in class com.caucho.xml.XmlParser
 
getSystemId() - Method in class com.caucho.xml.SAXBuilder
Returns the current filename.
getSystemId() - Method in class com.caucho.xml.QDocumentType
 
getSystemId() - Method in class com.caucho.transform.OutputFormat
 
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemTime() - Method in class com.caucho.util.CpuUsage
 
getTag(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns the information for a specific tag.
getTagClassName() - Method in class javax.servlet.jsp.tagext.TagInfo
Returns the tag's class name.
getTagExtraInfo() - Method in class javax.servlet.jsp.tagext.TagInfo
Returns the tag extra info for the tag.
getTagInfo() - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Gets the TLD tag info for this tag.
getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
Returns the TagLibraryInfo for the tag.
getTagName() - Method in class com.caucho.xml.QDocumentType
 
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTagName() - Method in class javax.servlet.jsp.tagext.TagInfo
Returns the tag's name.
getTags() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns an array of all the tags in the library
getTail() - Method in class com.caucho.vfs.Path
Returns the last segment of the path.
getTail() - Method in class com.caucho.vfs.FilesystemPath
 
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTemplate(Node, Env, String, int, int) - Method in class com.caucho.xsl.StylesheetImpl
Gets a template.
getTemplateId(Node, Env, String, int, int) - Method in class com.caucho.xsl.JavaStylesheet
 
getText() - Method in class com.caucho.es.ESParseException
 
getTextValue() - Method in interface com.caucho.xml.CauchoNode
Returns the text value of the node
getThis() - Method in class com.caucho.es.Call
 
getThisWrapper() - Method in class com.caucho.es.Call
 
getThrowable() - Method in class com.caucho.jsp.QPageContext
Returns the Throwable stored by the error page.
getTime() - Method in class com.caucho.util.QDate
 
getTime() - Method in class com.caucho.util.CpuUsage
 
getTop() - Method in class com.caucho.util.DynamicClassLoader
Returns the first classloader in the virtual chain.
getTotalConnections() - Method in class com.caucho.sql.DBPool
Get the total number of connections
getTransaction() - Method in class com.caucho.transaction.TransactionManagerImpl
Returns the transaction for the current thread.
getTransactionIsolation() - Method in class com.caucho.sql.QPooledConnection
 
getTransactionManager() - Static method in class com.caucho.transaction.TransactionManagerImpl
Return the TransactionManagerImpl singleton.
getTransactionTimeout() - Method in class com.caucho.sql.QPooledConnection
 
getTransformer() - Method in class com.caucho.xsl.XslWriter
 
getTryCount() - Method in class com.caucho.server.http.PingThread
Gets the number of times to retry before giving up
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by position).
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by name).
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getTypeMap() - Method in class com.caucho.sql.QPooledConnection
Returns the connection's type map.
getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
Returns the type name of the attribute.
getUnavailableSeconds() - Method in class javax.servlet.UnavailableException
 
getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns the library's uri from the taglib declaration:
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getUrl() - Method in class com.caucho.xpath.NamespaceContext
 
getURL() - Method in class com.caucho.vfs.Path
Returns the full url for the given path.
getURL() - Method in class com.caucho.vfs.MailtoPath
The URL looks like "mailto:user@host.com"
getURL() - Method in class com.caucho.vfs.FilesystemPath
Returns the URL for this filesystem path.
getURL() - Method in class com.caucho.vfs.JarPath
Returns the full url.
getURL() - Method in class com.caucho.vfs.NullPath
 
getURL() - Method in class com.caucho.vfs.HttpPath
 
getURL() - Method in class com.caucho.vfs.TcpPath
 
getURL() - Method in class com.caucho.sql.DBPool
Returns the connection's JDBC url.
getURL() - Method in class com.caucho.ejb.AbstractClientFactory
 
getUser() - Method in class com.caucho.sql.DBPool
Returns the connection's user.
getUserDir() - Static method in class com.caucho.util.CauchoSystem
 
getUserName() - Static method in class com.caucho.util.CauchoSystem
 
getUserPath() - Method in class com.caucho.vfs.WriteStream
Returns the user path which opened this stream.
getUserPath() - Method in class com.caucho.vfs.Path
Returns the last string used as a lookup, if available.
getUserPath() - Method in class com.caucho.vfs.ReadStream
Returns the user path which opened this stream.
getUserPath() - Method in class com.caucho.vfs.FilesystemPath
 
getUserPath() - Method in class com.caucho.vfs.HttpPath
Returns the user's path.
getUserPrincipal() - Method in interface javax.servlet.http.HttpServletRequest
Returns the equivalent principal object for the authenticated user.
getUserPrincipal() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns the equivalent principal object for the authenticated user.
getUserTime() - Method in class com.caucho.util.CpuUsage
 
getUserTransaction() - Static method in class com.caucho.transaction.TransactionManagerImpl
Return the TransactionManagerImpl singleton.
getValue() - Method in class com.caucho.util.RegistryNode
 
getValue() - Method in class com.caucho.vfs.Path
Gets the object at the path.
getValue() - Method in class com.caucho.vfs.MemoryPath
 
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - Method in class javax.servlet.ServletContextAttributeEvent
Returns the value of the attribute that changed.
getValue() - Method in class javax.servlet.http.Cookie
Returns the cookie's value.
getValue() - Method in class javax.servlet.http.HttpSessionBindingEvent
Returns the session variable value.
getValue(int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by position).
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by name).
getValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.  
getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Returns an attribute from the tag.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValueNames() - Method in interface javax.servlet.http.HttpSession
Deprecated.  
getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
Enumerates the tag's attributes.
getVar(String) - Method in class com.caucho.xpath.Env
Returns the value associated with name.
getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Information about the variables created by the tag at runtime.
getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Returns information needed to instantiate runtime variables.
getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
Returns the variable name.
getVersion() - Method in class com.caucho.transform.OutputFormat
Returns the output version, e.g.
getVersion() - Method in class javax.servlet.http.Cookie
Returns cookie protocol version.
getVersionId() - Static method in class com.caucho.util.CauchoSystem
 
getVersionId() - Method in class com.caucho.es.ESBeanWrapper
 
getWakeTime() - Method in class com.caucho.util.Alarm
Returns the wake time of this alarm.
getWarnings() - Method in class com.caucho.sql.QPooledConnection
 
getWorkPath() - Static method in class com.caucho.util.CauchoSystem
 
getWriter() - Method in interface javax.servlet.ServletResponse
Returns a PrintWriter with the proper character encoding for writing text data to the client.
getWriter() - Method in class javax.servlet.ServletResponseWrapper
Returns a PrintWriter with the proper character encoding for writing text data to the client.
getWriteStream() - Method in interface com.caucho.vfs.EnclosedWriteStream
 
getWriteStream() - Method in class com.caucho.vfs.ReadWritePair
Return the write stream of the pair.
getWriteStream() - Method in class com.caucho.jsp.QBodyContent
 
getYear() - Method in class com.caucho.util.QDate
 
getZoneOffset() - Method in class com.caucho.util.QDate
 
global - Variable in class com.caucho.es.Call
 
Global - class com.caucho.es.Global.
Implementation class for the global prototype
GLOBAL_PARAM - Static variable in interface com.caucho.xsl.CauchoStylesheet
 
greaterThan(ESBase, boolean) - Method in class com.caucho.es.ESBase
 

H

handleAlarm(Alarm) - Method in class com.caucho.util.QThreadLocal
 
handleAlarm(Alarm) - Method in interface com.caucho.util.AlarmListener
Handles a callback from an alarm.
handleAlarm(Alarm) - Method in class com.caucho.util.Exit
A paranoid callback to clean up exits for threads which have died for some reason.
handleAlarm(Alarm) - Method in class com.caucho.sql.DBPool
At the alarm, close all connections which have been sitting in the pool for too long.
handleAlarm(Alarm) - Method in class com.caucho.transaction.TransactionImpl
 
handleChange(Object) - Method in interface com.caucho.util.ChangeListener
 
handleChange(Object) - Method in class com.caucho.vfs.LogStream
When the resin.conf changes, update the logging.
handleCron(Cron) - Method in interface com.caucho.util.CronListener
Handles a callback from an alarm.
handleCron(Cron) - Method in class com.caucho.vfs.RotateStream
 
handleExit(Object) - Method in interface com.caucho.util.ExitListener
 
handlePageException(Exception) - Method in class com.caucho.jsp.QPageContext
Handles an exception caught in the JSP page.
handlePageException(Exception) - Method in class javax.servlet.jsp.PageContext
Internal routine to support errorPages
handlePageException(Throwable) - Method in class com.caucho.jsp.QPageContext
Handles an exception caught in the JSP page.
HandlerBase - class org.xml.sax.HandlerBase.
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
Deprecated.  
handleShutdown() - Method in class com.caucho.server.http.ResinServer
Called when the server shuts down.
handleUnload(DynamicClassLoader) - Method in interface com.caucho.util.ClassLoaderListener
Handles the case where a class loader is dropped.
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
hasDispatch - Variable in class com.caucho.es.ESBeanWrapper
 
hasError() - Method in interface com.caucho.server.http.CauchoResponse
 
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hashCode - Variable in class com.caucho.es.ESString
 
hashCode() - Method in class com.caucho.util.CharSegment
Returns the buffer's hash code
hashCode() - Method in class com.caucho.util.ByteBuffer
 
hashCode() - Method in class com.caucho.vfs.FilesystemPath
 
hashCode() - Method in class com.caucho.vfs.JarPath
 
hashCode() - Method in class com.caucho.vfs.MergePath
Returns the hashCode of the best path.
hashCode() - Method in class com.caucho.vfs.CachePath
Returns the hash code, which is based on the underlying file.
hashCode() - Method in class com.caucho.vfs.FilePath
 
hashCode() - Method in class com.caucho.vfs.HttpPath
 
hashCode() - Method in class com.caucho.es.ESString
 
hashCode() - Method in class com.caucho.es.ESNumber
 
hashCode() - Method in class com.caucho.server.http.BasicPrincipal
 
hasMore() - Method in class com.caucho.naming.QBindingEnumeration
 
hasMore() - Method in class com.caucho.naming.QNameClassEnumeration
 
hasMoreElements() - Method in class com.caucho.util.NullEnumeration
 
hasMoreElements() - Method in class com.caucho.naming.QBindingEnumeration
 
hasMoreElements() - Method in class com.caucho.naming.QNameClassEnumeration
 
hasNext() - Method in class com.caucho.util.NullIterator
 
hasNext() - Method in class com.caucho.util.EnumIterator
 
hasPrevious() - Method in class com.caucho.util.NullIterator
 
hasProperty(ESString) - Method in class com.caucho.es.ESBase
 
hasProperty(ESString) - Method in class com.caucho.es.ESClosure
 
hasProperty(ESString) - Method in class com.caucho.es.ESBeanWrapper
 
hasScopeProperty(ESString) - Method in class com.caucho.es.Call
 
HIERARCHY_REQUEST_ERR - Static variable in class org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
host - Variable in class com.caucho.vfs.HttpPath
 
host - Variable in class com.caucho.vfs.TcpPath
 
HOUR - Static variable in class com.caucho.util.QDate
 
Html - class com.caucho.xml.Html.
HTML parser interface.
Html() - Constructor for class com.caucho.xml.Html
Create a new HTML parser
HtmlDocumentBuilderFactory - class com.caucho.xml.parsers.HtmlDocumentBuilderFactory.
JAXP document builder factory for strict XML parsing.
HtmlDocumentBuilderFactory() - Constructor for class com.caucho.xml.parsers.HtmlDocumentBuilderFactory
 
HtmlSAXParserFactory - class com.caucho.xml.parsers.HtmlSAXParserFactory.
JAXP SAX parser factory for strict HTML parsing.
HtmlSAXParserFactory() - Constructor for class com.caucho.xml.parsers.HtmlSAXParserFactory
 
Http - class com.caucho.server.http.Http.
Collection of public utility routines
Http() - Constructor for class com.caucho.server.http.Http
 
HttpJspPage - interface javax.servlet.jsp.HttpJspPage.
 
HttpPath - class com.caucho.vfs.HttpPath.
The HTTP scheme.
HttpServer - class com.caucho.server.http.HttpServer.
The main class for the HTTP server.
HttpServer() - Constructor for class com.caucho.server.http.HttpServer
 
HttpServlet - class javax.servlet.http.HttpServlet.
HttpServlet is a convenient abstract class for creating servlets.
HttpServlet() - Constructor for class javax.servlet.http.HttpServlet
 
HttpServletRequest - interface javax.servlet.http.HttpServletRequest.
HttpServletRequest encapsulates client request data.
HttpServletRequestWrapper - class javax.servlet.http.HttpServletRequestWrapper.
Wraps a servlet request in another request.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class javax.servlet.http.HttpServletRequestWrapper
Creates a new request wrapper
HttpServletResponse - interface javax.servlet.http.HttpServletResponse.
HttpServletResponse extends ServletResponse allowing servlets to set the status and headers.
HttpServletResponseWrapper - class javax.servlet.http.HttpServletResponseWrapper.
Wraps a servlet request in another request.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class javax.servlet.http.HttpServletResponseWrapper
Creates a new Response wrapper
HttpSession - interface javax.servlet.http.HttpSession.
Sessions are a convenient way to connect users to web pages.
HttpSessionActivationListener - interface javax.servlet.http.HttpSessionActivationListener.
Interface for a listener receiving events when a session is created or displayed.
HttpSessionAttributesListener - interface javax.servlet.http.HttpSessionAttributesListener.
Interface for a listener receiving events when a session is created or displayed.
HttpSessionBindingEvent - class javax.servlet.http.HttpSessionBindingEvent.
The event object for adding or removing a session object.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Create a new session binding event.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class javax.servlet.http.HttpSessionBindingEvent
Create a new session binding event.
HttpSessionBindingListener - interface javax.servlet.http.HttpSessionBindingListener.
This listener lets session values know when they've been added to or removed from a session.
HttpSessionContext - interface javax.servlet.http.HttpSessionContext.
Deprecated.  
HttpSessionEvent - class javax.servlet.http.HttpSessionEvent.
The event object for session changes.
HttpSessionEvent(HttpSession) - Constructor for class javax.servlet.http.HttpSessionEvent
Create a new session event.
HttpSessionListener - interface javax.servlet.http.HttpSessionListener.
This listener lets session values know when a session is created or destroyed.
HttpUtils - class javax.servlet.http.HttpUtils.
General utilities for HTTP processing.
HttpUtils() - Constructor for class javax.servlet.http.HttpUtils
 

I

id - Variable in class javax.servlet.jsp.tagext.TagSupport
 
ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
ID is "id"
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
ignoreCase() - Method in class com.caucho.regexp.Regexp
 
IllegalRegexpException - exception com.caucho.regexp.IllegalRegexpException.
 
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
importScript(ESObject, String) - Method in class com.caucho.es.Global
 
include(ServletRequest, ServletResponse) - Method in interface javax.servlet.RequestDispatcher
Includes the result of another page.
include(String) - Method in class com.caucho.jsp.QPageContext
 
include(String) - Method in class javax.servlet.jsp.PageContext
Includes the a page relative to the current URL.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
indexOf(char) - Method in class com.caucho.util.CharSegment
Returns the index of a character in the CharSegment.
indexOf(char) - Method in class com.caucho.util.CharBuffer
 
indexOf(char, int) - Method in class com.caucho.util.CharSegment
Returns the index of a character in the CharSegment starting from an offset.
indexOf(char, int) - Method in class com.caucho.util.CharBuffer
 
info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
init() - Method in class com.caucho.server.http.DirectoryServlet
 
init() - Method in class com.caucho.server.http.AbstractAuthenticator
Initialize the authenticator with the application.
init() - Method in class com.caucho.server.http.JdbcAuthenticator
Initialize the authenticator.
init() - Method in class javax.servlet.GenericServlet
Initialize the servlet.
init(boolean) - Method in class com.caucho.server.http.ResinServer
Initialize the server, binding to TCP and starting the threads.
init(CauchoApplication, RegistryNode) - Method in class com.caucho.server.http.AbstractAuthenticator
Initialize the authenticator with the application.
init(CauchoApplication, RegistryNode) - Method in interface com.caucho.server.http.Authenticator
Initialize the authenticator.
init(char[], int, int) - Method in class com.caucho.util.CharSegment
Sets the char segment to a new buffer triple.
init(ESFactory) - Static method in class com.caucho.es.Resin
 
init(InputStream, OutputStream) - Method in class com.caucho.vfs.VfsStream
 
init(int) - Method in class com.caucho.server.http.JniStream
 
init(LineMap, Path) - Method in class com.caucho.jsp.Page
 
init(LineMap, Path) - Method in interface com.caucho.jsp.CauchoPage
 
init(Node) - Method in class com.caucho.xml.DOMBuilder
 
init(Path) - Method in class com.caucho.xsl.AbstractStylesheet
Initialize the stylesheet with the search path.
init(Path) - Method in class com.caucho.xsl.StylesheetImpl
 
init(Reader, Writer) - Method in class com.caucho.vfs.ReaderWriterStream
 
init(ReadStream) - Method in class com.caucho.vfs.BufferedReaderAdapter
 
init(ReadStream, String) - Method in class com.caucho.vfs.MultipartStream
Initialize the multipart stream with a given boundary.
init(ServletConfig) - Method in class com.caucho.jsp.QServlet
Initialize the servlet.
init(ServletConfig) - Method in class com.caucho.jsp.XtpServlet
Initializes the servlet.
init(ServletConfig) - Method in class com.caucho.jsp.JavaPage
 
init(ServletConfig) - Method in class com.caucho.jsp.XslFilter
The servlet parameter 'strict-xsl' forces XSL stylesheets to follow the strict specification.
init(ServletConfig) - Method in class com.caucho.jsp.JspServlet
Initializes the servlet.
init(ServletConfig) - Method in class com.caucho.jsp.JavaScriptPageServlet
 
init(ServletConfig) - Method in class com.caucho.server.http.FileServlet
 
init(ServletConfig) - Method in class javax.servlet.GenericServlet
Initialize the servlet.
init(ServletConfig) - Method in interface javax.servlet.Servlet
Initialize the servlet.
init(Socket) - Method in class com.caucho.vfs.SocketStream
Initialize the SocketStream with a new Socket.
init(StreamImpl) - Method in class com.caucho.vfs.WriteStream
Initializes the stream with a given source.
init(StreamImpl) - Method in class com.caucho.vfs.StreamFilter
 
init(StreamImpl, WriteStream) - Method in class com.caucho.vfs.ReadStream
Initializes the stream with a given source.
init(String) - Method in class com.caucho.util.StringCharCursor
 
init(TempBuffer) - Method in class com.caucho.vfs.TempReadStream
 
init(TempBuffer, Path) - Method in class com.caucho.vfs.TempReadStream
 
init(WriteStream) - Method in class com.caucho.xml.XmlPrinter
Initialize the XmlPrinter with the write stream.
init(XMLReader) - Method in class com.caucho.xml.SAXBuilder
 
init(XslWriter) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
initClass(Global) - Method in class com.caucho.es.Script
 
initClass(Global, ESObject) - Method in class com.caucho.es.Script
 
initContext(RegistryNode, Application, ClassLoader, ArrayList, Context) - Static method in class com.caucho.server.http.JndiFactory
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class com.caucho.jsp.QPageContext
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class javax.servlet.jsp.PageContext
Internal routine to initialize the PageContext for a page.
InputSource - class org.xml.sax.InputSource.
A single input source for an XML entity.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
insert(int, byte[], int, int) - Method in class com.caucho.util.ByteBuffer
 
insert(int, char) - Method in class com.caucho.util.CharBuffer
Inserts a character at a given offset.
insert(int, char[], int, int) - Method in class com.caucho.util.CharBuffer
Inserts a character buffer.
insert(int, double) - Method in class com.caucho.util.CharBuffer
Inserts a double at a given offset.
insert(int, double) - Method in class com.caucho.util.DoubleArray
 
insert(int, float) - Method in class com.caucho.util.CharBuffer
Inserts a float at a given offset.
insert(int, int) - Method in class com.caucho.util.CharBuffer
Inserts an integer at a given offset.
insert(int, long) - Method in class com.caucho.util.CharBuffer
Inserts a long at a given offset.
insert(int, Object) - Method in class com.caucho.util.CharBuffer
Inserts an object at a given offset.
insert(int, String) - Method in class com.caucho.util.CharBuffer
Inserts a string.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
IntArray - class com.caucho.util.IntArray.
The IntArray is a variable array containing integers.
IntArray() - Constructor for class com.caucho.util.IntArray
Create an empty int array.
intern(String) - Static method in class com.caucho.es.ESId
 
intersection(IntSet) - Method in class com.caucho.util.IntSet
Calculates the set intersection of a and b
IntMap - class com.caucho.util.IntMap.
The IntMap provides a simple hashmap from keys to integers.
IntMap() - Constructor for class com.caucho.util.IntMap
Create a new IntMap.
IntSet - class com.caucho.util.IntSet.
 
IntSet() - Constructor for class com.caucho.util.IntSet
Creates an empty set.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
invalidate() - Method in interface javax.servlet.http.HttpSession
Invalidates the current session.
IOExceptionWrapper - exception com.caucho.vfs.IOExceptionWrapper.
 
IOExceptionWrapper(Exception) - Constructor for class com.caucho.vfs.IOExceptionWrapper
 
IOExceptionWrapper(String) - Constructor for class com.caucho.vfs.IOExceptionWrapper
 
IOExceptionWrapper(String, Exception) - Constructor for class com.caucho.vfs.IOExceptionWrapper
 
isAlphabetic() - Method in class com.caucho.xsl.XslNumberFormat
 
isAscending() - Method in class com.caucho.xsl.Sort
 
isAutoFlush() - Method in class com.caucho.jsp.QBodyContent
 
isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
 
isBoolean() - Method in class com.caucho.xpath.Expr
true if the expression prefers to return a boolean.
isBoolean() - Method in class com.caucho.es.ESBase
 
isBoolean() - Method in class com.caucho.es.ESBoolean
 
isCacheable() - Method in class com.caucho.xsl.CacheableDocument
True if the document is cacheable
isChar(int) - Static method in class com.caucho.xml.XmlChar
 
isClosed() - Method in class com.caucho.sql.QPooledConnection
Returns true if the connection is closed.
isClosed() - Method in class com.caucho.server.http.ResinServer
Returns true if the server has shut down.
isCommitted() - Method in interface javax.servlet.ServletResponse
Returns true if some data has actually been send to the client.
isCommitted() - Method in class javax.servlet.ServletResponseWrapper
Returns true if some data has actually been send to the client.
isDead() - Method in class com.caucho.jsp.Page
 
isDirectory() - Method in class com.caucho.vfs.Path
Tests if the path refers to a directory.
isDirectory() - Method in class com.caucho.vfs.JarPath
Returns true if the entry is a directory in the jar file.
isDirectory() - Method in class com.caucho.vfs.MergePath
True if the best path is a directory.
isDirectory() - Method in class com.caucho.vfs.CachePath
 
isDirectory() - Method in class com.caucho.vfs.MemoryPath
 
isDirectory() - Method in class com.caucho.vfs.FilePath
 
isDisjoint(IntSet) - Method in class com.caucho.util.IntSet
True if the two sets are disjoint.
isEmpty() - Method in class com.caucho.naming.QName
 
isFile() - Method in class com.caucho.vfs.Path
Tests if the path refers to a file.
isFile() - Method in class com.caucho.vfs.JarPath
Returns true if the entry is a file in the jar file.
isFile() - Method in class com.caucho.vfs.MergePath
True if the best path is a file.
isFile() - Method in class com.caucho.vfs.CachePath
 
isFile() - Method in class com.caucho.vfs.MemoryPath
 
isFile() - Method in class com.caucho.vfs.FilePath
 
isFlagFirst(int) - Method in class com.caucho.xsl.XslWriter
Implementation function so jsp:decl tags aren't repeated.
isGlobal() - Method in class com.caucho.regexp.Regexp
 
isJdk12() - Static method in class com.caucho.util.CauchoSystem
 
isMatch(Node) - Method in class com.caucho.xpath.Pattern
Test if the node matches the pattern.
isMatch(Node, Env) - Method in class com.caucho.xpath.Pattern
Test if the node matches the pattern.
isModified() - Method in class com.caucho.util.RegistryNode
 
isModified() - Method in class com.caucho.util.DynamicClassLoader
Returns true if any of the classes have been modified.
isModified() - Method in class com.caucho.util.DynamicClassLoader.Entry
Returns true if the source file has been modified.
isModified() - Method in class com.caucho.vfs.Depend
If the source modified date changes at all, treat it as a modification.
isModified() - Method in class com.caucho.es.Script
Returns true if the script is no longer the latest version.
isModified() - Method in class com.caucho.es.ScriptClosure
Returns the lastModified time of the script.
isModified() - Method in interface com.caucho.xsl.CauchoStylesheet
 
isModified() - Method in class com.caucho.xsl.AbstractStylesheet
Returns true if the any of the source stylesheets have been modified since this stylesheet was compiled.
isModified() - Method in class com.caucho.xsl.JavaScriptStylesheet
Returns last modification time
isModified() - Method in class com.caucho.xsl.AbstractStylesheet.Depend
 
isModifiedInt() - Method in class com.caucho.util.DynamicClassLoader
True if any of the loaded classes have been modified.
isModifiedInt() - Method in class com.caucho.util.DirectoryClassLoader
True if any of the loaded classes have been modified.
isNameChar(int) - Static method in class com.caucho.xml.XmlChar
 
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
Returns whether the parser should namespace aware
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
Returns whether the parser should namespace aware
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
Returns true if the parser is namespace-aware
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
Returns true if the parser is namespace-aware
isNameStart(int) - Static method in class com.caucho.xml.XmlChar
 
isNew() - Method in interface javax.servlet.http.HttpSession
Returns true if the session is new.
isNodeSet() - Method in class com.caucho.xpath.Expr
true if the expression prefers to return a node set.
isNum() - Method in class com.caucho.es.ESBase
 
isNum() - Method in class com.caucho.es.ESNumber
 
isNumber() - Method in class com.caucho.xpath.Expr
true if the expression prefers to return a number.
isObject() - Method in class com.caucho.vfs.Path
Tests if the path refers to an object.
isObject() - Method in class com.caucho.vfs.MemoryPath
 
isPermanent() - Method in class javax.servlet.UnavailableException
 
isPretty() - Method in class com.caucho.xml.XmlPrinter
 
isReadOnly() - Method in class com.caucho.sql.QPooledConnection
 
isRequestedSessionIdFromCookie() - Method in interface javax.servlet.http.HttpServletRequest
Returns true if the session came from a cookie.
isRequestedSessionIdFromCookie() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns true if the session came from a cookie.
isRequestedSessionIdFromUrl() - Method in interface javax.servlet.http.HttpServletRequest
Deprecated.  
isRequestedSessionIdFromUrl() - Method in class javax.servlet.http.HttpServletRequestWrapper
Deprecated.  
isRequestedSessionIdFromURL() - Method in interface javax.servlet.http.HttpServletRequest
Returns true if the session came URL-encoding.
isRequestedSessionIdFromURL() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns true if the session came URL-encoding.
isRequestedSessionIdValid() - Method in interface javax.servlet.http.HttpServletRequest
Returns true if the session is valid.
isRequestedSessionIdValid() - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns true if the session is valid.
isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
True if the attribute must exist in the tag.
isSameRM(XAResource) - Method in class com.caucho.sql.QPooledConnection
identity of resources
isSecure() - Method in interface com.caucho.server.http.CauchoRequest
 
isSecure() - Method in interface javax.servlet.ServletRequest
Returns true if the connection is secure, e.g.
isSecure() - Method in class javax.servlet.ServletRequestWrapper
Returns true if the connection is secure, e.g.
isString() - Method in class com.caucho.xpath.Expr
true if the expression prefers to return a string.
isString() - Method in class com.caucho.es.ESBase
 
isString() - Method in class com.caucho.es.ESString
 
isSubset(DoubleArray) - Method in class com.caucho.util.DoubleArray
 
isSubset(IntArray) - Method in class com.caucho.util.IntArray
True if all the integers in subset are contained in the array.
isSubset(IntSet) - Method in class com.caucho.util.IntSet
True if the argument is a subset of the set
isSupported(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isTesting() - Static method in class com.caucho.util.CauchoSystem
Returns true if we're currently running a test.
isText() - Method in class com.caucho.xsl.Sort
 
isUnix() - Static method in class com.caucho.util.CauchoSystem
 
isUserInRole(HttpServletRequest, Principal, String) - Method in class com.caucho.server.http.AbstractAuthenticator
Returns true if the user plays the named role.
isUserInRole(HttpServletRequest, Principal, String) - Method in interface com.caucho.server.http.Authenticator
Returns true if the user plays the named role.
isUserInRole(Principal, String) - Method in class com.caucho.server.http.AbstractAuthenticator
 
isUserInRole(Principal, String) - Method in class com.caucho.server.http.JdbcAuthenticator
 
isUserInRole(String) - Method in interface com.caucho.server.http.CauchoRequest
 
isUserInRole(String) - Method in interface javax.servlet.http.HttpServletRequest
Returns true if the user is in the given role.
isUserInRole(String) - Method in class javax.servlet.http.HttpServletRequestWrapper
Returns true if the user is in the given role.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
Returns true if the tag instance is valid.
isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Validates the tag, so errors can be caught at compile-time instead of waiting for runtime.
isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
Returns whether the parser should namespace aware
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
Returns whether the parser should namespace aware
isValidating() - Method in class javax.xml.parsers.DocumentBuilder
Returns true if the parser is validating
isValidating() - Method in class javax.xml.parsers.SAXParser
Returns true if the parser is validating
isWhitespace(int) - Static method in class com.caucho.xml.XmlChar
 
isWindows() - Static method in class com.caucho.util.CauchoSystem
 
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
IterationTag - interface javax.servlet.jsp.tagext.IterationTag.
IterationTag lets tags loop over the body.
iterator() - Method in class com.caucho.util.Tree
 
iterator() - Method in class com.caucho.util.IntMap
Returns an iterator of the keys.
iterator() - Method in class com.caucho.util.RegistryNode
 
iterator() - Method in class com.caucho.vfs.Path
Returns a jdk1.2 Iterator for the contents of this directory.

J

JarPath - class com.caucho.vfs.JarPath.
A filesystem for .jar files.
JarPath(FilesystemPath, String, String, Jar) - Constructor for class com.caucho.vfs.JarPath
Creates a new jar path for the specific file
JarPath(Path) - Constructor for class com.caucho.vfs.JarPath
 
JavaPage - class com.caucho.jsp.JavaPage.
 
JavaPage() - Constructor for class com.caucho.jsp.JavaPage
 
JavaScriptPageServlet - class com.caucho.jsp.JavaScriptPageServlet.
JavaScriptPageServlet allows the JavaScript engine to use the public get methods as global variables.
JavaScriptStylesheet - class com.caucho.xsl.JavaScriptStylesheet.
Implementation class for JavaScript stylesheets.
JavaScriptStylesheet() - Constructor for class com.caucho.xsl.JavaScriptStylesheet
 
JavaStylesheet - class com.caucho.xsl.JavaStylesheet.
Implementation class for JavaScript stylesheets.
JavaStylesheet() - Constructor for class com.caucho.xsl.JavaStylesheet
 
javax.servlet - package javax.servlet
 
javax.servlet.http - package javax.servlet.http
 
javax.servlet.jsp - package javax.servlet.jsp
 
javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
 
javax.xml.parsers - package javax.xml.parsers
Java XML Parsing API (supports SAX 1.0 and DOM 2.0).
JdbcAuthenticator - class com.caucho.server.http.JdbcAuthenticator.
 
JdbcAuthenticator() - Constructor for class com.caucho.server.http.JdbcAuthenticator
 
jdbcCompliant() - Method in class com.caucho.sql.DBPool
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
JndiFactory - class com.caucho.server.http.JndiFactory.
Returns the JNDI context for the current classloader.
JndiFactory() - Constructor for class com.caucho.server.http.JndiFactory
 
JndiFactoryBuilder - class com.caucho.server.http.JndiFactoryBuilder.
Creates JNDI InitialContext factories.
JndiFactoryBuilder() - Constructor for class com.caucho.server.http.JndiFactoryBuilder
 
JndiPath - class com.caucho.vfs.JndiPath.
Adapts the JNDI to the Path API.
JndiPath(FilesystemPath, String, String) - Constructor for class com.caucho.vfs.JndiPath
Create a new JndiPath with the given name.
JniServer - class com.caucho.server.http.JniServer.
Main server object for the binary launcher.
JniServer(String[]) - Constructor for class com.caucho.server.http.JniServer
 
JniStream - class com.caucho.server.http.JniStream.
Stream using with JNI.
JniStream() - Constructor for class com.caucho.server.http.JniStream
 
JniStream(int) - Constructor for class com.caucho.server.http.JniStream
Create a new JniStream based on the java.io.* stream.
JspDepend - class com.caucho.jsp.JspDepend.
Class for keeping track of modifications.
JspDepend(Path, long, long) - Constructor for class com.caucho.jsp.JspDepend
 
jspDestroy() - Method in class com.caucho.jsp.JavaPage
 
jspDestroy() - Method in interface javax.servlet.jsp.JspPage
 
JspEngineInfo - class javax.servlet.jsp.JspEngineInfo.
 
JspEngineInfo() - Constructor for class javax.servlet.jsp.JspEngineInfo
 
JspException - exception javax.servlet.jsp.JspException.
A generic JSP exception.
JspException() - Constructor for class javax.servlet.jsp.JspException
Create a JspException
JspException(String) - Constructor for class javax.servlet.jsp.JspException
Create a JspException with a message.
JspFactory - class javax.servlet.jsp.JspFactory.
 
JspFactory() - Constructor for class javax.servlet.jsp.JspFactory
 
jspInit() - Method in class com.caucho.jsp.JavaPage
 
jspInit() - Method in interface javax.servlet.jsp.JspPage
 
JspManager - class com.caucho.jsp.JspManager.
Manages JSP templates.
JspManager(ServletContext) - Constructor for class com.caucho.jsp.JspManager
 
JspPage - interface javax.servlet.jsp.JspPage.
 
JspServlet - class com.caucho.jsp.JspServlet.
Handles JSP pages.
JspServlet() - Constructor for class com.caucho.jsp.JspServlet
 
JspTagException - exception javax.servlet.jsp.JspTagException.
 
JspTagException() - Constructor for class javax.servlet.jsp.JspTagException
 
JspTagException(String) - Constructor for class javax.servlet.jsp.JspTagException
 
jspversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
JspWriter - class javax.servlet.jsp.JspWriter.
 
JspWriter(int, boolean) - Constructor for class javax.servlet.jsp.JspWriter
 

K

keys() - Method in class com.caucho.util.LruCache
Returns the keys stored in the cache
keys() - Method in class com.caucho.es.ESBase
 
keys() - Method in class com.caucho.es.ESObject
 
keys() - Method in class com.caucho.es.ESRegexp
 
keys(Iterator) - Method in class com.caucho.util.LruCache
Returns keys stored in the cache using an old iterator
killCache() - Method in interface com.caucho.server.http.CauchoResponse
 

L

L - Static variable in class com.caucho.vfs.Path
 
L - Static variable in class com.caucho.vfs.JndiPath
 
L - Static variable in class com.caucho.vfs.HttpPath
 
L - Static variable in class com.caucho.naming.AbstractContext
 
l(String) - Method in class com.caucho.util.L10N
 
l(String, Object) - Method in class com.caucho.util.L10N
 
l(String, Object, int) - Method in class com.caucho.util.L10N
 
l(String, Object, Object) - Method in class com.caucho.util.L10N
 
l(String, Object, Object, Object) - Method in class com.caucho.util.L10N
 
L10N - class com.caucho.util.L10N.
Localization
L10N(String) - Constructor for class com.caucho.util.L10N
 
last() - Method in class com.caucho.util.DoubleArray
 
last() - Method in class com.caucho.util.CharCursor
 
last() - Method in class com.caucho.util.IntArray
Returns the last integer in the array.
lastIndexOf(char) - Method in class com.caucho.util.CharSegment
Returns the last index of a character in the CharSegment.
lastIndexOf(char) - Method in class com.caucho.util.CharBuffer
 
lastIndexOf(char, int) - Method in class com.caucho.util.CharSegment
Returns the last index of a character in the CharSegment starting from an offset.
lastIndexOf(char, int) - Method in class com.caucho.util.CharBuffer
 
length - Variable in class com.caucho.util.CharSegment
 
LENGTH - Static variable in class com.caucho.es.ESBeanWrapper
 
length() - Method in class com.caucho.util.CharSegment
Returns the character count of the buffer's contents.
length() - Method in class com.caucho.util.CharBuffer
Returns the character count of the buffer's contents.
length() - Method in class com.caucho.util.ByteBuffer
Returns the buffer length
length() - Method in class com.caucho.util.IntSet
 
length() - Method in class com.caucho.regexp.Regexp
 
lessThan(ESBase, boolean) - Method in class com.caucho.es.ESBase
 
lessThan(ESBase, boolean) - Method in class com.caucho.es.ESNumber
 
lessThan(Object, Object) - Method in class com.caucho.util.Sort
 
Lex - class com.caucho.regexp.Lex.
 
Lex(String) - Constructor for class com.caucho.regexp.Lex
 
LINE_MAP - Static variable in class com.caucho.xsl.TransformerImpl
 
lineMap - Variable in class com.caucho.xsl.StreamTransformerImpl
 
lineMap - Variable in class com.caucho.xsl.NodeTransformerImpl
 
lineMap - Variable in class com.caucho.xsl.StringTransformerImpl
 
list() - Method in class com.caucho.vfs.Path
 
list() - Method in class com.caucho.vfs.JarPath
 
list() - Method in class com.caucho.vfs.MergePath
Should list the merged directories, but not implemented yet.
list() - Method in class com.caucho.vfs.CachePath
 
list() - Method in class com.caucho.vfs.MemoryPath
 
list() - Method in class com.caucho.vfs.FilePath
 
list(Name) - Method in class com.caucho.naming.AbstractContext
 
list(Name) - Method in class com.caucho.naming.PathJndiContext
 
list(String) - Method in class com.caucho.naming.AbstractContext
 
list(String) - Method in class com.caucho.naming.PathJndiContext
 
listBindings(Name) - Method in class com.caucho.naming.AbstractContext
 
listBindings(Name) - Method in class com.caucho.naming.PathJndiContext
 
listBindings(String) - Method in class com.caucho.naming.AbstractContext
 
listBindings(String) - Method in class com.caucho.naming.PathJndiContext
 
listSingle() - Method in class com.caucho.naming.AbstractContext
 
listSingle() - Method in class com.caucho.naming.SchemeContext
 
listSingle() - Method in class com.caucho.naming.MemoryContext
 
loadClass() - Method in class com.caucho.util.DynamicClassLoader.Entry
Loads the class from the loader
loadClass(String, boolean) - Method in class com.caucho.util.DynamicClassLoader
Load a class using this class loader
loadClass(String, boolean, ClassLoader) - Static method in class com.caucho.util.CauchoSystem
Loads a class from a classloader.
loadStylesheet(String) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
Locator - interface org.xml.sax.Locator.
Interface for associating a SAX event with a document location.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated.  
log(String) - Method in class com.caucho.vfs.WriteStream
Logs a line to the stream.
log(String) - Method in class javax.servlet.GenericServlet
Logs an error message in the application's log.
log(String) - Method in interface javax.servlet.ServletContext
Logs a message.
log(String, Throwable) - Method in interface com.caucho.server.http.CauchoApplication
 
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Logs an error message and an exception trace in the application's log.
log(String, Throwable) - Method in interface javax.servlet.ServletContext
Logs a message and a stack trace.
log(Throwable) - Method in class com.caucho.vfs.WriteStream
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.caucho.server.http.AbstractAuthenticator
Logs the user in with any appropriate password.
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in interface com.caucho.server.http.Authenticator
Logs a user in with a user name and a password.
logout(HttpServletRequest) - Method in class com.caucho.server.http.AbstractAuthenticator
Logs the user out from the session.
logout(HttpServletRequest) - Method in interface com.caucho.server.http.Authenticator
Logs the user out from the given request.
LogStream - class com.caucho.vfs.LogStream.
The primary debugging stream in Resin.
lookup() - Static method in class com.caucho.vfs.Pwd
Returns a path for the current directory.
lookup() - Static method in class com.caucho.vfs.Vfs
Returns a path for the current directory.
lookup(Name) - Method in class com.caucho.naming.AbstractContext
 
lookup(Name) - Method in class com.caucho.naming.PathJndiContext
 
lookup(String) - Method in class com.caucho.util.RegistryNode
Returns the node corresponding to the path.
lookup(String) - Static method in class com.caucho.util.Registry
 
lookup(String) - Method in class com.caucho.vfs.Path
Looks up a new path based on the old path.
lookup(String) - Static method in class com.caucho.vfs.Pwd
Returns a new path relative to the current directory.
lookup(String) - Static method in class com.caucho.vfs.Vfs
Returns a new path relative to the current directory.
lookup(String) - Method in class com.caucho.naming.AbstractContext
 
lookup(String) - Method in class com.caucho.naming.PathJndiContext
 
lookup(String, Map) - Method in class com.caucho.vfs.Path
Returns a new path relative to the current one.
lookup(String, Map) - Method in class com.caucho.vfs.NullPath
 
lookup(String, Map) - Static method in class com.caucho.vfs.Pwd
Returns a new path, including attributes.
lookup(String, Map) - Static method in class com.caucho.vfs.Vfs
Returns a new path, including attributes.
lookup(String, Map) - Method in class com.caucho.vfs.HttpPath
Overrides the default lookup to parse the host and port before parsing the path.
lookupLink(Name) - Method in class com.caucho.naming.AbstractContext
 
lookupLink(Name) - Method in class com.caucho.naming.PathJndiContext
 
lookupLink(String) - Method in class com.caucho.naming.AbstractContext
 
lookupLink(String) - Method in class com.caucho.naming.PathJndiContext
 
lookupNative(String) - Method in class com.caucho.vfs.Path
Looks up a path using the local filesystem conventions.
lookupNative(String) - Static method in class com.caucho.vfs.Pwd
Returns a path using the native filesystem conventions.
lookupNative(String) - Static method in class com.caucho.vfs.Vfs
Returns a path using the native filesystem conventions.
lookupNative(String, Map) - Method in class com.caucho.vfs.Path
Looks up a native path, adding attributes.
lookupNative(String, Map) - Static method in class com.caucho.vfs.Pwd
Returns a native filesystem path with attributes.
lookupNative(String, Map) - Static method in class com.caucho.vfs.Vfs
Returns a native filesystem path with attributes.
lookupSingle(String) - Method in class com.caucho.naming.AbstractContext
 
lookupSingle(String) - Method in class com.caucho.naming.SchemeContext
 
lookupSingle(String) - Method in class com.caucho.naming.MemoryContext
 
LooseHtml - class com.caucho.xml.LooseHtml.
A forgiving HTML parser interface.
LooseHtml() - Constructor for class com.caucho.xml.LooseHtml
Create a new forgiving HTML parser
LooseHtmlDocumentBuilderFactory - class com.caucho.xml.parsers.LooseHtmlDocumentBuilderFactory.
JAXP document builder factory for strict XML parsing.
LooseHtmlDocumentBuilderFactory() - Constructor for class com.caucho.xml.parsers.LooseHtmlDocumentBuilderFactory
 
LooseHtmlSAXParserFactory - class com.caucho.xml.parsers.LooseHtmlSAXParserFactory.
JAXP SAX parser factory for loose HTML parsing.
LooseHtmlSAXParserFactory() - Constructor for class com.caucho.xml.parsers.LooseHtmlSAXParserFactory
 
LooseXml - class com.caucho.xml.LooseXml.
Loose XML parser interface.
LooseXml() - Constructor for class com.caucho.xml.LooseXml
Create a new LooseXml parser.
LooseXmlDocumentBuilderFactory - class com.caucho.xml.parsers.LooseXmlDocumentBuilderFactory.
JAXP document builder factory for strict XML parsing.
LooseXmlDocumentBuilderFactory() - Constructor for class com.caucho.xml.parsers.LooseXmlDocumentBuilderFactory
 
LooseXmlSAXParserFactory - class com.caucho.xml.parsers.LooseXmlSAXParserFactory.
JAXP SAX parser factory for loose XML parsing.
LooseXmlSAXParserFactory() - Constructor for class com.caucho.xml.parsers.LooseXmlSAXParserFactory
 
LruCache - class com.caucho.util.LruCache.
Fixed length cache with a LRU replacement policy.
LruCache(int) - Constructor for class com.caucho.util.LruCache
Create the LRU cache with a specific capacity.

M

MailtoPath - class com.caucho.vfs.MailtoPath.
The mailto: scheme sends mail using the SMTP protocol.
main(String[]) - Static method in class com.caucho.es.Resin
 
main(String[]) - Static method in class com.caucho.xsl.Xsl
 
main(String[]) - Static method in class com.caucho.server.http.SingleRequestServer
The main start of the web server.
main(String[]) - Static method in class com.caucho.server.http.RunnerServer
The main start of the web server.
main(String[]) - Static method in class com.caucho.server.http.HttpServer
The main start of the web server.
main(String[], boolean) - Static method in class com.caucho.server.http.ResinServer
The main start of the web server.
makeAll() - Method in class com.caucho.util.DynamicClassLoader
Makes any changed classes for the virtual class loader.
makeAllInt() - Method in class com.caucho.util.DynamicClassLoader
Makes any changed classes for this specific class loader.
match(String) - Method in class com.caucho.regexp.Regexp
 
matches(Object) - Method in class com.caucho.util.CharSegment
 
matches(String) - Method in class com.caucho.util.CharSegment
Returns true if the charSegment matches the string.
matchesIgnoreCase(String) - Method in class com.caucho.util.CharSegment
Returns true if the CharSegment matches the string, ignoring the case.
matchException(ESBase, Exception) - Static method in class com.caucho.es.Call
 
MemoryContext - class com.caucho.naming.MemoryContext.
 
MemoryContext() - Constructor for class com.caucho.naming.MemoryContext
 
MemoryContext(Hashtable) - Constructor for class com.caucho.naming.MemoryContext
 
MemoryContext(MemoryContext, String) - Constructor for class com.caucho.naming.MemoryContext
 
MemoryPath - class com.caucho.vfs.MemoryPath.
 
MemoryPath.MemoryStream - class com.caucho.vfs.MemoryPath.MemoryStream.
 
MemoryPath() - Constructor for class com.caucho.vfs.MemoryPath
 
MemoryPath(FilesystemPath, String, Map, String) - Constructor for class com.caucho.vfs.MemoryPath
 
MemoryStream - class com.caucho.vfs.MemoryStream.
 
MemoryStream() - Constructor for class com.caucho.vfs.MemoryStream
 
MergePath - class com.caucho.vfs.MergePath.
A merging of several Paths used like a CLASSPATH.
MergePath() - Constructor for class com.caucho.vfs.MergePath
Creates a new merge path.
methodDispatch - Variable in class com.caucho.es.ESBeanWrapper
 
methods - Variable in class com.caucho.es.ESBeanWrapper
 
MILLISECOND - Static variable in class com.caucho.util.QDate
 
MINUTE - Static variable in class com.caucho.util.QDate
 
mkdir() - Method in class com.caucho.vfs.Path
Creates the directory named by this path.
mkdir() - Method in class com.caucho.vfs.MergePath
XXX: Probably should mkdir in the first path
mkdir() - Method in class com.caucho.vfs.CachePath
 
mkdir() - Method in class com.caucho.vfs.MemoryPath
 
mkdir() - Method in class com.caucho.vfs.JndiPath
Create a new subcontext
mkdir() - Method in class com.caucho.vfs.FilePath
 
mkdirs() - Method in class com.caucho.vfs.Path
Creates the directory named by this path and any parent directories.
mkdirs() - Method in class com.caucho.vfs.MergePath
XXX: Probably should mkdir in the first path
mkdirs() - Method in class com.caucho.vfs.CachePath
 
mkdirs() - Method in class com.caucho.vfs.MemoryPath
 
mkdirs() - Method in class com.caucho.vfs.FilePath
 
MONTH - Static variable in class com.caucho.util.QDate
 
multiNumber(XslWriter, Node, Env, Pattern, Pattern, XslNumberFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
multiNumberJs(XslWriter, Node, Env, int, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
MultipartStream - class com.caucho.vfs.MultipartStream.
 
MultipartStream() - Constructor for class com.caucho.vfs.MultipartStream
 
MultipartStream(ReadStream, String) - Constructor for class com.caucho.vfs.MultipartStream
 

N

n - Variable in class com.caucho.es.ESClosure
 
n - Variable in class com.caucho.es.ESBeanWrapper
 
name - Variable in class com.caucho.es.ESClosure
 
name - Variable in class com.caucho.es.ESBeanWrapper
 
NamedNodeMap - interface org.w3c.dom.NamedNodeMap.
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NAMESPACE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NamespaceContext - class com.caucho.xpath.NamespaceContext.
 
NamespaceContext(NamespaceContext, String, String) - Constructor for class com.caucho.xpath.NamespaceContext
 
NaN - Static variable in class com.caucho.es.ESNumber
 
nativeSQL(String) - Method in class com.caucho.sql.QPooledConnection
Calls the nativeSQL method for the connection.
negate() - Method in class com.caucho.util.IntSet
Negate the set
negate(int, int) - Method in class com.caucho.util.IntSet
Negate the set within a universe
NESTED - Static variable in class javax.servlet.jsp.tagext.VariableInfo
Constant for nested scope.
neverModified - Variable in class com.caucho.jsp.Page
 
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Returns a new Document
newDocumentBuilder() - Method in class com.caucho.xml.parsers.HtmlDocumentBuilderFactory
Creates a new SAX Parser
newDocumentBuilder() - Method in class com.caucho.xml.parsers.LooseXmlDocumentBuilderFactory
Creates a new SAX Parser
newDocumentBuilder() - Method in class com.caucho.xml.parsers.LooseHtmlDocumentBuilderFactory
Creates a new SAX Parser
newDocumentBuilder() - Method in class com.caucho.xml.parsers.XmlDocumentBuilderFactory
Creates a new SAX Parser
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new DocumentBuilder()
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new DocumentBuilderFactory instance based on the javax.xml.parsers.DocumentBuilderFactory system property.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Returns a new SAXParserFactory instance based on the javax.xml.parsers.SAXParserFactory system property.
newLine() - Method in class com.caucho.jsp.QBodyContent
 
newLine() - Method in class javax.servlet.jsp.JspWriter
 
newNodeTransformer() - Method in class com.caucho.xsl.AbstractStylesheet
Creates a new node transformer.
newNodeTransformer() - Method in interface com.caucho.transform.Stylesheet
Creates a transformer to create DOM nodes.
newSAXParser() - Method in class com.caucho.xml.parsers.LooseXmlSAXParserFactory
Creates a new SAX Parser
newSAXParser() - Method in class com.caucho.xml.parsers.LooseHtmlSAXParserFactory
Creates a new SAX Parser
newSAXParser() - Method in class com.caucho.xml.parsers.XmlSAXParserFactory
Creates a new SAX Parser
newSAXParser() - Method in class com.caucho.xml.parsers.HtmlSAXParserFactory
Creates a new SAX Parser
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Creates a new SAXParser()
newSAXTransformer() - Method in class com.caucho.xsl.AbstractStylesheet
Creates a new SAX transformer.
newSAXTransformer() - Method in interface com.caucho.transform.Stylesheet
Creates a transformer to create SAX events.
newScope(ESString, int) - Method in class com.caucho.es.Call
 
newScope(ESString, int, ESBase) - Method in class com.caucho.es.Call
 
newScope(ESString, int, ESBase, ESBase) - Method in class com.caucho.es.Call
 
newScope(ESString, int, ESBase, ESBase, ESBase, int) - Method in class com.caucho.es.Call
 
newStreamTransformer() - Method in class com.caucho.xsl.AbstractStylesheet
Creates a new stream transformer.
newStreamTransformer() - Method in interface com.caucho.transform.Stylesheet
Creates a transformer to write to an output stream.
newStringTransformer() - Method in class com.caucho.xsl.AbstractStylesheet
Creates a new string transformer.
newStringTransformer() - Method in interface com.caucho.transform.Stylesheet
Creates a transformer to create strings.
newStylesheet(Document) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
newStylesheet(Document) - Method in interface com.caucho.transform.StylesheetFactory
Create a stylesheet based on a DOM document.
newStylesheet(InputStream) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
newStylesheet(InputStream) - Method in class com.caucho.xsl.StyleScript
Creates a new stylesheet based on the StyleScript
newStylesheet(InputStream) - Method in class com.caucho.xsl.Xsl
Create a new stylesheet from an input stream.
newStylesheet(InputStream) - Method in interface com.caucho.transform.StylesheetFactory
Create a stylesheet the input stream as a source.
newStylesheet(Path) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
newStylesheet(String) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Loads a stylesheet from a named file
newStylesheet(String) - Method in interface com.caucho.transform.StylesheetFactory
Create the named stylesheet.
next - Variable in class com.caucho.util.Slist
 
next - Variable in class com.caucho.vfs.StreamFilter
 
next() - Method in class com.caucho.util.NullIterator
 
next() - Method in class com.caucho.util.CharCursor
 
next() - Method in class com.caucho.util.EnumIterator
 
next() - Method in class com.caucho.util.StringCharCursor
reads a character from the cursor
next() - Method in class com.caucho.naming.QBindingEnumeration
 
next() - Method in class com.caucho.naming.QNameClassEnumeration
 
nextElement() - Method in class com.caucho.util.NullEnumeration
 
nextElement() - Method in class com.caucho.naming.QBindingEnumeration
 
nextElement() - Method in class com.caucho.naming.QNameClassEnumeration
 
nextIndex() - Method in class com.caucho.util.NullIterator
 
NO_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
 
NO_DATA_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
If data is specified for a node which does not support data
NO_MODIFICATION_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed
Node - interface org.w3c.dom.Node.
The Node interface is the primary datatype for the entire Document Object Model.
NodeList - interface org.w3c.dom.NodeList.
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NodeTransformer - interface com.caucho.transform.NodeTransformer.
Transforms the input to a result node.
NodeTransformerImpl - class com.caucho.xsl.NodeTransformerImpl.
 
normalize() - Method in interface org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalizePath(CharBuffer, String, String, int, char) - Static method in class com.caucho.vfs.FilesystemPath
Normalizes a filesystemPath path.
normalizePath(String, String, int, char) - Static method in class com.caucho.vfs.FilesystemPath
wrapper for the real normalize path routine to use CharBuffer.
NOT_FOUND_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to reference a node in a context where it does not exist
NOT_SUPPORTED_ERR - Static variable in class org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.
Notation - interface org.w3c.dom.Notation.
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
The node is a Notation.
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
NULL - Static variable in class com.caucho.util.IntMap
Encoding of a null entry.
NullAuthenticator - class com.caucho.server.http.NullAuthenticator.
 
NullAuthenticator() - Constructor for class com.caucho.server.http.NullAuthenticator
 
NullEnumeration - class com.caucho.util.NullEnumeration.
A null iterator
NullIterator - class com.caucho.util.NullIterator.
A null iterator
NullIterator() - Constructor for class com.caucho.util.NullIterator
 
NullPath - class com.caucho.vfs.NullPath.
 
NullPath(String) - Constructor for class com.caucho.vfs.NullPath
 

O

offset - Variable in class com.caucho.util.CharSegment
 
ONE - Static variable in class com.caucho.es.ESNumber
 
open(String) - Static method in class com.caucho.vfs.StringStream
 
open(String) - Static method in class com.caucho.vfs.LogStream
Create a new stream based on the logId.
openAppend() - Method in class com.caucho.vfs.Path
Opens a resin stream for appending.
openAppend(String) - Static method in class com.caucho.vfs.Vfs
 
openAppendImpl() - Method in class com.caucho.vfs.Path
 
openAppendImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for appending.
openAppendImpl() - Method in class com.caucho.vfs.CachePath
 
openAppendImpl() - Method in class com.caucho.vfs.MemoryPath
 
openAppendImpl() - Method in class com.caucho.vfs.FilePath
 
openRead() - Method in class com.caucho.vfs.MemoryStream
 
openRead() - Method in class com.caucho.vfs.MultipartStream
Opens the next part of the multipart/mime stream for reading.
openRead() - Method in class com.caucho.vfs.Path
Opens a resin ReadStream for reading.
openRead() - Method in class com.caucho.vfs.TempStream
 
openRead(boolean) - Method in class com.caucho.vfs.TempStream
 
openRead(InputStream) - Static method in class com.caucho.vfs.Vfs
Creates new ReadStream from an InputStream
openRead(InputStream) - Static method in class com.caucho.vfs.VfsStream
 
openRead(InputStream, WriteStream) - Static method in class com.caucho.vfs.Vfs
 
openRead(InputStream, WriteStream) - Static method in class com.caucho.vfs.VfsStream
 
openRead(Reader) - Static method in class com.caucho.vfs.Vfs
Creates a ReadStream from a Reader
openRead(ReadStream) - Method in class com.caucho.vfs.TempStream
 
openRead(String) - Static method in class com.caucho.vfs.Vfs
Create a ReadStream from a string.
openReadImpl() - Method in class com.caucho.vfs.Path
 
openReadImpl() - Method in class com.caucho.vfs.JarPath
 
openReadImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for reading.
openReadImpl() - Method in class com.caucho.vfs.CachePath
Opens a read stream to the path.
openReadImpl() - Method in class com.caucho.vfs.MemoryPath
 
openReadImpl() - Method in class com.caucho.vfs.FilePath
 
openReadImpl() - Method in class com.caucho.vfs.HttpPath
Returns a read stream for a GET request.
openReadImpl() - Method in class com.caucho.vfs.TcpPath
 
openReadWrite() - Method in class com.caucho.vfs.Path
Opens a resin ReadWritePair for reading and writing.
openReadWrite(InputStream, OutputStream) - Static method in class com.caucho.vfs.Vfs
 
openReadWrite(InputStream, OutputStream) - Static method in class com.caucho.vfs.VfsStream
 
openReadWriteImpl() - Method in class com.caucho.vfs.Path
 
openReadWriteImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for reading and writing.
openReadWriteImpl() - Method in class com.caucho.vfs.CachePath
 
openReadWriteImpl() - Method in class com.caucho.vfs.FilePath
 
openReadWriteImpl() - Method in class com.caucho.vfs.HttpPath
Returns a read/write pair for a POST request.
openReadWriteImpl() - Method in class com.caucho.vfs.TcpPath
 
openString(String) - Static method in class com.caucho.vfs.Vfs
 
openWrite() - Method in class com.caucho.vfs.Path
Opens a resin WriteStream for writing.
openWrite() - Method in class com.caucho.vfs.TempStream
 
openWrite() - Method in class com.caucho.vfs.StringWriter
Opens a write stream using this StringWriter as the resulting string
openWrite(CharBuffer) - Static method in class com.caucho.vfs.Vfs
Creates a write stream to a CharBuffer.
openWrite(OutputStream) - Static method in class com.caucho.vfs.Vfs
 
openWrite(OutputStream) - Static method in class com.caucho.vfs.VfsStream
 
openWrite(String) - Static method in class com.caucho.vfs.Vfs
 
openWrite(Writer) - Static method in class com.caucho.vfs.Vfs
 
openWriteImpl() - Method in class com.caucho.vfs.Path
 
openWriteImpl() - Method in class com.caucho.vfs.MailtoPath
Implementation to open a WriteStream.
openWriteImpl() - Method in class com.caucho.vfs.MergePath
Opens the best path for writing.
openWriteImpl() - Method in class com.caucho.vfs.CachePath
 
openWriteImpl() - Method in class com.caucho.vfs.MemoryPath
 
openWriteImpl() - Method in class com.caucho.vfs.FilePath
 
org.w3c.dom - package org.w3c.dom
W3C Standard Document Object Model 2.0
org.xml.sax - package org.xml.sax
SAX 2.0 callback parsing API.
OUT - Static variable in class javax.servlet.jsp.PageContext
 
OutputFormat - class com.caucho.transform.OutputFormat.
Encapsulates the xsl:output attributes.
OutputFormat() - Constructor for class com.caucho.transform.OutputFormat
 

P

Page - class com.caucho.jsp.Page.
Represents a compiled JSP page.
PAGE - Static variable in class javax.servlet.jsp.PageContext
 
PAGE_SCOPE - Static variable in class javax.servlet.jsp.PageContext
 
Page() - Constructor for class com.caucho.jsp.Page
 
pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
 
PageContext - class javax.servlet.jsp.PageContext.
 
PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
 
PageContext() - Constructor for class javax.servlet.jsp.PageContext
 
PageManager - class com.caucho.jsp.PageManager.
Parent template manager for both JspManager and XtpManager.
parameters - Variable in class com.caucho.xsl.TransformerImpl
 
params - Variable in class com.caucho.server.http.AbstractAuthenticator
 
parse(File) - Method in class javax.xml.parsers.DocumentBuilder
Parse given a File
parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse given a File
parse(InputSource) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a SAX InputSource
parse(InputSource) - Method in class com.caucho.xsl.SAXTransformerImpl
Transforms the input stream as an XML document to SAX events.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document.
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
Parse given an input source
parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse given an input source
parse(InputStream) - Method in class com.caucho.xml.AbstractParser
SAX parsing from an InputStream
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Parse the given input stream
parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the given input stream
parse(Path) - Static method in class com.caucho.util.Registry
Parses a registry tree from a file.
parse(Path) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a VFS path
parse(ReadStream) - Static method in class com.caucho.util.Registry
Parses a registry tree from a file.
parse(String) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a file path
parse(String) - Method in class com.caucho.xsl.SAXTransformerImpl
Transforms the input document specified by the file to SAX events.
parse(String) - Method in class com.caucho.naming.QNameParser
 
parse(String) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document from a system identifier (URI).
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - Method in class javax.xml.parsers.DocumentBuilder
Parse given a path name
parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse given a path name
parseDate(String) - Method in class com.caucho.util.QDate
 
parseDateToGMT(String) - Method in class com.caucho.util.QDate
 
parseDocument(InputSource) - Method in class com.caucho.xml.AbstractParser
Parses a document from a SAX InputSource
parseDocument(InputStream) - Method in class com.caucho.xml.AbstractParser
Parses an input stream into a DOM document
parseDocument(InputStream) - Method in class com.caucho.xsl.TransformerImpl
 
parseDocument(Path) - Method in class com.caucho.xml.AbstractParser
Parses a document from a VFS path
parseDocument(String) - Method in class com.caucho.xml.AbstractParser
Parses a document from system path.
parseDocument(String) - Method in class com.caucho.xsl.TransformerImpl
 
parseDocumentString(String) - Method in class com.caucho.xml.AbstractParser
Parses a string into a DOM document
parseExpr(String) - Static method in class com.caucho.xpath.XPath
Parses an XPath expression for later evaluation.
parseExpr(String, NamespaceContext) - Static method in class com.caucho.xpath.XPath
Parses an XPath expression for later evaluation.
parseExpr(String, NamespaceContext, Pattern) - Static method in class com.caucho.xpath.XPath
Parses an XPath expression for later evaluation.
parseFirst(String) - Method in class com.caucho.naming.AbstractContext
 
parseFirst(String) - Method in class com.caucho.naming.SchemeContext
 
parseFirst(String) - Method in class com.caucho.naming.MemoryContext
 
parseMatch(String) - Static method in class com.caucho.xpath.XPath
Create a node match pattern.
parseMatch(String, NamespaceContext) - Static method in class com.caucho.xpath.XPath
Create a node match pattern.
parsePostData(int, ServletInputStream) - Static method in class javax.servlet.http.HttpUtils
Parses POST data using www-form-urlencoding
parseQueryString(String) - Static method in class javax.servlet.http.HttpUtils
Converts a queryString to a hashtable.
Parser - interface org.xml.sax.Parser.
Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
 
ParserConfigurationException() - Constructor for class javax.xml.parsers.ParserConfigurationException
Creates a new exception with no message
ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
Creates a new error with the given message
parseRest(String) - Method in class com.caucho.naming.AbstractContext
 
parseRest(String) - Method in class com.caucho.naming.SchemeContext
 
parseRest(String) - Method in class com.caucho.naming.MemoryContext
 
parseSelect(String) - Static method in class com.caucho.xpath.XPath
Create a node selection pattern.
parseSelect(String, NamespaceContext) - Static method in class com.caucho.xpath.XPath
Create a node selection pattern.
parseString(String) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a string.
parseStringDocument(String) - Method in class com.caucho.xsl.TransformerImpl
 
path - Variable in class com.caucho.vfs.StreamImpl
 
path - Variable in class com.caucho.naming.MemoryContext
 
Path - class com.caucho.vfs.Path.
A virtual filesystem path, essentially represented by a URL.
Path(Path) - Constructor for class com.caucho.vfs.Path
Creates a new Path object.
PathJndiContext - class com.caucho.naming.PathJndiContext.
 
PathJndiContext(Path) - Constructor for class com.caucho.naming.PathJndiContext
 
pathname - Variable in class com.caucho.vfs.FilesystemPath
 
Pattern - class com.caucho.xpath.Pattern.
A node selection pattern.
patterns - Variable in class com.caucho.xsl.JavaStylesheet
 
PingThread - class com.caucho.server.http.PingThread.
A thread to restart the Resin server if it fails for some reason.
PingThread() - Constructor for class com.caucho.server.http.PingThread
 
PipeStream - class com.caucho.vfs.PipeStream.
Stream allowing two threads to read and write to each other.
plus(ESBase) - Method in class com.caucho.es.ESBase
 
plus(ESBase) - Method in class com.caucho.es.ESString
 
plus(ESBase) - Method in class com.caucho.es.ESNumber
 
pop() - Method in class com.caucho.util.DoubleArray
 
pop() - Method in class com.caucho.util.IntArray
Pops the value off the end of the array.
popAttribute() - Method in class com.caucho.xsl.XslWriter
Sets the attribute value to the current text, and sets the current node to the parent.
popBody() - Method in class com.caucho.jsp.QPageContext
 
popBody() - Method in class javax.servlet.jsp.PageContext
Internal routine to support BodyTags.
popBodyHack() - Method in class com.caucho.jsp.QPageContext
 
popComment() - Method in class com.caucho.xsl.XslWriter
Sets the comment data to the current text, and sets the current to the the parent.
popCopy(Node) - Method in class com.caucho.xsl.XslWriter
Pops the copy.
popElement() - Method in class com.caucho.xsl.XslWriter
 
popElement(XslWriter, String, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
popFragment(XMLWriter) - Method in class com.caucho.xsl.XslWriter
Returns the generated fragment.
popPi(String) - Method in class com.caucho.xsl.XslWriter
Sets the PI data to the current text, and sets the current node to the parent.
popScope() - Method in class com.caucho.es.Call
 
popScope(Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
popText() - Method in class com.caucho.xsl.XslWriter
Pop the accumulated text to the DOM.
popVars(int) - Method in class com.caucho.xpath.Env
Pops the last count vars from the local stack.
port - Variable in class com.caucho.vfs.HttpPath
 
port - Variable in class com.caucho.vfs.TcpPath
 
prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
prepare(Xid) - Method in class com.caucho.sql.QPooledConnection
Vote using phase-1 of the 2-phase commit.
prepareCall(String) - Method in class com.caucho.sql.QPooledConnection
 
prepareCall(String, int, int) - Method in class com.caucho.sql.QPooledConnection
 
prepareStatement(String) - Method in class com.caucho.sql.QPooledConnection
 
prepareStatement(String, int, int) - Method in class com.caucho.sql.QPooledConnection
 
prev() - Method in class com.caucho.util.CharCursor
 
previous() - Method in class com.caucho.util.NullIterator
 
previous() - Method in class com.caucho.util.CharCursor
 
previous() - Method in class com.caucho.util.StringCharCursor
reads a character from the cursor
previousIndex() - Method in class com.caucho.util.NullIterator
 
print(boolean) - Method in class com.caucho.vfs.WriteStream
Prints a boolean.
print(boolean) - Method in class com.caucho.jsp.QBodyContent
 
print(boolean) - Method in class com.caucho.xsl.XslWriter
Adds a boolean to the current text node.
print(boolean) - Method in class javax.servlet.ServletOutputStream
Prints a boolean value to output.
print(boolean) - Method in class javax.servlet.jsp.JspWriter
 
print(char) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(char) - Method in class com.caucho.jsp.QBodyContent
 
print(char) - Method in class com.caucho.xsl.XslWriter
Adds a character to the current text node.
print(char) - Method in class javax.servlet.ServletOutputStream
Prints a character to the output.
print(char) - Method in class javax.servlet.jsp.JspWriter
 
print(char[]) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(char[]) - Method in class com.caucho.jsp.QBodyContent
 
print(char[]) - Method in class javax.servlet.jsp.JspWriter
 
print(char[], int, int) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(CharBuffer) - Method in interface com.caucho.util.CharBufferWriter
 
print(double) - Method in class com.caucho.vfs.WriteStream
Prints an double
print(double) - Method in class com.caucho.jsp.QBodyContent
 
print(double) - Method in class com.caucho.xsl.XslWriter
Adds a double to the current text node.
print(double) - Method in class javax.servlet.ServletOutputStream
Prints a double to the output.
print(double) - Method in class javax.servlet.jsp.JspWriter
 
print(float) - Method in class com.caucho.vfs.WriteStream
Prints a float.
print(float) - Method in class com.caucho.jsp.QBodyContent
 
print(float) - Method in class com.caucho.xsl.XslWriter
Adds a float to the current text node.
print(float) - Method in class javax.servlet.ServletOutputStream
Prints a float to the output.
print(float) - Method in class javax.servlet.jsp.JspWriter
 
print(int) - Method in class com.caucho.util.ByteBuffer
 
print(int) - Method in class com.caucho.vfs.WriteStream
Prints an integer.
print(int) - Method in class com.caucho.jsp.QBodyContent
 
print(int) - Method in class com.caucho.xsl.XslWriter
Adds an integer to the current text node.
print(int) - Method in class javax.servlet.ServletOutputStream
Prints an integer to the output.
print(int) - Method in class javax.servlet.jsp.JspWriter
 
print(long) - Method in class com.caucho.vfs.WriteStream
Prints a long.
print(long) - Method in class com.caucho.jsp.QBodyContent
 
print(long) - Method in class com.caucho.xsl.XslWriter
Adds an integer to the current text node.
print(long) - Method in class javax.servlet.ServletOutputStream
Prints a long to the output.
print(long) - Method in class javax.servlet.jsp.JspWriter
 
print(Node) - Method in class com.caucho.xml.XmlPrinter
 
print(Object) - Method in class com.caucho.vfs.WriteStream
Prints a double, converted by String.valueOf()
print(Object) - Method in class com.caucho.jsp.QBodyContent
 
print(Object) - Method in class com.caucho.xsl.XslWriter
Adds an object to the current text node, converted by String.valueOf.
print(Object) - Method in class javax.servlet.jsp.JspWriter
 
print(String) - Method in class com.caucho.vfs.WriteStream
Prints a string.
print(String) - Method in class com.caucho.jsp.QBodyContent
 
print(String) - Method in class com.caucho.xsl.XslWriter
Adds a string to the current text node.
print(String) - Method in class javax.servlet.ServletOutputStream
Prints a string to the stream.
print(String) - Method in class javax.servlet.jsp.JspWriter
 
print(String, int, int) - Method in class com.caucho.vfs.WriteStream
Prints a substring.
print(WriteStream) - Method in class com.caucho.util.RegistryNode
 
print(WriteStream) - Method in interface com.caucho.vfs.VfsWriteObject
 
print(WriteStream) - Method in interface com.caucho.xml.CauchoNode
Prints the node to a stream
print(WriteStream) - Method in class com.caucho.es.ESNumber
 
printDate() - Method in class com.caucho.util.QDate
 
printDate(CharBuffer) - Method in class com.caucho.util.QDate
 
printDate(WriteStream) - Method in class com.caucho.util.QDate
 
printESStackTrace() - Method in class com.caucho.es.ESException
 
printESStackTrace(OutputStream) - Method in class com.caucho.es.ESException
 
printESStackTrace(PrintWriter) - Method in class com.caucho.es.ESException
 
printExpr(XslWriter, Node, Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
printf(int) - Method in class com.caucho.es.Call
 
printHtml(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node as HTML
printHtml(OutputStream, Node) - Static method in class com.caucho.xml.XmlPrinter
Prints the node as HTML
printHtml(WriteStream) - Method in interface com.caucho.xml.CauchoNode
Prints the node as html to a stream
printISO8601() - Method in class com.caucho.util.QDate
 
printISO8601Date() - Method in class com.caucho.util.QDate
 
println() - Method in class com.caucho.vfs.WriteStream
Prints a newline
println() - Method in class com.caucho.jsp.QBodyContent
 
println() - Method in class com.caucho.xsl.XslWriter
Adds a newline to the current text node.
println() - Method in class javax.servlet.ServletOutputStream
Prints a newline to the output.
println() - Method in class javax.servlet.jsp.JspWriter
 
println(boolean) - Method in class com.caucho.vfs.WriteStream
Prints a boolean followed by a newline.
println(boolean) - Method in class com.caucho.jsp.QBodyContent
 
println(boolean) - Method in class com.caucho.xsl.XslWriter
Adds a boolean to the current text node.
println(boolean) - Method in class javax.servlet.ServletOutputStream
Prints a boolean to the output, followed by a newline.
println(boolean) - Method in class javax.servlet.jsp.JspWriter
 
println(char) - Method in class com.caucho.vfs.WriteStream
Prints a char followed by a newline.
println(char) - Method in class com.caucho.jsp.QBodyContent
 
println(char) - Method in class com.caucho.xsl.XslWriter
Adds a character to the current text node.
println(char) - Method in class javax.servlet.ServletOutputStream
Prints a character to the output, followed by a newline.
println(char) - Method in class javax.servlet.jsp.JspWriter
 
println(char[]) - Method in class com.caucho.jsp.QBodyContent
 
println(char[]) - Method in class javax.servlet.jsp.JspWriter
 
println(char[], int, int) - Method in class com.caucho.vfs.WriteStream
Prints a character buffer followed by a newline.
println(double) - Method in class com.caucho.vfs.WriteStream
Prints a double followed by a newline.
println(double) - Method in class com.caucho.jsp.QBodyContent
 
println(double) - Method in class com.caucho.xsl.XslWriter
Adds a double to the current text node.
println(double) - Method in class javax.servlet.ServletOutputStream
Prints a double to the output, followed by a newline.
println(double) - Method in class javax.servlet.jsp.JspWriter
 
println(float) - Method in class com.caucho.vfs.WriteStream
Prints a float followed by a newline.
println(float) - Method in class com.caucho.jsp.QBodyContent
 
println(float) - Method in class com.caucho.xsl.XslWriter
Adds a float to the current text node.
println(float) - Method in class javax.servlet.ServletOutputStream
Prints a float to the output, followed by a newline.
println(float) - Method in class javax.servlet.jsp.JspWriter
 
println(int) - Method in class com.caucho.vfs.WriteStream
Prints an integer followed by a newline.
println(int) - Method in class com.caucho.jsp.QBodyContent
 
println(int) - Method in class com.caucho.xsl.XslWriter
Adds an integer to the current text node.
println(int) - Method in class javax.servlet.ServletOutputStream
Prints an integer to the output, followed by a newline.
println(int) - Method in class javax.servlet.jsp.JspWriter
 
println(long) - Method in class com.caucho.vfs.WriteStream
Prints a long followed by a newline.
println(long) - Method in class com.caucho.jsp.QBodyContent
 
println(long) - Method in class com.caucho.xsl.XslWriter
Adds a long to the current text node.
println(long) - Method in class javax.servlet.ServletOutputStream
Prints a long to the output, followed by a newline.
println(long) - Method in class javax.servlet.jsp.JspWriter
 
println(Object) - Method in class com.caucho.vfs.WriteStream
Prints an object, converted to a string, followed by a newline.
println(Object) - Method in class com.caucho.jsp.QBodyContent
 
println(Object) - Method in class com.caucho.xsl.XslWriter
Adds an object to the current text node, converted by String.valueOf.
println(Object) - Method in class javax.servlet.jsp.JspWriter
 
println(String) - Method in class com.caucho.vfs.WriteStream
Prints a string buffer followed by a newline.
println(String) - Method in class com.caucho.jsp.QBodyContent
 
println(String) - Method in class com.caucho.xsl.XslWriter
Adds a string to the current text node.
println(String) - Method in class javax.servlet.ServletOutputStream
Prints a string to the output, followed by a newline.
println(String) - Method in class javax.servlet.jsp.JspWriter
 
printLocaleDate() - Method in class com.caucho.util.QDate
 
printNode(Node) - Method in class com.caucho.xml.XmlPrinter
 
printPretty(WriteStream) - Method in interface com.caucho.xml.CauchoNode
Pretty-prints the node to a stream
printPrettyXml(Node) - Method in class com.caucho.xml.XmlPrinter
 
printPrettyXml(OutputStream, Node) - Static method in class com.caucho.xml.XmlPrinter
Prints the node as indented HTML
printStackTrace() - Method in class com.caucho.es.ESWrapperException
 
printStackTrace() - Method in class com.caucho.xsl.XslParseException
 
printStackTrace(PrintStream) - Method in class com.caucho.es.ESWrapperException
 
printStackTrace(PrintStream) - Method in class com.caucho.xsl.XslParseException
 
printStackTrace(PrintWriter) - Method in class com.caucho.es.ESWrapperException
 
printStackTrace(PrintWriter) - Method in class com.caucho.xsl.XslParseException
 
printString(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node as XML to a string.
printValue(XslWriter, Node) - Method in class com.caucho.xsl.StylesheetImpl
 
printXml(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node as XML.
printXml(OutputStream, Node) - Static method in class com.caucho.xml.XmlPrinter
Prints the node as XML.
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction.
ProcessingInstruction - interface org.w3c.dom.ProcessingInstruction.
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
processingInstruction(String, String) - Method in class com.caucho.xml.SAXBuilder
 
processingInstruction(String, String) - Method in class com.caucho.xml.DOMBuilder
 
processingInstruction(String, String) - Method in class com.caucho.xml.XmlPrinter
Prints a processing instruction
processingInstruction(String, String) - Method in interface com.caucho.xml.XMLWriter
 
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of a processing instruction.
properties - Variable in class com.caucho.xsl.TransformerImpl
 
PROPERTY_PASSWORD - Static variable in class com.caucho.sql.DBPool
The key used to look into the properties passed to the connect method to find the password.
PROPERTY_USER - Static variable in class com.caucho.sql.DBPool
The key used to look into the properties passed to the connect method to find the username.
pushAttribute(String) - Method in class com.caucho.xsl.XslWriter
Adds a new attribute with the given name to the current node, making the attribute the current node.
pushAttribute(String, NamespaceContext) - Method in class com.caucho.xsl.XslWriter
Adds a new attribute with the given name to the current node, making the attribute the current node.
pushAttribute(String, String, String) - Method in class com.caucho.xsl.XslWriter
Adds a namespace-aware attribute to the current node, making the new attribute the current node.
pushAttribute(XslWriter, String, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
pushAttributeNs(String, String) - Method in class com.caucho.xsl.XslWriter
Adds a new attribute to the current node, making the new attribute the current node.
pushBody() - Method in class com.caucho.jsp.QPageContext
 
pushBody() - Method in class javax.servlet.jsp.PageContext
Internal routine to support BodyTags.
pushComment() - Method in class com.caucho.xsl.XslWriter
Adds an empty comment to the current node, making the attribute the current node.
pushCopy(Node) - Method in class com.caucho.xsl.XslWriter
Copies the node without attributes or children.
pushElement(String) - Method in class com.caucho.xsl.XslWriter
Adds a new element to the current node, making the new element the current node.
pushElement(String, NamespaceContext) - Method in class com.caucho.xsl.XslWriter
Adds a new element to the current node, making the new element the current node.
pushElement(String, String, String, String) - Method in class com.caucho.xsl.XslWriter
Adds a namespace-aware element to the current node, making the new element the current node.
pushElement(XslWriter, String, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
pushElementNs(String, String) - Method in class com.caucho.xsl.XslWriter
Adds a new element to the current node, making the new element the current node.
pushFilter(StreamFilter) - Method in class com.caucho.vfs.WriteStream
Pushes a filter on the top of the stream stack.
pushFilter(StreamFilter) - Method in class com.caucho.vfs.ReadStream
Pushes a filter on the top of the stream stack.
pushFragment() - Method in class com.caucho.xsl.XslWriter
Starts a fragment.
pushPi() - Method in class com.caucho.xsl.XslWriter
 
pushScope(ESBase) - Method in class com.caucho.es.Call
 
put(ESString, ESBase, int) - Method in class com.caucho.es.ESObject
 
put(ESString, ESBase, int) - Method in class com.caucho.es.ESClosure
 
put(int, ESBase, int) - Method in class com.caucho.es.ESObject
Sets the named property
put(Object) - Method in class com.caucho.util.TimedItem
Sets the value.
put(Object, int) - Method in class com.caucho.util.IntMap
Puts a new value in the property table with the appropriate flags
put(Object, Object) - Method in class com.caucho.util.LruCache
Puts a new item in the cache.
put(Object, Object) - Method in class com.caucho.util.TimedCache
Put a new item in the cache.
put(Object, Object) - Method in class com.caucho.util.FlatCache
Puts a new item in the cache.
put(String, ESBase, int) - Method in class com.caucho.es.ESObject
 
putResource(Object, XAResource) - Static method in class com.caucho.transaction.TransactionManagerImpl
Adds a resource to the map of keyed resources.
putValue(String, Object) - Method in interface javax.servlet.http.HttpSession
Deprecated.  
Pwd - class com.caucho.vfs.Pwd.
Deprecated: use the Vfs facade instead.

Q

QBindingEnumeration - class com.caucho.naming.QBindingEnumeration.
 
QBodyContent - class com.caucho.jsp.QBodyContent.
 
QDate - class com.caucho.util.QDate.
Resin Date object
QDate() - Constructor for class com.caucho.util.QDate
Creates the native Object object
QDocumentType - class com.caucho.xml.QDocumentType.
 
QJspFactory - class com.caucho.jsp.QJspFactory.
 
QJspFactory() - Constructor for class com.caucho.jsp.QJspFactory
 
QName - class com.caucho.naming.QName.
 
QNameClassEnumeration - class com.caucho.naming.QNameClassEnumeration.
 
QNameParser - class com.caucho.naming.QNameParser.
 
QPageContext - class com.caucho.jsp.QPageContext.
 
QPooledConnection - class com.caucho.sql.QPooledConnection.
Represents a single pooled connection.
QServlet - class com.caucho.jsp.QServlet.
Base servlet for both JSP and XTP.
QServlet() - Constructor for class com.caucho.jsp.QServlet
 
QThreadLocal - class com.caucho.util.QThreadLocal.
A wrapper for Caucho system variables, allowing tests to override the default variables.
QThreadLocal() - Constructor for class com.caucho.util.QThreadLocal
 
query - Variable in class com.caucho.vfs.HttpPath
 
queue() - Method in class com.caucho.util.Cron
Queue the cron for wakeup.
queue(long) - Method in class com.caucho.util.Alarm
Queue the alarm for wakeup.

R

READ_ONLY - Static variable in class com.caucho.es.ESBase
 
read() - Method in class com.caucho.util.CharCursor
our stuff
read() - Method in class com.caucho.vfs.ReadStream
Returns the next byte or -1 if at the end of file.
read() - Method in class com.caucho.vfs.BufferedReaderAdapter
 
read(byte[], int, int) - Method in class com.caucho.vfs.StreamImpl
 
read(byte[], int, int) - Method in class com.caucho.vfs.MultipartStream
Reads from the multipart mime buffer.
read(byte[], int, int) - Method in class com.caucho.vfs.ReadStream
Reads into a byte array.
read(byte[], int, int) - Method in class com.caucho.vfs.TempReadStream
 
read(byte[], int, int) - Method in class com.caucho.vfs.StringStream
 
read(byte[], int, int) - Method in class com.caucho.vfs.SocketStream
Reads bytes from the socket.
read(byte[], int, int) - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
read(byte[], int, int) - Method in class com.caucho.vfs.ReaderWriterStream
 
read(byte[], int, int) - Method in class com.caucho.vfs.StreamFilter
 
read(byte[], int, int) - Method in class com.caucho.vfs.VfsStream
 
read(byte[], int, int) - Method in class com.caucho.vfs.PipeStream
Reads the available bytes if any, otherwise block.
read(byte[], int, int) - Method in class com.caucho.server.http.JniStream
 
read(char[], int, int) - Method in class com.caucho.vfs.ReadStream
Reads into a character buffer from the stream.
read(char[], int, int) - Method in class com.caucho.vfs.BufferedReaderAdapter
 
read(CharBuffer, int) - Method in class com.caucho.vfs.ReadStream
Reads characters from the stream, appending to the character buffer.
readAll(byte[], int, int) - Method in class com.caucho.vfs.ReadStream
Reads into a byte array.
readAll(char[], int, int) - Method in class com.caucho.vfs.ReadStream
Reads into a character buffer from the stream.
readAll(CharBuffer, int) - Method in class com.caucho.vfs.ReadStream
Reads characters from the stream, appending to the character buffer.
readChar() - Method in class com.caucho.vfs.ReadStream
Reads a character from the stream, returning -1 on end of file.
ReaderWriterStream - class com.caucho.vfs.ReaderWriterStream.
 
ReaderWriterStream(Reader, Writer) - Constructor for class com.caucho.vfs.ReaderWriterStream
 
ReaderWriterStream(Reader, Writer, Path) - Constructor for class com.caucho.vfs.ReaderWriterStream
 
readLine() - Method in class com.caucho.vfs.ReadStream
Reads a line, returning a string.
readLine() - Method in class com.caucho.vfs.BufferedReaderAdapter
 
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads a line from the POST data.
readLine(char[], int) - Method in class com.caucho.vfs.ReadStream
Reads a line into the character buffer.
readLine(CharBuffer) - Method in class com.caucho.vfs.ReadStream
Reads a line into the character buffer.
readln() - Method in class com.caucho.vfs.ReadStream
 
readln(CharBuffer) - Method in class com.caucho.vfs.ReadStream
 
ReadStream - class com.caucho.vfs.ReadStream.
A fast bufferered input stream supporting both character and byte data.
ReadStream() - Constructor for class com.caucho.vfs.ReadStream
Creates an uninitialized stream.
ReadStream(StreamImpl) - Constructor for class com.caucho.vfs.ReadStream
Creates a stream and initializes with a specified source.
ReadStream(StreamImpl, WriteStream) - Constructor for class com.caucho.vfs.ReadStream
Creates a stream and initializes with a specified source.
ReadWritePair - class com.caucho.vfs.ReadWritePair.
 
ready() - Method in class com.caucho.vfs.BufferedReaderAdapter
 
rebind(Name, Object) - Method in class com.caucho.naming.AbstractContext
 
rebind(Name, Object) - Method in class com.caucho.naming.PathJndiContext
 
rebind(String, Object) - Method in class com.caucho.naming.AbstractContext
 
rebind(String, Object) - Method in class com.caucho.naming.PathJndiContext
 
rebindSingle(String, Object) - Method in class com.caucho.naming.AbstractContext
 
rebindSingle(String, Object) - Method in class com.caucho.naming.SchemeContext
 
rebindSingle(String, Object) - Method in class com.caucho.naming.MemoryContext
 
recover(int) - Method in class com.caucho.sql.QPooledConnection
recover the transaction
Regexp - class com.caucho.regexp.Regexp.
 
Regexp(Node, Regcomp) - Constructor for class com.caucho.regexp.Regexp
 
Regexp(String) - Constructor for class com.caucho.regexp.Regexp
 
Regexp(String, String) - Constructor for class com.caucho.regexp.Regexp
 
regionMatches(char[], int, int) - Method in class com.caucho.util.CharCursor
True if the cursor matches the character buffer If match fails, return the pointer to its original.
regionMatches(int, CharSegment, int, int) - Method in class com.caucho.util.CharSegment
 
regionMatches(int, String, int, int) - Method in class com.caucho.util.CharSegment
 
regionMatchesIgnoreCase(char[], int, int) - Method in class com.caucho.util.CharCursor
True if the cursor matches the character buffer If match fails, return the pointer to its original.
regionMatchesIgnoreCase(int, CharSegment, int, int) - Method in class com.caucho.util.CharSegment
 
registerSynchronization(Synchronization) - Method in class com.caucho.transaction.TransactionImpl
Register a synchronization callback
Registry - class com.caucho.util.Registry.
The Registry is a configuration tree based on a key, value pair structure, essentially like an AList.
RegistryNode - class com.caucho.util.RegistryNode.
The Registry is a configuration tree based on a key, value pair structure, essentially like an AList.
release() - Method in class com.caucho.jsp.QPageContext
 
release() - Method in class com.caucho.jsp.QBodyContent
 
release() - Method in class javax.servlet.jsp.PageContext
Internal routine to free PageContext resources at the end of a page.
release() - Method in class javax.servlet.jsp.tagext.TagSupport
Cleans the tag after it completes.
release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Release the tag.
release() - Method in interface javax.servlet.jsp.tagext.Tag
Cleans up the tag at the end of the page.
releasePageContext(PageContext) - Method in class com.caucho.jsp.QJspFactory
 
releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
 
remove() - Method in class com.caucho.util.NullIterator
 
remove() - Method in class com.caucho.util.EnumIterator
 
remove() - Method in class com.caucho.vfs.Path
Removes the file or directory named by this path.
remove() - Method in class com.caucho.vfs.MergePath
Remove the matching path.
remove() - Method in class com.caucho.vfs.CachePath
 
remove() - Method in class com.caucho.vfs.MemoryPath
 
remove() - Method in class com.caucho.vfs.FilePath
 
remove(int) - Method in class com.caucho.naming.QName
 
remove(int, int) - Method in class com.caucho.util.ByteBuffer
 
remove(Object) - Method in class com.caucho.util.LruCache
Removes an item from the cache
remove(Object) - Method in class com.caucho.util.FlatCache
Removes an item from the cache
remove(Object) - Method in class com.caucho.util.IntMap
Deletes the entry.
remove(Slist, Object) - Static method in class com.caucho.util.Slist
Remove if ==
removeAttribute(String) - Method in class com.caucho.vfs.StreamImpl
 
removeAttribute(String) - Method in class com.caucho.vfs.WriteStream
Removes a named attribute.
removeAttribute(String) - Method in class com.caucho.vfs.Path
Remove an attribute.
removeAttribute(String) - Method in class com.caucho.vfs.MailtoPath
Remove the named attribute.
removeAttribute(String) - Method in class com.caucho.vfs.ReadStream
Removes a named attribute.
removeAttribute(String) - Method in class com.caucho.jsp.QPageContext
 
removeAttribute(String) - Method in interface com.caucho.server.http.CauchoRequest
 
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes the given attribute.
removeAttribute(String) - Method in class javax.servlet.ServletRequestWrapper
Removes the given attribute.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes an attribute.
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes an attribute.
removeAttribute(String) - Method in class javax.servlet.jsp.PageContext
Removes the named page attribute.
removeAttribute(String, int) - Method in class com.caucho.jsp.QPageContext
 
removeAttribute(String, int) - Method in class javax.servlet.jsp.PageContext
Removes an attribute in a given scope.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeEvent() - Method in interface com.caucho.util.CacheListener
 
removeFromEnvironment(String) - Method in class com.caucho.naming.AbstractContext
 
removeFromEnvironment(String) - Method in class com.caucho.naming.PathJndiContext
 
removeListener(ChangeListener) - Static method in class com.caucho.util.Registry
 
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeProperty(String) - Method in class com.caucho.xsl.XslWriter
removes the attribute with the given name.
removeScheme(String) - Method in class com.caucho.vfs.SchemeMap
Removes the named scheme from the top-level filesystem.
removeTail() - Method in class com.caucho.util.LruCache
Remove the last item in the LRU
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated.  
removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Removes a value from the tag.
rename(Name, Name) - Method in class com.caucho.naming.AbstractContext
 
rename(Name, Name) - Method in class com.caucho.naming.PathJndiContext
 
rename(String, String) - Method in class com.caucho.naming.AbstractContext
 
rename(String, String) - Method in class com.caucho.naming.PathJndiContext
 
renameTo(Path) - Method in class com.caucho.vfs.Path
Renames the file or directory to the name given by the path.
renameTo(Path) - Method in class com.caucho.vfs.MergePath
Renames the path.
renameTo(Path) - Method in class com.caucho.vfs.CachePath
 
renameTo(Path) - Method in class com.caucho.vfs.MemoryPath
 
renameTo(Path) - Method in class com.caucho.vfs.FilePath
 
renameTo(String) - Method in class com.caucho.vfs.Path
Renames the file or directory to the name given by the path.
replace(int, byte[], int, int) - Method in class com.caucho.util.ByteBuffer
Inserts a byte array
replace(int, int, char[], int, int) - Method in class com.caucho.util.CharBuffer
Replaces a range with a character array
replace(int, int, String) - Method in class com.caucho.util.CharBuffer
Replaces a range with a string
replace(String, String) - Method in class com.caucho.regexp.Regexp
 
replace(String, String, CharBuffer) - Method in class com.caucho.regexp.Regexp
 
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceInt(int, int) - Method in class com.caucho.util.ByteBuffer
Inserts a int (little endian) into the buffer
replaceShort(int, int) - Method in class com.caucho.util.ByteBuffer
Inserts a short into the buffer
REQUEST - Static variable in class javax.servlet.jsp.PageContext
 
REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
 
REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
Constant object used as a key for request time attributes.
RequestDispatcher - interface javax.servlet.RequestDispatcher.
The RequestDispatcher gives servlets the capabilities of SSI includes.
reset() - Method in class com.caucho.xsl.TransformerImpl
 
reset() - Method in interface com.caucho.server.http.CauchoResponse
 
reset() - Method in interface javax.servlet.ServletResponse
Resets the output stream, clearing headers and the output buffer.
reset() - Method in class javax.servlet.ServletResponseWrapper
Resets the output stream, clearing headers and the output buffer.
Resin - class com.caucho.es.Resin.
Resin is the primary public entry to the JavaScript compiler.
ResinServer - class com.caucho.server.http.ResinServer.
The main class for the HTTP server.
ResinServer(String[], boolean) - Constructor for class com.caucho.server.http.ResinServer
Create a new Resin server.
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Resolve an external entity.
RESPONSE - Static variable in class javax.servlet.jsp.PageContext
 
rest() - Method in class com.caucho.util.Slist
 
resume(Transaction) - Method in class com.caucho.transaction.TransactionManagerImpl
Resume the transaction.
reverse(Slist) - Static method in class com.caucho.util.Slist
Destructively reverse
RmiClientFactory - class com.caucho.ejb.RmiClientFactory.
Create a remote object
RmiClientFactory() - Constructor for class com.caucho.ejb.RmiClientFactory
 
rollback() - Method in class com.caucho.sql.QPooledConnection
 
rollback() - Method in class com.caucho.transaction.TransactionManagerImpl
Rollback the transaction.
rollback() - Method in class com.caucho.transaction.TransactionImpl
Rollback the transaction.
rollback(Xid) - Method in class com.caucho.sql.QPooledConnection
rollback the resource
root - Variable in class com.caucho.vfs.FilesystemPath
 
root - Variable in class com.caucho.naming.MemoryContext
 
RotateStream - class com.caucho.vfs.RotateStream.
Automatically-rotating streams
run() - Method in class com.caucho.server.http.PingThread
Periodically pings the server to check for anything going wrong.
RunnerServer - class com.caucho.server.http.RunnerServer.
 
RunnerServer() - Constructor for class com.caucho.server.http.RunnerServer
 
RunnerServer(ServletServer) - Constructor for class com.caucho.server.http.RunnerServer
Dummy constructor for test compatibility with Resin 1.1 tests

S

SAXBuilder - class com.caucho.xml.SAXBuilder.
XMLWriter to create a SAX events.
SAXBuilder() - Constructor for class com.caucho.xml.SAXBuilder
 
SAXBuilder(XMLReader) - Constructor for class com.caucho.xml.SAXBuilder
 
SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - class javax.xml.parsers.SAXParser.
Builder for SAX parsers
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
 
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
Responsible for creating new SAXParsers.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
 
SAXTransformer - interface com.caucho.transform.SAXTransformer.
Transforms the input to a SAX handler.
SAXTransformerImpl - class com.caucho.xsl.SAXTransformerImpl.
Implements the SAXTransformer.
SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_SWITCHING_PROCOTOLS - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
 
SC_USE_PROXY_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
 
scan(CharCursor) - Method in class com.caucho.util.CharScanner
Scans characters from a cursor, until reaching the delimiter
scan(CharCursor, CharBuffer) - Method in class com.caucho.util.CharScanner
Scans characters from a cursor, filling a char buffer.
scanScheme(String) - Method in class com.caucho.vfs.Path
Returns the scheme portion of a uri.
SchemeContext - class com.caucho.naming.SchemeContext.
 
SchemeContext() - Constructor for class com.caucho.naming.SchemeContext
 
SchemeContext(Hashtable) - Constructor for class com.caucho.naming.SchemeContext
 
SchemeContext(Hashtable, HashMap) - Constructor for class com.caucho.naming.SchemeContext
 
schemeMap - Variable in class com.caucho.vfs.Path
 
SchemeMap - class com.caucho.vfs.SchemeMap.
The top-level filesystem schemes are collected into a single map.
SchemeMap() - Constructor for class com.caucho.vfs.SchemeMap
Create an empty SchemeMap.
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.Path
Path-specific lookup.
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.MailtoPath
Parse the scheme for the recipient and the attributes.
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.FilesystemPath
schemeWalk is called by Path for a scheme lookup like file:/tmp/foo
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.NullPath
 
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.FilePath
Lookup the path, handling windows weirdness
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.HttpPath
Walk down the path starting from the portion immediately following the scheme.
schemeWalk(String, Map, String, int) - Method in class com.caucho.vfs.TcpPath
Lookup the new path assuming we're the scheme root.
scopeTypeof(ESString) - Method in class com.caucho.es.Call
 
Script - class com.caucho.es.Script.
The Script object represents a compiled JavaScript.
Script() - Constructor for class com.caucho.es.Script
 
ScriptClosure - class com.caucho.es.ScriptClosure.
ScriptClosure lets Java programs call JavaScript functions.
scriptPath - Variable in class com.caucho.es.Script
 
SECOND - Static variable in class com.caucho.util.QDate
 
select(Node) - Method in class com.caucho.xpath.Pattern
Selects all nodes matching the pattern.
select(Node, Env) - Method in class com.caucho.xpath.Pattern
Selects all nodes matching the pattern.
select(Node, Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
select(String) - Method in class com.caucho.util.RegistryNode
 
select(String, Node) - Static method in class com.caucho.xpath.XPath
Selects all node matching an XPath pattern
sendError(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sends an HTTP error page based on the status code
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an HTTP error page based on the status code
sendError(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sends an HTTP error page based on the status code
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an HTTP error page based on the status code
sendRedirect(String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Redirects the client to another page.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Redirects the client to another page.
separatorChar - Variable in class com.caucho.vfs.FilesystemPath
 
service(CauchoRequest, CauchoResponse, HashMap) - Method in class com.caucho.jsp.Page
The extended service method creates JavaScript global variables from a property map.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Services a HTTP request.
service(ServletRequest, ServletResponse) - Method in class com.caucho.jsp.QServlet
The service method gets the JSP/XTP page and executes it.
service(ServletRequest, ServletResponse) - Method in class com.caucho.jsp.Page
Implements the standard Servlet API.
service(ServletRequest, ServletResponse) - Method in class com.caucho.jsp.JavaPage
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.jsp.XslFilter
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.jsp.JavaScriptPageServlet
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.ErrorServlet
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.FileServlet
 
service(ServletRequest, ServletResponse) - Method in class com.caucho.server.http.FormLoginServlet
 
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Service a request.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Service a request.
Servlet - interface javax.servlet.Servlet.
A servlet is any Java class with a null-arg constructor that implements the Servlet API.
ServletConfig - interface javax.servlet.ServletConfig.
ServletConfig encapsulates servlet configuration and gives access to the application (servlet context) object.
ServletContext - interface javax.servlet.ServletContext.
ServletContexts encapsulate applications.
ServletContextAttributeEvent - class javax.servlet.ServletContextAttributeEvent.
The event class for changes to servlet context attributes.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class javax.servlet.ServletContextAttributeEvent
Creates a ServletContextAttributeEvent for the changed application.
ServletContextAttributesListener - interface javax.servlet.ServletContextAttributesListener.
Interface for a listener receiving events when any of the ServletContext attributes change.
ServletContextEvent - class javax.servlet.ServletContextEvent.
The event class for changes to the servlet context.
ServletContextEvent(ServletContext) - Constructor for class javax.servlet.ServletContextEvent
Creates a ServletContextEvent from the changed application.
ServletContextListener - interface javax.servlet.ServletContextListener.
Interface for a listener receiving events when the ServletContext changes.
ServletException - exception javax.servlet.ServletException.
A servlet exception.
ServletException() - Constructor for class javax.servlet.ServletException
Basic exception constructor.
ServletException(String) - Constructor for class javax.servlet.ServletException
Create a new servlet exception with a message.
ServletException(String, Throwable) - Constructor for class javax.servlet.ServletException
Create a new servlet exception with a message and a wrapped exception.
ServletException(Throwable) - Constructor for class javax.servlet.ServletException
Create a new servlet exception with a wrapped exception.
ServletInputStream - class javax.servlet.ServletInputStream.
Servlets generally read POSTed data with ServletInputStream.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
 
ServletOutputStream - class javax.servlet.ServletOutputStream.
Servlets can use ServletOutputStream to write binary data to the response.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
 
ServletRequest - interface javax.servlet.ServletRequest.
ServletRequest encapsulates client request data.
ServletRequestWrapper - class javax.servlet.ServletRequestWrapper.
Wraps a servlet request in another request.
ServletRequestWrapper(ServletRequest) - Constructor for class javax.servlet.ServletRequestWrapper
Create a new ServletRequestWrapper wrapping the enclosed request.
ServletResponse - interface javax.servlet.ServletResponse.
ServletReponse control the output to the client.
ServletResponseWrapper - class javax.servlet.ServletResponseWrapper.
Wraps a servlet response in another response.
ServletResponseWrapper(ServletResponse) - Constructor for class javax.servlet.ServletResponseWrapper
Create a new ServletResponseWrapper, wrapping a specified response.
servletServer - Variable in class com.caucho.server.http.ResinServer
 
servletToStream(Servlet, WriteStream, ServletRequest, ServletResponse) - Static method in class com.caucho.server.http.Http
 
SESSION - Static variable in class javax.servlet.jsp.PageContext
 
SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
 
sessionCreated(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionListener
Called after the session is created.
sessionDestroyed(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionListener
Called when the object is destroyed.
sessionDidActivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Callback after the session activates.
sessionWillPassivate(HttpSessionEvent) - Method in interface javax.servlet.http.HttpSessionActivationListener
Callback before the session passivates.
set - Variable in class com.caucho.es.ESBeanWrapper
 
set(int, byte[], int, int) - Method in class com.caucho.util.ByteBuffer
 
set(int, double) - Method in class com.caucho.util.DoubleArray
 
set(int, int) - Method in class com.caucho.util.ByteBuffer
 
set(int, int) - Method in class com.caucho.util.IntArray
Sets the value at the given index.
set(int, long) - Method in class com.caucho.util.QDate
 
set(Object) - Method in class com.caucho.util.NullIterator
 
set(Object) - Method in class com.caucho.util.QThreadLocal
 
setAttribute(String, Object) - Method in class com.caucho.util.DynamicClassLoader
Sets the named attributes
setAttribute(String, Object) - Method in class com.caucho.vfs.StreamImpl
 
setAttribute(String, Object) - Method in class com.caucho.vfs.WriteStream
Sets a named attribute.
setAttribute(String, Object) - Method in class com.caucho.vfs.Path
Sets an attribute of the path.
setAttribute(String, Object) - Method in class com.caucho.vfs.MailtoPath
Sets one of the RFC822 message headers.
setAttribute(String, Object) - Method in class com.caucho.vfs.ReadStream
Sets a named attribute.
setAttribute(String, Object) - Method in class com.caucho.vfs.TcpPath
 
setAttribute(String, Object) - Method in class com.caucho.jsp.QPageContext
 
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Sets an attribute value.
setAttribute(String, Object) - Method in class javax.servlet.ServletRequestWrapper
Sets an attribute value.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Sets an attribute value.
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Sets an attribute value.
setAttribute(String, Object) - Method in class javax.servlet.jsp.PageContext
Sets the named page attribute.
setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
Sets the attribute with the given name.
setAttribute(String, Object, int) - Method in class com.caucho.jsp.QPageContext
 
setAttribute(String, Object, int) - Method in class javax.servlet.jsp.PageContext
Sets an attribute in a given scope.
setAttribute(String, String) - Method in class com.caucho.xsl.XslWriter
Directly sets an attribute with a value.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAutoCommit(boolean) - Method in class com.caucho.sql.QPooledConnection
 
setAutodetectXml(boolean) - Method in class com.caucho.xml.AbstractParser
 
setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
Sets the BodyContent stream.
setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Called by the JSP engine just before calling doInitBody().
setBufferOffset(int) - Method in class com.caucho.vfs.WriteStream
Sets the write offset.
setBufferSize(int) - Method in interface com.caucho.server.http.CauchoResponse
 
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the output buffer size to size.
setBufferSize(int) - Method in class javax.servlet.ServletResponseWrapper
Sets the output buffer size to size.
setByteAt(int, int) - Method in class com.caucho.util.ByteBuffer
Returns the byte at the specified offset.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCache(Object, Object) - Method in class com.caucho.xpath.Env
 
setCatalog(String) - Method in class com.caucho.sql.QPooledConnection
Sets the JDBC catalog.
setCdataSectionElements(ArrayList) - Method in class com.caucho.transform.OutputFormat
 
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharAt(int, char) - Method in class com.caucho.util.CharBuffer
Sets the character at the given index.
setClassDir(Path) - Method in class com.caucho.es.Script
 
setClassLoader(ClassLoader) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
setClassLoader(ClassLoader) - Method in interface com.caucho.transform.StylesheetFactory
Set the parent classloader for loading stylesheets.
setClassName(String) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
setCloseChildOnClose(boolean) - Method in class com.caucho.vfs.ReaderWriterStream
 
setCloseChildOnClose(boolean) - Method in class com.caucho.vfs.VfsStream
 
setComment(String) - Method in class javax.servlet.http.Cookie
Sets the cookie comment
setContentHandler(ContentHandler) - Method in class com.caucho.xml.AbstractParser
 
setContentHandler(ContentHandler) - Method in class com.caucho.xsl.SAXTransformerImpl
Sets the SAX contentHandler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Deprecated.  
setContentLength(int) - Method in class javax.servlet.ServletResponseWrapper
Deprecated.  
setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the response content type.
setContentType(String) - Method in class javax.servlet.ServletResponseWrapper
Sets the response content type.
setContextClassLoader(ClassLoader) - Static method in class com.caucho.util.CauchoSystem
Sets the per-thread class loader, the context class loader.
setData(Object) - Method in class com.caucho.util.Tree
 
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setDate(long, long, long) - Method in class com.caucho.util.QDate
Sets date in GMT.
setDateHeader(String, long) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sets a header by converting a date to a string.
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a header by converting a date to a string.
setDefault(RegistryNode) - Static method in class com.caucho.util.Registry
Sets the default configuration
setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
 
setDisableClose(boolean) - Method in class com.caucho.vfs.WriteStream
Disables close.
setDisableClose(boolean) - Method in class com.caucho.vfs.ReadStream
Disables close.
setDispatch - Variable in class com.caucho.es.ESBeanWrapper
 
setDocumentHandler(DocumentHandler) - Method in class com.caucho.xml.AbstractParser
 
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDomain(String) - Method in class javax.servlet.http.Cookie
Sets the cookie domain.
setDriverName(String) - Method in class com.caucho.sql.DBPool
Sets the JDBC driver class underlying the pooled object.
setDTDHandler(DTDHandler) - Method in class com.caucho.xml.AbstractParser
 
setDTDHandler(DTDHandler) - Method in class com.caucho.xsl.SAXTransformerImpl
Sets the SAX DTD handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setEnableTransaction(boolean) - Method in class com.caucho.sql.DBPool
Enable transactions on this pool.
setEncoding(String) - Method in class com.caucho.vfs.WriteStream
Sets the character encoding for writing to this stream.
setEncoding(String) - Method in class com.caucho.vfs.ReadStream
Sets the current read encoding.
setEncoding(String) - Method in class com.caucho.xml.XmlPrinter
 
setEncoding(String) - Method in class com.caucho.transform.OutputFormat
 
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEntitiesAsText(boolean) - Method in class com.caucho.xml.AbstractParser
 
setEntityResolver(EntityResolver) - Method in class com.caucho.xml.AbstractParser
 
setEntityResolver(EntityResolver) - Method in class com.caucho.xsl.SAXTransformerImpl
Sets the SAX entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Sets the entity resolver
setEntryClass(Class) - Method in class com.caucho.util.DynamicClassLoader.Entry
 
setErrorHandler(ErrorHandler) - Method in class com.caucho.xml.AbstractParser
 
setErrorHandler(ErrorHandler) - Method in class com.caucho.xsl.SAXTransformerImpl
Sets the SAX error handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Sets the error handler
setEscapeText(boolean) - Method in class com.caucho.xml.SAXBuilder
 
setEscapeText(boolean) - Method in class com.caucho.xml.DOMBuilder
 
setEscapeText(boolean) - Method in class com.caucho.xml.XmlPrinter
Sets true if the text should be escaped, else it will be printed verbatim.
setEscapeText(boolean) - Method in interface com.caucho.xml.XMLWriter
 
setEscaping(boolean) - Method in class com.caucho.xml.XmlPrinter
Sets to true if XML entities like < should be escaped as &lt;.
setExpandEntities(boolean) - Method in class com.caucho.xml.AbstractParser
 
setExpireInterval(long) - Method in class com.caucho.util.TimedItem
Sets the expire time for this timedItem.
setFeature(String, boolean) - Method in class com.caucho.xml.AbstractParser
 
setFeature(String, boolean) - Method in class com.caucho.xsl.TransformerImpl
 
setFeature(String, boolean) - Method in interface com.caucho.transform.Transformer
Sets a transformer feature.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the state of a feature.
setFilterConfig(FilterConfig) - Method in interface javax.servlet.Filter
Sets the FilterConfig object.
setFlushOnNewline(boolean) - Method in class com.caucho.vfs.WriteStream
Some streams, like log streams, should be flushed on every println call.
setFlushOnNewline(boolean) - Method in class com.caucho.vfs.ReaderWriterStream
 
setFlushOnNewline(boolean) - Method in class com.caucho.vfs.VfsStream
 
setForbidForward(boolean) - Method in interface com.caucho.server.http.CauchoResponse
 
setForgiving(boolean) - Method in class com.caucho.xml.AbstractParser
Sets the parser as a forgiving parser, allowing some non-strict XML.
setFreeWhenDone(boolean) - Method in class com.caucho.vfs.TempReadStream
 
setFunctions(HashMap) - Method in class com.caucho.xpath.Env
Sets the extension function library
setGlobal(ESGlobal) - Method in class com.caucho.es.Global
 
setGlobal(String, Object) - Method in class com.caucho.xpath.Env
Sets a global variable.
setGlobalProperty(ESString, ESBase) - Method in class com.caucho.es.Call
 
setHasError(boolean) - Method in interface com.caucho.server.http.CauchoResponse
 
setHeader(String, String) - Method in interface com.caucho.server.http.CauchoRequest
 
setHeader(String, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sets a header.
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a header.
setHome(String) - Method in class com.caucho.ejb.AbstractClientFactory
 
setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Sets the id attribute.
setIndent(String) - Method in class com.caucho.transform.OutputFormat
 
setIndex(int) - Method in class com.caucho.util.CharCursor
sets the cursor to the position
setIndex(int) - Method in class com.caucho.util.StringCharCursor
sets the cursor to the position
setInt(int, int) - Method in class com.caucho.util.ByteBuffer
 
setIntHeader(String, int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sets a header by converting an integer value to a string.
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a header by converting an integer value to a string.
setIsTesting(boolean) - Static method in class com.caucho.util.CauchoSystem
 
setLastModified(long) - Method in class com.caucho.vfs.Path
 
setLastModified(long) - Method in class com.caucho.vfs.CachePath
 
setLastModified(long) - Method in class com.caucho.vfs.FilePath
 
setLength(int) - Method in class com.caucho.util.CharBuffer
Set the length of the buffer.
setLength(int) - Method in class com.caucho.util.ByteBuffer
Set the buffer.
setLength(int) - Method in class com.caucho.util.DoubleArray
 
setLength(int) - Method in class com.caucho.util.IntArray
Sets the length of the array, filling with zero if necessary.
setLength(int) - Method in class com.caucho.vfs.TempBuffer
 
setLineMap(String) - Method in class com.caucho.xml.XmlPrinter
 
setListContext(Pattern) - Method in class com.caucho.xpath.Expr
 
setListener(AlarmListener) - Method in class com.caucho.util.Alarm
Sets the alarm's listener.
setListener(CronListener) - Method in class com.caucho.util.Cron
Sets the cron's listener.
setLocale(Locale) - Method in class com.caucho.vfs.WriteStream
 
setLocale(Locale) - Method in class com.caucho.xml.AbstractParser
 
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the output locale.
setLocale(Locale) - Method in class javax.servlet.ServletResponseWrapper
Sets the output locale.
setLocation(String, int) - Method in class com.caucho.xsl.XslWriter
 
setLocation(String, int, int) - Method in class com.caucho.xml.SAXBuilder
 
setLocation(String, int, int) - Method in class com.caucho.xml.DOMBuilder
 
setLocation(String, int, int) - Method in class com.caucho.xml.XmlPrinter
Sets the current location.
setLocation(String, int, int) - Method in interface com.caucho.xml.CauchoNode
Sets the location
setLocation(String, int, int) - Method in interface com.caucho.xml.XMLWriter
 
setLoginTimeout(int) - Method in class com.caucho.sql.DBPool
Sets the timeout for a database login.
setLogWriter(PrintWriter) - Method in class com.caucho.sql.DBPool
Sets the debugging log for the connection.
setManager(PageManager) - Method in class com.caucho.jsp.QServlet
JspServlet and XtpServlet will set the PageManager with this method.
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the max age of a cookie.
setMaxConnections(int) - Method in class com.caucho.sql.DBPool
Sets the maximum number of pooled connections.
setMaxIdleTime(int) - Method in class com.caucho.sql.DBPool
Set the time in seconds a connection will remain in the pool before being closed.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Sets the maximum inactive interval.
setMediaType(String) - Method in class com.caucho.transform.OutputFormat
 
setMethod(String) - Method in class com.caucho.xml.XmlPrinter
Sets the output methods, like the XSL <xsl:output method='method'/>.
setMethod(String) - Method in class com.caucho.transform.OutputFormat
Sets the output method: xml, html, or text.
setMimeType(String) - Method in class com.caucho.xml.XmlPrinter
 
setName(String) - Method in class com.caucho.xml.QDocumentType
 
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
When creating a parser, create a namespace aware parser.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
When creating a parser, create a namespace aware parser.
setNewline(byte[]) - Method in class com.caucho.vfs.SocketStream
 
setNewline(byte[]) - Method in class com.caucho.vfs.VfsStream
 
setNewlineString(String) - Method in class com.caucho.vfs.WriteStream
Sets the string to use for println newlines
setNext(DynamicClassLoader) - Method in class com.caucho.util.DynamicClassLoader
Sets the next class loader in the virtual chain.
setNext(TempBuffer) - Method in class com.caucho.vfs.TempBuffer
 
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNotCacheable() - Method in class com.caucho.xsl.XslWriter
Indicate that the result document is not cacheable.
setObject(Object) - Method in class com.caucho.vfs.Path
Sets the object at this path.
setObject(Object) - Method in class com.caucho.vfs.JndiPath
Sets the object bound at this path.
setOffset(int) - Method in class com.caucho.vfs.ReadStream
 
setOmitDeclaration(String) - Method in class com.caucho.transform.OutputFormat
Set to "true" if the output declaration should be omitted.
setOutputFormat(OutputFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
setOutputFormat(OutputFormat) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
Stores the page context for the JSP page.
setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
Sets the page context of this page.
setParameter(String, Object) - Method in class com.caucho.xsl.TransformerImpl
Sets a parameter that XPath expressions in the stylesheet can use as $name.
setParameter(String, Object) - Method in interface com.caucho.transform.Transformer
Sets a transformer parameter.
setParamVariable(XslWriter, Node, Env, String, Object) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
setParent(ClassLoader) - Method in class com.caucho.util.DynamicClassLoader
Sets the parent of the class loader.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
If the tag is contained in another tag, this sets the parent.
setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
Sets the containing tag.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setPassword(String) - Method in class com.caucho.sql.DBPool
Sets the connection's password
setPath(Path) - Method in class com.caucho.vfs.StreamImpl
 
setPath(Path) - Method in class com.caucho.vfs.WriteStream
Sets a path name associated with the stream.
setPath(Path) - Method in class com.caucho.vfs.ReadStream
Sets a path name associated with the stream.
setPath(String) - Method in class javax.servlet.http.Cookie
Sets the URL path of a cookie.
setPingOnFree(boolean) - Method in class com.caucho.sql.DBPool
Set the table to 'ping' to see if the connection is still live.
setPingOnIdle(boolean) - Method in class com.caucho.sql.DBPool
Set the table to 'ping' to see if the connection is still live.
setPingOnReuse(boolean) - Method in class com.caucho.sql.DBPool
Set the table to 'ping' to see if the connection is still live.
setPingTable(String) - Method in class com.caucho.sql.DBPool
Set the table to 'ping' to see if the connection is still live.
setPosition(int) - Method in class com.caucho.vfs.ReadStream
Returns the sets current read position.
setPosition(int) - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setPretty(boolean) - Method in class com.caucho.xml.XmlPrinter
 
setPrintDeclaration(boolean) - Method in class com.caucho.xml.XmlPrinter
 
setProperty(ESBase, ESString, ESBase) - Static method in class com.caucho.es.Call
 
setProperty(ESString, ESBase) - Method in class com.caucho.es.ESBase
Sets the named property
setProperty(ESString, ESBase) - Method in class com.caucho.es.ESObject
Puts a new value in the property table with the appropriate flags
setProperty(ESString, ESBase) - Method in class com.caucho.es.ESClosure
 
setProperty(ESString, ESBase) - Method in class com.caucho.es.ESNull
 
setProperty(ESString, ESBase) - Method in class com.caucho.es.ESRegexp
 
setProperty(ESString, ESBase) - Method in class com.caucho.es.ESUndefined
 
setProperty(ESString, ESBase) - Method in class com.caucho.es.Call
 
setProperty(int, ESBase) - Method in class com.caucho.es.ESBase
Sets the named property
setProperty(String, ESBase) - Method in class com.caucho.es.ESBase
 
setProperty(String, ESBase) - Method in class com.caucho.es.ESGlobal
 
setProperty(String, Object) - Method in class com.caucho.xml.AbstractParser
 
setProperty(String, Object) - Method in interface com.caucho.xml.CauchoDocument
 
setProperty(String, Object) - Method in class com.caucho.es.ScriptClosure
Sets a global property of the closure.
setProperty(String, Object) - Method in class com.caucho.xsl.TransformerImpl
 
setProperty(String, Object) - Method in class com.caucho.xsl.AbstractStylesheet
Sets a stylesheet property.
setProperty(String, Object) - Method in class com.caucho.xsl.StylesheetImpl
 
setProperty(String, Object) - Method in class com.caucho.xsl.XslWriter
Sets the attribute with the given name.
setProperty(String, Object) - Method in interface com.caucho.transform.Transformer
Sets a transformer/stylesheet property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, String) - Method in class com.caucho.sql.DBPool
Sets a property from the underlying driver.
setPublicId(String) - Method in class com.caucho.xml.XmlPrinter
 
setPublicId(String) - Method in class com.caucho.transform.OutputFormat
 
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setReadOnly(boolean) - Method in class com.caucho.sql.QPooledConnection
 
setRegistry(RegistryNode) - Static method in class com.caucho.util.Registry
 
setRemote(String) - Method in class com.caucho.ejb.AbstractClientFactory
 
setRemoveOnRelease(boolean) - Method in class com.caucho.vfs.CachePath
If set, files bumped from the cache are removed from the underlying filesystem.
setRequest(ServletRequest) - Method in class javax.servlet.ServletRequestWrapper
Sets the request object being wrapped.
setRequest(ServletRequest) - Method in class javax.servlet.http.HttpServletRequestWrapper
Sets the request object for the wrapped.
setRequireSource(boolean) - Method in class com.caucho.vfs.Depend
If true, deleting the source counts as a change.
setResinHome(Path) - Static method in class com.caucho.util.CauchoSystem
Sets the Path to be used as ResinHome.
setResinInclude(boolean) - Method in class com.caucho.xml.AbstractParser
Enables including of other XML documents with resin:include.
setResinServer(ResinServer) - Method in class com.caucho.server.http.PingThread
Sets the underlying server.
setResponse(ServletResponse) - Method in class javax.servlet.ServletResponseWrapper
Sets the response to be wrapped.
setResponse(ServletResponse) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sets a response object.
setRetryTime(long) - Method in class com.caucho.server.http.PingThread
Sets the retry time between failing pings
setReuseBuffer(boolean) - Method in class com.caucho.vfs.WriteStream
 
setReuseBuffer(boolean) - Method in class com.caucho.vfs.ReadStream
 
setRollbackOnly() - Method in class com.caucho.transaction.TransactionManagerImpl
Force any completion to be a rollback.
setRollbackOnly() - Method in class com.caucho.transaction.TransactionImpl
Force any completion to be a rollback.
setScheme(String, Path) - Method in class com.caucho.vfs.SchemeMap
Sets the named root Path of the scheme.
setScopeProperty(ESString, ESBase) - Method in class com.caucho.es.Call
 
setScriptPath(Path) - Method in class com.caucho.es.Script
 
setScriptPath(Path) - Method in class com.caucho.xsl.AbstractStylesheetFactory
 
setSearchPath(Path) - Method in class com.caucho.xml.AbstractParser
Sets the search path for included documents.
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Tells the browser that this cookie should only be passed over a secure connection like SSL.
setSeparator(char) - Method in class com.caucho.naming.MemoryContext
 
setShort(int, int) - Method in class com.caucho.util.ByteBuffer
 
setSibling(WriteStream) - Method in class com.caucho.vfs.ReadStream
 
setSkipComments(boolean) - Method in class com.caucho.xml.AbstractParser
 
setSleepTime(long) - Method in class com.caucho.server.http.PingThread
Sets the sleep time between pings
setSocketTimeout(long) - Method in class com.caucho.server.http.PingThread
Sets the number of times to retry before giving up
setSpaces(HashMap, HashMap) - Method in class com.caucho.xsl.StylesheetImpl
 
setStandalone(String) - Method in class com.caucho.xml.XmlPrinter
 
setStandalone(String) - Method in class com.caucho.transform.OutputFormat
 
setStaticClassLoader(ClassLoader) - Static method in class com.caucho.util.CauchoSystem
Sets the top-level class loader.
setStatus(int) - Method in class javax.servlet.http.HttpServletResponseWrapper
Sets the HTTP status
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the HTTP status
setStatus(int, String) - Method in class javax.servlet.http.HttpServletResponseWrapper
Deprecated.  
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated.  
setStderr(Path) - Static method in class com.caucho.vfs.RotateStream
Sets path as the backing stream for System.err
setStdout(Path) - Static method in class com.caucho.vfs.RotateStream
Sets path as the backing stream for System.out
setStream(WriteStream) - Method in interface com.caucho.server.http.CauchoResponse
 
setStrictXml(boolean) - Method in class com.caucho.jsp.XtpManager
Requires XTP documents conform to strict XML.
setStrictXsl(boolean) - Method in class com.caucho.jsp.XtpManager
Requires XTL stylesheets to conform to strict XSL.
setStylePath(Path) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Sets the search path for stylesheets.
setStylePath(Path) - Method in interface com.caucho.transform.StylesheetFactory
Sets the path to use to lookup stylesheets.
setSystemId(String) - Method in class com.caucho.xml.XmlPrinter
 
setSystemId(String) - Method in class com.caucho.transform.OutputFormat
 
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Sets the TLD tag info for this tag.
setThreadJndi(Context) - Static method in class com.caucho.server.http.JndiFactory
 
setTime(long) - Method in class com.caucho.util.QDate
 
setTime(long, long, long, long) - Method in class com.caucho.util.QDate
 
setTransactionIsolation(int) - Method in class com.caucho.sql.QPooledConnection
 
setTransactionTimeout(int) - Method in class com.caucho.sql.QPooledConnection
sets the transaction timeout
setTransactionTimeout(int) - Method in class com.caucho.transaction.TransactionManagerImpl
sets the timeout for the transaction
setTransactionTimeout(int) - Method in class com.caucho.transaction.TransactionImpl
sets the timeout for the transaction
setTryCount(int) - Method in class com.caucho.server.http.PingThread
Sets the number of times to retry before giving up
setTypeMap(Map) - Method in class com.caucho.sql.QPooledConnection
Sets the connection's type map.
setURL(String) - Method in class com.caucho.sql.DBPool
Sets the connection's JDBC url.
setURL(String) - Method in class com.caucho.ejb.AbstractClientFactory
 
setUser() - Static method in class com.caucho.util.CauchoSystem
 
setUser(String) - Method in class com.caucho.sql.DBPool
Sets the connection's user.
setUser(String, String) - Static method in class com.caucho.util.CauchoSystem
Sets the runtime user so we don't need to run as root.
setUserPath(String) - Method in class com.caucho.vfs.Path
Sets the user path.
setUserPath(String) - Method in class com.caucho.vfs.FilesystemPath
 
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
When creating a parser, create a validating one.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
When creating a parser, create a validating one.
setValue(Object) - Method in class com.caucho.vfs.Path
Sets the object at the path.
setValue(Object) - Method in class com.caucho.vfs.MemoryPath
 
setValue(String) - Method in interface org.w3c.dom.Attr
 
setValue(String) - Method in class javax.servlet.http.Cookie
Sets the cookie's value.
setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
Sets the value from a tag.
setVar(String, Object) - Method in class com.caucho.xpath.Env
Sets the value associated with name.
setVariable(XslWriter, Node, Env, String, Object) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets cookie protocol version, defaulting to 0.
setVersion(String) - Method in class com.caucho.xml.XmlPrinter
 
setVersion(String) - Method in class com.caucho.transform.OutputFormat
Sets the output version, e.g.
setWindowsTest(boolean) - Static method in class com.caucho.util.CauchoSystem
 
setWritePrefix(int) - Method in class com.caucho.vfs.WriteStream
 
shallowCopy(Object) - Method in class com.caucho.es.ESObject
 
shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
SimpleClassLoader - class com.caucho.util.SimpleClassLoader.
Class loader which checks for changes in class files and automatically picks up new jars.
SimpleClassLoader() - Constructor for class com.caucho.util.SimpleClassLoader
 
SimpleClassLoader(ClassLoader) - Constructor for class com.caucho.util.SimpleClassLoader
 
singleNumber(XslWriter, Node, Env, Pattern, Pattern, XslNumberFormat) - Method in class com.caucho.xsl.StylesheetImpl
 
singleNumberJs(XslWriter, Node, Env, int, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
SingleRequestServer - class com.caucho.server.http.SingleRequestServer.
Handles a single request from the command line.
SingleRequestServer(String[]) - Constructor for class com.caucho.server.http.SingleRequestServer
 
SingleThreadModel - interface javax.servlet.SingleThreadModel.
Servlets implementing the SingleThreadModel have only a single thread executing at any time.
SIZE - Static variable in class com.caucho.vfs.TempBuffer
 
size() - Method in class com.caucho.util.ByteBuffer
 
size() - Method in class com.caucho.util.IntMap
Returns the current number of entries in the map.
size() - Method in class com.caucho.util.DoubleArray
 
size() - Method in class com.caucho.util.IntArray
Returns the current size of the array
size() - Method in class com.caucho.util.IntSet
 
size() - Method in class com.caucho.naming.QName
 
SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
 
SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
 
skip(CharCursor) - Method in class com.caucho.util.CharScanner
Skips characters from the cursor until one matches a delimiter.
skip(int) - Method in class com.caucho.util.CharCursor
Skips the next n characters
skip(int) - Method in class com.caucho.util.StringCharCursor
Skips the next n characters
skip(long) - Method in class com.caucho.vfs.ReadStream
Skips the next n bytes.
skip(long) - Method in class com.caucho.vfs.BufferedReaderAdapter
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
Slist - class com.caucho.util.Slist.
Cons-cell slist of objects
Slist(Slist, Object) - Constructor for class com.caucho.util.Slist
Create a new cons-cell
snapPrototype - Variable in class com.caucho.es.ESObject
 
SocketStream - class com.caucho.vfs.SocketStream.
Specialized stream to handle sockets.
SocketStream(Socket) - Constructor for class com.caucho.vfs.SocketStream
 
Sort - class com.caucho.util.Sort.
 
Sort - class com.caucho.xsl.Sort.
 
Sort() - Constructor for class com.caucho.util.Sort
 
sort(ArrayList) - Method in class com.caucho.util.Sort
 
Sort(String, boolean, boolean) - Constructor for class com.caucho.xsl.Sort
 
split(String) - Method in class com.caucho.regexp.Regexp
 
splitNameList(String) - Static method in class com.caucho.xml.XmlUtil
Treats the string as an attribute list, splitting it into a HashMap.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
SSLFactory - class com.caucho.server.http.SSLFactory.
The main class for the HTTP server.
SSLFactory() - Constructor for class com.caucho.server.http.SSLFactory
 
stack - Variable in class com.caucho.es.Call
 
start(Xid, int) - Method in class com.caucho.sql.QPooledConnection
starts work on a transaction branch
startDocument() - Method in class com.caucho.xml.SAXBuilder
 
startDocument() - Method in class com.caucho.xml.DOMBuilder
 
startDocument() - Method in class com.caucho.xml.XmlPrinter
 
startDocument() - Method in interface com.caucho.xml.XMLWriter
 
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument(Document) - Method in class com.caucho.xml.XmlPrinter
 
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, String, String) - Method in class com.caucho.xml.SAXBuilder
 
startElement(String, String, String) - Method in class com.caucho.xml.DOMBuilder
 
startElement(String, String, String) - Method in class com.caucho.xml.XmlPrinter
Called at the start of a new element.
startElement(String, String, String) - Method in interface com.caucho.xml.XMLWriter
 
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startsWith(Name) - Method in class com.caucho.naming.QName
 
startsWith(String) - Method in class com.caucho.util.CharSegment
Returns true if the CharSegment starts with the string.
staticPrintESTrace(Exception, OutputStream) - Static method in class com.caucho.es.ESException
 
staticPrintESTrace(Exception, PrintWriter) - Static method in class com.caucho.es.ESException
 
Statistics - class com.caucho.server.http.Statistics.
Simple statistics gathering.
StderrStream - class com.caucho.vfs.StderrStream.
Stream encapsulating System.err.
StdoutStream - class com.caucho.vfs.StdoutStream.
Stream encapsulating System.out.
StreamFilter - class com.caucho.vfs.StreamFilter.
 
StreamFilter() - Constructor for class com.caucho.vfs.StreamFilter
 
StreamImpl - class com.caucho.vfs.StreamImpl.
 
StreamImpl() - Constructor for class com.caucho.vfs.StreamImpl
 
StreamTransformer - interface com.caucho.transform.StreamTransformer.
Transforms the input to an output stream.
StreamTransformerImpl - class com.caucho.xsl.StreamTransformerImpl.
 
string - Variable in class com.caucho.es.ESString
 
StringCharCursor - class com.caucho.util.StringCharCursor.
 
StringCharCursor(String) - Constructor for class com.caucho.util.StringCharCursor
 
StringCharCursor(String, int) - Constructor for class com.caucho.util.StringCharCursor
 
stringExpr(Node, Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
StringStream - class com.caucho.vfs.StringStream.
 
StringTransformer - interface com.caucho.transform.StringTransformer.
Transforms the input to a string.
StringTransformerImpl - class com.caucho.xsl.StringTransformerImpl.
Transforms a document to a result string.
StringWriter - class com.caucho.vfs.StringWriter.
 
StringWriter() - Constructor for class com.caucho.vfs.StringWriter
 
StringWriter(CharBuffer) - Constructor for class com.caucho.vfs.StringWriter
 
StyleScript - class com.caucho.xsl.StyleScript.
Public facade for creating StyleScript stylesheets.
StyleScript() - Constructor for class com.caucho.xsl.StyleScript
 
stylesheet - Variable in class com.caucho.xsl.TransformerImpl
 
Stylesheet - interface com.caucho.transform.Stylesheet.
Represents a compiled stylesheet.
StylesheetFactory - interface com.caucho.transform.StylesheetFactory.
Factory for creating stylesheets.
StylesheetImpl - class com.caucho.xsl.StylesheetImpl.
Implementation base class for stylesheets.
StylesheetImpl() - Constructor for class com.caucho.xsl.StylesheetImpl
 
subGets - Variable in class com.caucho.es.ESBeanWrapper
 
subseq(CharBuffer, int) - Method in class com.caucho.util.CharCursor
 
subseq(CharBuffer, int, int) - Method in class com.caucho.util.CharCursor
 
subservice(CauchoRequest, CauchoResponse, HashMap) - Method in class com.caucho.jsp.Page
 
subservice(CauchoRequest, CauchoResponse, HashMap) - Method in class com.caucho.jsp.JavaPage
 
subSets - Variable in class com.caucho.es.ESBeanWrapper
 
substring(int) - Method in class com.caucho.util.CharSegment
Returns a substring
substring(int) - Method in class com.caucho.util.CharBuffer
Returns a substring
substring(int, int) - Method in class com.caucho.util.CharSegment
Returns a substring
substring(int, int) - Method in class com.caucho.util.CharBuffer
Returns a substring
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
suspend() - Method in class com.caucho.transaction.TransactionManagerImpl
Suspend the transaction.
SYNTAX_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal string is specified.

T

Tag - interface javax.servlet.jsp.tagext.Tag.
Tags are Java classes implementing JSP Tag extensions.
TagAttributeInfo - class javax.servlet.jsp.tagext.TagAttributeInfo.
Information about tag attributes.
TagAttributeInfo(String, boolean, boolean, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
Creates a new TagAttributeInfo object.
TagData - class javax.servlet.jsp.tagext.TagData.
Tag instance attributes and values.
TagData(Hashtable) - Constructor for class javax.servlet.jsp.tagext.TagData
Create a new TagData object based on an attribute key/value hash table.
TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
Create a new TagData object based on and array of attribute key/values.
TagExtraInfo - class javax.servlet.jsp.tagext.TagExtraInfo.
Extra tag information for a custom tag.
TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
Implementing classes must implement a zero-arg constructor.
TagInfo - class javax.servlet.jsp.tagext.TagInfo.
Represents the tag information from the tld.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
Constructor for TagInfo.
TagLibraryInfo - class javax.servlet.jsp.tagext.TagLibraryInfo.
Information about the entire tag library.
TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
Called by the JSP engine to collect tag library information.
tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
TagSupport - class javax.servlet.jsp.tagext.TagSupport.
Convenient support class for creating tags which don't analyze their bodies.
TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
Tags need to implement a zero-arg constructor.
TcpPath - class com.caucho.vfs.TcpPath.
Implements a tcp stream, essentially just a socket pair.
TempBuffer - class com.caucho.vfs.TempBuffer.
 
Template - class com.caucho.xsl.Template.
 
Template(Pattern, String, int, int, double, String, int) - Constructor for class com.caucho.xsl.Template
 
templates - Variable in class com.caucho.xsl.StylesheetImpl
 
TempReadStream - class com.caucho.vfs.TempReadStream.
 
TempReadStream(TempBuffer) - Constructor for class com.caucho.vfs.TempReadStream
 
TempStream - class com.caucho.vfs.TempStream.
 
TempStream(Path) - Constructor for class com.caucho.vfs.TempStream
 
test(Node, Env, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
text - Variable in class com.caucho.xsl.StylesheetImpl
 
Text - interface org.w3c.dom.Text.
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
TEXT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Text node.
text(char[], int, int) - Method in class com.caucho.xml.SAXBuilder
 
text(char[], int, int) - Method in class com.caucho.xml.DOMBuilder
 
text(char[], int, int) - Method in class com.caucho.xml.XmlPrinter
Prints text.
text(char[], int, int) - Method in interface com.caucho.xml.XMLWriter
 
text(String) - Method in class com.caucho.xml.SAXBuilder
 
text(String) - Method in class com.caucho.xml.DOMBuilder
 
text(String) - Method in class com.caucho.xml.XmlPrinter
Prints text.
text(String) - Method in interface com.caucho.xml.XMLWriter
 
textValue(CharBuffer, Node) - Static method in class com.caucho.xml.XmlUtil
Extracts the text value from the node.
textValue(Node) - Static method in class com.caucho.xml.XmlUtil
Extracts the text value from the node.
TIME - Static variable in class com.caucho.util.QDate
 
TIME_ZONE - Static variable in class com.caucho.util.QDate
 
TimedCache - class com.caucho.util.TimedCache.
A timed LRU cache.
TimedCache(int, long) - Constructor for class com.caucho.util.TimedCache
Creates a new timed LRU cache.
TimedItem - class com.caucho.util.TimedItem.
A single item timed cache.
TimedItem(long) - Constructor for class com.caucho.util.TimedItem
Create a new timed item with a specified update time
timeout - Variable in class com.caucho.vfs.TcpPath
 
tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
toArray() - Method in class com.caucho.util.IntArray
Return a new int array with the contents.
toBoolean() - Method in class com.caucho.es.ESBase
 
toBoolean() - Method in class com.caucho.es.ESObject
 
toBoolean() - Method in class com.caucho.es.ESBoolean
 
toBoolean() - Method in class com.caucho.es.ESString
 
toBoolean() - Method in class com.caucho.es.ESNumber
Any non-zero number is true.
toBoolean() - Method in class com.caucho.es.ESBeanWrapper
 
toBoolean(Object) - Static method in class com.caucho.xpath.Expr
Convert a Java object to a boolean using the XPath rules.
toDouble(Object) - Static method in class com.caucho.xpath.Expr
Convert a Java object to a double using the XPath rules.
toESIterator(Enumeration) - Static method in class com.caucho.es.Call
 
toESIterator(Iterator) - Static method in class com.caucho.es.Call
 
toInt32() - Method in class com.caucho.es.ESBase
 
toJavaObject() - Method in class com.caucho.es.ESBase
 
toJavaObject() - Method in class com.caucho.es.ESObject
 
toJavaObject() - Method in class com.caucho.es.ESGlobal
 
toJavaObject() - Method in class com.caucho.es.ESBoolean
 
toJavaObject() - Method in class com.caucho.es.ESString
 
toJavaObject() - Method in class com.caucho.es.ESNumber
 
toJavaObject() - Method in class com.caucho.es.ESRegexp
 
toJavaObject() - Method in class com.caucho.es.ESBeanWrapper
 
toJavaObject() - Method in class com.caucho.es.Global
 
toJavaString() - Method in class com.caucho.es.ESBase
 
toJavaString() - Method in class com.caucho.es.ESNull
 
toJavaString() - Method in class com.caucho.es.ESUndefined
 
toLowerCase() - Method in class com.caucho.util.CharSegment
Converts the contents of the segment to lower case.
toNode(Object) - Static method in class com.caucho.xpath.Expr
Convert a Java object to a node using the XPath rules.
toNum() - Method in class com.caucho.es.ESBase
 
toNum() - Method in class com.caucho.es.ESObject
Returns a string rep of the object
toNum() - Method in class com.caucho.es.ESNull
 
toNum() - Method in class com.caucho.es.ESBoolean
 
toNum() - Method in class com.caucho.es.ESString
 
toNum() - Method in class com.caucho.es.ESNumber
 
toNum() - Method in class com.caucho.es.ESUndefined
 
toObject() - Method in class com.caucho.es.ESBase
 
toObject() - Method in class com.caucho.es.ESObject
 
toObject() - Method in class com.caucho.es.ESBoolean
 
toObject() - Method in class com.caucho.es.ESString
 
toObject() - Method in class com.caucho.es.ESNumber
 
top - Variable in class com.caucho.util.DynamicClassLoader
 
toPatternString() - Method in class com.caucho.xpath.Pattern
 
toPrimitive() - Method in class com.caucho.es.ESBase
 
toPrimitive(int) - Method in class com.caucho.es.ESBase
 
toPrimitive(int) - Method in class com.caucho.es.ESObject
XXX: not right
toPrimitive(int) - Method in class com.caucho.es.ESGlobal
returns a primitive
toPrimitive(int) - Method in class com.caucho.es.ESBeanWrapper
 
toSource(IntMap, boolean) - Method in class com.caucho.es.ESBase
 
toSource(IntMap, boolean) - Method in class com.caucho.es.ESObject
 
toSource(IntMap, boolean) - Method in class com.caucho.es.ESString
 
toSource(IntMap, boolean) - Method in class com.caucho.es.ESRegexp
 
toSource(IntMap, boolean) - Method in class com.caucho.es.ESBeanWrapper
 
toStr() - Method in class com.caucho.es.ESBase
 
toStr() - Method in class com.caucho.es.ESObject
Returns a string rep of the object
toStr() - Method in class com.caucho.es.ESClosure
 
toStr() - Method in class com.caucho.es.ESGlobal
returns the string representation
toStr() - Method in class com.caucho.es.ESNull
 
toStr() - Method in class com.caucho.es.ESBoolean
Returns this as a string.
toStr() - Method in class com.caucho.es.ESString
 
toStr() - Method in class com.caucho.es.ESNumber
 
toStr() - Method in class com.caucho.es.ESBeanWrapper
 
toStr() - Method in class com.caucho.es.ESUndefined
 
toStr(String) - Static method in class com.caucho.es.ESString
 
toString() - Method in class com.caucho.util.CharSegment
String representation of the buffer.
toString() - Method in class com.caucho.util.CharBuffer
String representation of the buffer.
toString() - Method in class com.caucho.util.ByteBuffer
String representation of the buffer.
toString() - Method in class com.caucho.util.IntMap
 
toString() - Method in class com.caucho.util.RegistryNode
 
toString() - Method in class com.caucho.util.Cron
 
toString() - Method in class com.caucho.util.Alarm
 
toString() - Method in class com.caucho.util.DynamicClassLoader.Entry
 
toString() - Method in class com.caucho.util.IntSet
Returns a visible.
toString() - Method in class com.caucho.util.QDate
 
toString() - Method in class com.caucho.vfs.Path
 
toString() - Method in class com.caucho.vfs.ReadStream
Returns a printable representation of the read stream.
toString() - Method in class com.caucho.vfs.FilesystemPath
 
toString() - Method in class com.caucho.vfs.JarPath
 
toString() - Method in class com.caucho.vfs.Depend
Returns a printable version of the dependency.
toString() - Method in class com.caucho.vfs.MergePath
Returns a name for the path
toString() - Method in class com.caucho.vfs.HttpPath
Returns the string form of the http path.
toString() - Method in class com.caucho.vfs.TcpPath
 
toString() - Method in class com.caucho.xpath.UnionPattern
 
toString() - Method in class com.caucho.es.ESBase
 
toString() - Method in class com.caucho.es.ESString
Returns this as a string.
toString() - Method in class com.caucho.es.ESNumber
Returns the string representation of the number.
toString() - Method in class com.caucho.es.ESWrapperException
 
toString() - Method in class com.caucho.xsl.Template
 
toString() - Method in class com.caucho.xsl.AbstractStylesheet.Depend
 
toString() - Method in class com.caucho.xsl.XslParseException
 
toString() - Method in class com.caucho.regexp.Regexp
 
toString() - Method in class com.caucho.sql.QPooledConnection
 
toString() - Method in class com.caucho.transaction.XidImpl
 
toString() - Method in class com.caucho.transaction.TransactionManagerImpl
 
toString() - Method in class com.caucho.naming.MemoryContext
 
toString() - Method in class com.caucho.naming.QName
 
toString() - Method in class com.caucho.server.http.BasicPrincipal
 
toString() - Method in class org.xml.sax.SAXException
Override toString to pick up any embedded exception.
toString() - Method in class javax.servlet.http.Cookie
Converts the cookie to a string for debugging.
toString(Object) - Static method in class com.caucho.xpath.Expr
Convert a Java object to a string using the XPath rules.
toString(String) - Method in class com.caucho.util.ByteBuffer
 
TransactionImpl - class com.caucho.transaction.TransactionImpl.
Implementation of the transaction.
TransactionManagerImpl - class com.caucho.transaction.TransactionManagerImpl.
Implementation of the transactin manager.
TransactionManagerImpl() - Constructor for class com.caucho.transaction.TransactionManagerImpl
 
transform(Document, Node, OutputStream) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Convenience class to transform a node.
transform(InputStream) - Method in class com.caucho.xsl.SAXTransformerImpl
Transforms the input stream as an XML document to SAX events.
transform(InputStream) - Method in class com.caucho.xsl.StringTransformerImpl
 
transform(InputStream) - Method in interface com.caucho.transform.StringTransformer
Transforms an input stream to a string
transform(InputStream) - Method in interface com.caucho.transform.SAXTransformer
Transforms an input stream to the SAX handler.
transform(InputStream, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
Transforms the input stream as an XML document into children of the result node.
transform(InputStream, Node) - Method in interface com.caucho.transform.NodeTransformer
Transforms an input stream to the node
transform(InputStream, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
 
transform(InputStream, OutputStream) - Method in interface com.caucho.transform.StreamTransformer
Transforms an input stream to the output stream.
transform(Node) - Method in class com.caucho.xsl.SAXTransformerImpl
Transforms the XML node to SAX events.
transform(Node) - Method in class com.caucho.xsl.StringTransformerImpl
Transform a node, producing an output string.
transform(Node) - Method in interface com.caucho.transform.StringTransformer
Transforms a node to a string.
transform(Node) - Method in interface com.caucho.transform.SAXTransformer
Transforms a node to the SAX handler.
transform(Node, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
 
transform(Node, Node) - Method in interface com.caucho.transform.NodeTransformer
Transforms a node to the result node
transform(Node, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
 
transform(Node, OutputStream) - Method in interface com.caucho.transform.StreamTransformer
Transforms a DOM node to the output stream.
transform(Node, XMLWriter, TransformerImpl) - Method in class com.caucho.xsl.AbstractStylesheet
Transforms the XML node to a new XML document based on this stylesheet.
transform(Node, XMLWriter, TransformerImpl) - Method in class com.caucho.xsl.StylesheetImpl
Transforms the input node to the output writer
transform(String) - Method in class com.caucho.xsl.SAXTransformerImpl
Transforms the input document specified by the file to SAX events.
transform(String) - Method in class com.caucho.xsl.StringTransformerImpl
 
transform(String) - Method in interface com.caucho.transform.StringTransformer
Transforms a URL path to a string.
transform(String) - Method in interface com.caucho.transform.SAXTransformer
Transforms a file URL to the SAX handler.
transform(String, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
 
transform(String, Node) - Method in interface com.caucho.transform.NodeTransformer
Transforms a file URL to the node
transform(String, Node, OutputStream) - Method in class com.caucho.xsl.AbstractStylesheetFactory
Convenience class to transform a node.
transform(String, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
 
transform(String, OutputStream) - Method in interface com.caucho.transform.StreamTransformer
Transforms a file to the output stream.
Transformer - interface com.caucho.transform.Transformer.
Transforms the input to an output.
TransformerImpl - class com.caucho.xsl.TransformerImpl.
 
TransformerImpl(StylesheetImpl) - Constructor for class com.caucho.xsl.TransformerImpl
 
transformString(String) - Method in class com.caucho.xsl.SAXTransformerImpl
Transforms the string as an XML document to SAX events.
transformString(String) - Method in class com.caucho.xsl.StringTransformerImpl
 
transformString(String) - Method in interface com.caucho.transform.StringTransformer
Transforms a string to a string.
transformString(String) - Method in interface com.caucho.transform.SAXTransformer
Transforms a string to the result node
transformString(String, Node) - Method in class com.caucho.xsl.NodeTransformerImpl
 
transformString(String, Node) - Method in interface com.caucho.transform.NodeTransformer
Transforms a string to the result node
transformString(String, OutputStream) - Method in class com.caucho.xsl.StreamTransformerImpl
 
transformString(String, OutputStream) - Method in interface com.caucho.transform.StreamTransformer
Transforms a string to the output stream.
Tree - class com.caucho.util.Tree.
 
Tree(Object) - Constructor for class com.caucho.util.Tree
 
TRUE - Static variable in class com.caucho.es.ESBoolean
 
TryCatchFinally - interface javax.servlet.jsp.tagext.TryCatchFinally.
Mixin interface to handle exceptions thrown in a tag.
typeof() - Method in class com.caucho.es.ESBase
 
typeof() - Method in class com.caucho.es.ESObject
 
typeof() - Method in class com.caucho.es.ESClosure
 
typeof() - Method in class com.caucho.es.ESGlobal
Returns the string representation of the type.
typeof() - Method in class com.caucho.es.ESNull
 
typeof() - Method in class com.caucho.es.ESBoolean
 
typeof() - Method in class com.caucho.es.ESString
 
typeof() - Method in class com.caucho.es.ESNumber
 
typeof() - Method in class com.caucho.es.ESBeanWrapper
 
typeof() - Method in class com.caucho.es.ESUndefined
 

U

UnavailableException - exception javax.servlet.UnavailableException.
 
UnavailableException(int, Servlet, String) - Constructor for class javax.servlet.UnavailableException
Deprecated.  
UnavailableException(Servlet, String) - Constructor for class javax.servlet.UnavailableException
Deprecated.  
UnavailableException(String) - Constructor for class javax.servlet.UnavailableException
 
UnavailableException(String, int) - Constructor for class javax.servlet.UnavailableException
 
unbind() - Method in class com.caucho.vfs.Path
unbinds a link.
unbind(Name) - Method in class com.caucho.naming.AbstractContext
 
unbind(Name) - Method in class com.caucho.naming.PathJndiContext
 
unbind(String) - Method in class com.caucho.naming.AbstractContext
 
unbind(String) - Method in class com.caucho.naming.PathJndiContext
 
unbindSingle(String) - Method in class com.caucho.naming.AbstractContext
 
unbindSingle(String) - Method in class com.caucho.naming.SchemeContext
 
unbindSingle(String) - Method in class com.caucho.naming.MemoryContext
 
UNBOUNDED_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
 
union(DoubleArray) - Method in class com.caucho.util.DoubleArray
 
union(int) - Method in class com.caucho.util.IntSet
Adds a point to the set
union(IntArray) - Method in class com.caucho.util.IntArray
Adds the members of newArray to the list if they are not already members of the array.
union(int, int) - Method in class com.caucho.util.IntSet
Adds the range [min,max] to the set.
union(IntSet) - Method in class com.caucho.util.IntSet
The union of two sets.
unionNegate(IntSet, int, int) - Method in class com.caucho.util.IntSet
The union with the negation of the 2nd set
UnionPattern - class com.caucho.xpath.UnionPattern.
Implementation of the 'a|b' pattern.
unload() - Method in class com.caucho.util.DynamicClassLoader
Unloads the classloader.
unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of an unparsed entity declaration.
unread() - Method in class com.caucho.vfs.ReadStream
Unreads the last byte.
unwatch(ESString) - Method in class com.caucho.es.ESObject
 
update(long) - Method in class com.caucho.util.CpuUsage
 
updateCookie(HttpServletRequest, Principal, String) - Method in class com.caucho.server.http.AbstractAuthenticator
 
updateCookie(Principal, String) - Method in class com.caucho.server.http.AbstractAuthenticator
 
updateCookie(Principal, String) - Method in class com.caucho.server.http.JdbcAuthenticator
Associates a user with a persistent cookie.
uri - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
url - Variable in class com.caucho.vfs.MailtoPath
 
urn - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
userPath - Variable in class com.caucho.vfs.FilesystemPath
 

V

value - Variable in class com.caucho.es.ESBeanWrapper
 
value() - Method in class com.caucho.util.Slist
 
valueBound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Called when the object is added to a session.
valueOf() - Method in class com.caucho.es.ESBase
 
valueOf(Object) - Method in class com.caucho.xsl.XslWriter
Adds a the contents of the node to the current node.
values - Variable in class com.caucho.es.Call
 
values() - Method in class com.caucho.util.LruCache
Returns the values in the cache
values(Iterator) - Method in class com.caucho.util.LruCache
 
valueUnbound(HttpSessionBindingEvent) - Method in interface javax.servlet.http.HttpSessionBindingListener
Called when the object is removed from a session or the session is invalidated.
VariableInfo - class javax.servlet.jsp.tagext.VariableInfo.
TagExtraInfo classes generate VariableInfo objects to create runtime variables available to the tags.
VariableInfo(String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.VariableInfo
Creates information for a variable.
Vfs - class com.caucho.vfs.Vfs.
Facade to create useful Path and Stream objects.
VfsStream - class com.caucho.vfs.VfsStream.
Stream encapsulating InputStream/OutputStream.
VfsStream(InputStream, OutputStream) - Constructor for class com.caucho.vfs.VfsStream
Create a new VfsStream based on the java.io.* stream.
VfsStream(InputStream, OutputStream, Path) - Constructor for class com.caucho.vfs.VfsStream
 
VfsWriteObject - interface com.caucho.vfs.VfsWriteObject.
 

W

warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a warning.
warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a parser warning.
watch(ESString, ESBase) - Method in class com.caucho.es.ESObject
 
wrap(Object) - Method in class com.caucho.es.ESGlobal
Wraps the java object in an ES wrapper
wrap(Object) - Method in class com.caucho.es.ESBeanWrapper
 
wrap(Object) - Static method in class com.caucho.es.Global
 
wrap(Object) - Method in class com.caucho.es.Call
 
wrapClass(Class) - Method in class com.caucho.es.Call
 
wrapper(Global, Class) - Static method in class com.caucho.es.ESArrayWrapper
 
wrapStatic() - Method in class com.caucho.es.ESBeanWrapper
 
write(byte[]) - Method in class com.caucho.vfs.WriteStream
Writes a byte array.
write(byte[], int, int) - Method in class com.caucho.vfs.StreamImpl
 
write(byte[], int, int) - Method in class com.caucho.vfs.MemoryStream
 
write(byte[], int, int) - Method in class com.caucho.vfs.WriteStream
Writes a byte array
write(byte[], int, int) - Method in class com.caucho.vfs.TempStream
 
write(byte[], int, int) - Method in class com.caucho.vfs.LogStream
Writes the buffered chunk to the underlying stream.
write(byte[], int, int) - Method in class com.caucho.vfs.TempBuffer
 
write(byte[], int, int) - Method in class com.caucho.vfs.StringWriter
Writes a utf-8 encoded buffer to the underlying string.
write(byte[], int, int) - Method in class com.caucho.vfs.MemoryPath.MemoryStream
 
write(byte[], int, int) - Method in class com.caucho.vfs.ReaderWriterStream
 
write(byte[], int, int) - Method in class com.caucho.vfs.StreamFilter
 
write(byte[], int, int) - Method in class com.caucho.vfs.PipeStream
Implementation of the pipe write.
write(byte[], int, int) - Method in interface com.caucho.jsp.ByteWriteStream
 
write(byte[], int, int) - Method in class com.caucho.jsp.QBodyContent
 
write(byte[], int, int) - Method in class com.caucho.xsl.XslWriter
Adds a byte buffer to the current text node.
write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StreamImpl
 
write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StdoutStream
 
write(byte[], int, int, boolean) - Method in class com.caucho.vfs.SocketStream
Writes bytes to the socket.
write(byte[], int, int, boolean) - Method in class com.caucho.vfs.StderrStream
 
write(byte[], int, int, boolean) - Method in class com.caucho.vfs.VfsStream
 
write(byte[], int, int, boolean) - Method in class com.caucho.server.http.JniStream
 
write(char[]) - Method in class com.caucho.jsp.QBodyContent
 
write(char[], int, int) - Method in class com.caucho.jsp.QBodyContent
 
write(char[], int, int) - Method in class com.caucho.xsl.XslWriter
Adds a char buffer to the current text node.
write(int) - Method in class com.caucho.vfs.WriteStream
Writes a byte.
write(int) - Method in class com.caucho.jsp.QBodyContent
 
write(int) - Method in class com.caucho.xsl.XslWriter
Adds a byte to the current text node.
write(String) - Method in class com.caucho.jsp.QBodyContent
 
write(String, int, int) - Method in class com.caucho.jsp.QBodyContent
 
writeFile(Path) - Method in class com.caucho.vfs.WriteStream
Copies a file to the stream.
writeOut(Writer) - Method in class com.caucho.jsp.QBodyContent
 
writeOut(Writer) - Method in class javax.servlet.jsp.tagext.BodyContent
Writes the contents to the writer.
WriteStream - class com.caucho.vfs.WriteStream.
A fast bufferered output stream supporting both character and byte data.
WriteStream() - Constructor for class com.caucho.vfs.WriteStream
Creates an uninitialized stream.
writeStream(InputStream) - Method in class com.caucho.vfs.WriteStream
Writes the contents of a JDK stream.
writeStream(InputStream, int) - Method in class com.caucho.vfs.WriteStream
Writes the contents of a JDK stream.
WriteStream(StreamImpl) - Constructor for class com.caucho.vfs.WriteStream
Creates a stream and initializes with a specified source.
writeText(XslWriter, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
writeToStream(OutputStream) - Method in class com.caucho.vfs.MemoryStream
 
writeToStream(OutputStream) - Method in class com.caucho.vfs.Path
Utility to write the contents of this path to the destination stream.
writeToStream(OutputStream) - Method in class com.caucho.vfs.ReadStream
Copies this stream to the output stream.
writeToStream(OutputStream) - Method in class com.caucho.vfs.CachePath
Write the contents of the cache item to the output stream.
writeToStream(OutputStream, int) - Method in class com.caucho.vfs.ReadStream
Writes len bytes to the output stream from this stream.
writeToWriter(Writer) - Method in class com.caucho.vfs.ReadStream
Copies this stream to the output stream.
WRONG_DOCUMENT_ERR - Static variable in class org.w3c.dom.DOMException
If a node is used in a different document than the one that created it (that doesn't support it)

X

XidImpl - class com.caucho.transaction.XidImpl.
 
Xml - class com.caucho.xml.Xml.
XML parser interface.
Xml() - Constructor for class com.caucho.xml.Xml
Create a new strict XML parser
XmlChar - class com.caucho.xml.XmlChar.
XmlChar contains the XML character classes
XmlDocumentBuilderFactory - class com.caucho.xml.parsers.XmlDocumentBuilderFactory.
JAXP document builder factory for strict XML parsing.
XmlDocumentBuilderFactory() - Constructor for class com.caucho.xml.parsers.XmlDocumentBuilderFactory
 
XMLFilter - interface org.xml.sax.XMLFilter.
Interface for an XML filter.
XmlParseException - exception com.caucho.xml.XmlParseException.
 
XmlParser - class com.caucho.xml.XmlParser.
A configurable XML parser.
XmlParser() - Constructor for class com.caucho.xml.XmlParser
 
XmlPrinter - class com.caucho.xml.XmlPrinter.
Controls printing of XML documents.
XmlPrinter() - Constructor for class com.caucho.xml.XmlPrinter
Create an XmlPrinter.
XmlPrinter(OutputStream) - Constructor for class com.caucho.xml.XmlPrinter
Creates a new XmlPrinter writing to an output stream.
XmlPrinter(Writer) - Constructor for class com.caucho.xml.XmlPrinter
Creates a new XmlPrinter writing to a writer.
XMLReader - interface org.xml.sax.XMLReader.
Interface for reading an XML document using callbacks.
XmlSAXParserFactory - class com.caucho.xml.parsers.XmlSAXParserFactory.
JAXP SAX parser factory for strict XML parsing.
XmlSAXParserFactory() - Constructor for class com.caucho.xml.parsers.XmlSAXParserFactory
 
XmlUtil - class com.caucho.xml.XmlUtil.
XML utilities for manipulating names and the DOM.
XmlUtil() - Constructor for class com.caucho.xml.XmlUtil
 
XMLWriter - interface com.caucho.xml.XMLWriter.
Interface for printing XML documents.
XPath - class com.caucho.xpath.XPath.
Public facade for selecting nodes and creating match patterns.
XPathFun - class com.caucho.xpath.XPathFun.
Base class for XPath functions.
XPathFun() - Constructor for class com.caucho.xpath.XPathFun
 
XPathParseException - exception com.caucho.xpath.XPathParseException.
Exception thrown when detecting an error during parsing.
Xsl - class com.caucho.xsl.Xsl.
Public facade for creating stylesheets.
Xsl() - Constructor for class com.caucho.xsl.Xsl
 
XslFilter - class com.caucho.jsp.XslFilter.
Filters the output of JSP pages.
XslFilter() - Constructor for class com.caucho.jsp.XslFilter
 
XslNumberFormat - class com.caucho.xsl.XslNumberFormat.
Formatting for the xsl:number action.
XslNumberFormat(String, String, boolean, String, int) - Constructor for class com.caucho.xsl.XslNumberFormat
Create a new number formatting object.
XslParseException - exception com.caucho.xsl.XslParseException.
 
XslParseException() - Constructor for class com.caucho.xsl.XslParseException
 
XslParseException(Exception) - Constructor for class com.caucho.xsl.XslParseException
 
XslParseException(String) - Constructor for class com.caucho.xsl.XslParseException
 
xslSort(Node, Env, Pattern, Sort[]) - Method in class com.caucho.xsl.StylesheetImpl
 
XslWriter - class com.caucho.xsl.XslWriter.
Writer stream for generating stylesheet output.
XtpManager - class com.caucho.jsp.XtpManager.
Manages XTP templates.
XtpServlet - class com.caucho.jsp.XtpServlet.
Handles JSP pages.
XtpServlet() - Constructor for class com.caucho.jsp.XtpServlet
 

Y

YEAR - Static variable in class com.caucho.util.QDate
 

Z

ZERO - Static variable in class com.caucho.es.ESNumber
 

_

_caucho_addCacheDepend(Path, long, long) - Method in class com.caucho.jsp.Page
 
_caucho_addDepend(Path) - Method in class com.caucho.jsp.Page
 
_caucho_addDepend(Path, long, long) - Method in class com.caucho.jsp.Page
 
_caucho_getLineMap() - Method in class com.caucho.jsp.Page
 
_caucho_getLineMap() - Method in interface com.caucho.jsp.CauchoPage
 
_caucho_init(HttpServletRequest, HttpServletResponse) - Method in class com.caucho.jsp.Page
 
_caucho_isModified() - Method in class com.caucho.jsp.Page
 
_caucho_isModified() - Method in interface com.caucho.jsp.CauchoPage
 
_caucho_lastModified() - Method in class com.caucho.jsp.Page
The default Last-Modified time is just the most recently modified file.
_caucho_lastModified() - Method in interface com.caucho.jsp.CauchoPage
 
_caucho_setAlwaysModified() - Method in class com.caucho.jsp.Page
 
_caucho_setCacheable() - Method in class com.caucho.jsp.Page
 
_caucho_setContentType(String, String) - Method in class com.caucho.jsp.Page
 
_caucho_setNeverModified(boolean) - Method in class com.caucho.jsp.Page
Set if the page is never modified.
_cauchoCreateBean(String) - Method in class com.caucho.jsp.JavaScriptPageServlet
Creates a new bean.
_first(double, double) - Static method in class com.caucho.es.Call
 
_first(ESBase, ESBase) - Static method in class com.caucho.es.Call
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class com.caucho.jsp.JavaPage
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in interface javax.servlet.jsp.HttpJspPage
 
_namespaces - Variable in class com.caucho.xsl.JavaStylesheet
 
_post(ESBase, ESString, int) - Static method in class com.caucho.es.Call
 
_post(ESString, int) - Method in class com.caucho.es.Call
 
_pre(ESBase, ESString, int) - Static method in class com.caucho.es.Call
 
_pre(ESString, int) - Method in class com.caucho.es.Call
 
_xsl_exprs - Variable in class com.caucho.xsl.JavaScriptStylesheet
 
_xsl_formats - Variable in class com.caucho.xsl.JavaStylesheet
 
_xsl_formats - Variable in class com.caucho.xsl.JavaScriptStylesheet
 
_xsl_init(XslWriter, Node, Env) - Method in class com.caucho.xsl.StylesheetImpl
 
_xsl_init(XslWriter, Node, Env) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
_xsl_ns - Variable in class com.caucho.xsl.JavaScriptStylesheet
 
_xsl_sort(Node, Env, int, int) - Method in class com.caucho.xsl.JavaScriptStylesheet
 
_xsl_sorts - Variable in class com.caucho.xsl.JavaStylesheet
 
_xsl_sorts - Variable in class com.caucho.xsl.JavaScriptStylesheet
 

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 _