|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
newChild
to the end of the list of children
of this node.
Attr
interface represents an attribute in an
Element
object.Attr
.
Attributes
interface, which includes Namespace support.CDATASection
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Comment
.
name
name
Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
Document
object of the specified type with
its document element.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
ProcessingInstruction
node given the specified
name and data strings.
Text
node given the specified string.
Document
interface represents the entire HTML or XML
document.DocumentFragment
.
Document
.
DocumentType
.
- 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)
Element
interface represents an element in an HTML or XML
document.Element
.
sendRedirect()
sendRedirect()
Entity
.
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.Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
NodeList
that contains all children of this node.
DocumentType
)
associated with this document.
Element
whose ID
is given by
elementId
.
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.
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.
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.
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.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOMImplementation
object that handles this document.
data
and the substringData
method below.
DOCTYPE
keyword.
null
if it is
unspecified.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
null
if it is
unspecified.
- 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
-
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class.true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
newChild
before the existing child node
refChild
.
index
th item in the collection.
index
th item in the map.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Node
interface is the primary datatype for the entire
Document Object Model.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.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.
Notation
.
XMLReader
interface, which includes Namespace support.ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
size
.
size
.
nodeName
attribute.
namespaceURI
and
localName
.
n
bytes.
offset
,
keeping both in the tree as siblings.
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.Text
node.
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)
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |