|
|||||||||
| 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.
CDATASection.
CharacterData interface extends Node with a set of
attributes and methods for accessing character data in the DOM.java.lang.Object.clone
method to return a copy of this cookie.
CharacterData and represents the
content of a comment, i.e., all the characters between the starting '
<!--' and ending '-->'.Comment.
Attr of the given name.
CDATASection node whose value is the specified
string.
Comment node given the specified string.
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.- DocumentType - interface org.w3c.dom.DocumentType.
- Each
Document has a doctype attribute whose value
is either null or a DocumentType object. - doDelete(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a DELETE request.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doEndTag() -
Method in interface javax.servlet.jsp.tagext.Tag
- Process the end tag for this instance.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainPage
- Invokes the final servlet at the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainServlet
- Invokes the final servlet at the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainSingleThreadServlet
- Invokes the final servlet at the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.QFilterChain
- Invokes the next filter in the chain or the final servlet at
the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainFilter
- Invokes the next filter in the chain or the final servlet at
the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in interface javax.servlet.FilterChain
- Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, causes the resource at the end of the chain to be invoked.
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class com.caucho.http.security.ErrorFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class com.caucho.http.security.SecurityFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in interface javax.servlet.Filter
- The
doFilter method of the Filter is called by the container
each time a request/response pair is passed through the chain due
to a client request for a resource at the end of the chain.
- doFinally() -
Method in interface javax.servlet.jsp.tagext.TryCatchFinally
- Invoked in all cases after doEndTag() for any class implementing
Tag, IterationTag or BodyTag.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class com.caucho.server.http.DirectoryServlet
-
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method) to
allow a servlet to handle a GET request.
- doHead(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Receives an HTTP HEAD request from the protected
service method and handles the
request.
- doInitBody() -
Method in interface javax.servlet.jsp.tagext.BodyTag
- Prepare for evaluation of the body.
- doInitBody() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body just before the first body evaluation:
no action.
- DOMBuilder - class com.caucho.xml.DOMBuilder.
- XMLWriter to create a DOM document.
- DOMBuilder() -
Constructor for class com.caucho.xml.DOMBuilder
-
- DOMException - exception org.w3c.dom.DOMException.
- DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
- DOMException(short, String) -
Constructor for class org.w3c.dom.DOMException
-
- DOMImplementation - interface org.w3c.dom.DOMImplementation.
- The
DOMImplementation interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model. - DOMSTRING_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
- If the specified range of text does not fit into a DOMString
- doNew(ESBase, ESString, int) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, ESString, int, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, ESString, int, ESBase, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, ESString, int, ESBase, ESBase, ESBase, int) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int, ESBase, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int, ESBase, ESBase, ESBase, int) -
Method in class com.caucho.es.Call
-
- DONT_DELETE -
Static variable in class com.caucho.es.ESBase
-
- DONT_ENUM -
Static variable in class com.caucho.es.ESBase
-
- doOptions(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a OPTIONS request.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a POST request.
- doPut(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a PUT request.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED
- doStartTag() -
Method in interface javax.servlet.jsp.tagext.Tag
- Process the start tag for this instance.
- doTrace(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a TRACE request.
- DoubleArray - class com.caucho.util.DoubleArray.
-
- DoubleArray() -
Constructor for class com.caucho.util.DoubleArray
-
- doVoid(ESBase) -
Static method in class com.caucho.es.Call
-
- dtd(QDocumentType) -
Method in class com.caucho.xml.DOMBuilder
-
- DummyRequest - class com.caucho.server.http.DummyRequest.
-
- DummyRequest() -
Constructor for class com.caucho.server.http.DummyRequest
-
- DummyResponse - class com.caucho.server.http.DummyResponse.
-
- DummyResponse() -
Constructor for class com.caucho.server.http.DummyResponse
-
- dup() -
Method in class com.caucho.es.ESClosure
-
- dup() -
Method in class com.caucho.es.ESRegexp
-
- dup() -
Method in class com.caucho.es.ESBeanWrapper
-
- dup(int) -
Method in class com.caucho.es.ESBeanWrapper
-
- DynamicClassLoader - class com.caucho.util.DynamicClassLoader.
- Class loader which checks for changes in class files and automatically
picks up new jars.
- DynamicClassLoader.Entry - class com.caucho.util.DynamicClassLoader.Entry.
- Describes a cached loaded class entry.
- DynamicClassLoader.Entry(DynamicClassLoader, String, Path, Path) -
Constructor for class com.caucho.util.DynamicClassLoader.Entry
- Create a loaded class entry
- DynamicClassLoader.Entry(DynamicClassLoader, String, Path, Path, Path) -
Constructor for class com.caucho.util.DynamicClassLoader.Entry
- Create a loaded class entry
- DynamicClassLoader(ClassLoader) -
Constructor for class com.caucho.util.DynamicClassLoader
- Create a new class loader (jdk1.2)
Element interface represents an element in an HTML or XML
document.Element.
sendRedirect method or, if encoding is not needed,
returns the URL unchanged.
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.newXMLFilter methods are supported.
doFilter method.Object,
or null if no attribute of the given name exists.
null if there is no attribute by that name.
null if no object is bound under the name.
Enumeration containing the
names of the attributes available to this request.
Enumeration containing the
attribute names available
within this servlet context.
Enumeration of String objects
containing the names of all the objects bound to this session.
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.
null if the cookie has no comment.
null if the type is not known.
ServletContext object that
corresponds to a specified URL on the server.
Cookie
objects the client sent with this request.
long value that represents a
Date object.
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.
String.
Enumeration of String objects.
Enumeration and will be removed
in a future version of this API.
DOMImplementation object that handles this document.
String containing the value of the named
initialization parameter, or null if the parameter does
not exist.
String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
String containing the value of the named
context-wide initialization parameter, or null if the
parameter does not exist.
Enumeration of String objects,
or an empty Enumeration if the servlet has no
initialization parameters.
Enumeration of String objects,
or an empty Enumeration if the servlet has
no initialization parameters.
Enumeration of String objects,
or an empty Enumeration if the servlet has
no initialization parameters.
Enumeration of String objects, or an
empty Enumeration if the context has no initialization
parameters.
ServletInputStream.
null if there is none.
int.
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
data
and the substringData method below.
Locale that the client will
accept content in, based on the Accept-Language header.
Enumeration of Locale objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
-1 indicating the cookie will persist
until browser shutdown.
null if
the MIME type is not known.
DOCTYPE keyword.
RequestDispatcher object that acts
as a wrapper for the named servlet.
null if it is
unspecified.
NamedNodeMap containing the notations declared in the
DTD.
ServletOutputStream suitable for writing binary
data in the response.
Document object associated with this node.
Element node this attribute is attached to or
null if this attribute is not in use.
String,
or null if the parameter does not exist.
Enumeration of String
objects containing the names of the parameters contained
in this request.
String objects containing
all of the values the given request parameter has, or
null if the parameter does not exist.
null if it is
unspecified.
BufferedReader.
ServletContext.getRealPath(java.lang.String) instead.
String containing the real path
for a given virtual path.
null if the user
has not been authenticated.
RequestDispatcher object that acts as a wrapper for
the resource located at the given path.
RequestDispatcher object that acts
as a wrapper for the resource located at the given path.
HttpServletRequest object.
InputStream object.
http, https, or ftp.
true if the browser is sending cookies
only over a secure protocol, or false if the
browser can send cookies using any protocol.
This method was originally defined to retrieve a servlet
from a ServletContext. In this version, this method
always returns null and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext class and can perform shared business logic
by invoking methods on common non-servlet classes.
ServletConfig object.
ServletConfig object, which contains
initialization and startup parameters for this servlet.
ServletContext in which this servlet
is running.
ServletContext in which the caller
is executing.
ServletContext in which the caller
is executing.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
This method was originally defined to return an Enumeration
of all the servlets known to this servlet context. In this
version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
HttpSession
associated with this request or, if if there is no
current session and create is true, returns
a new session.
true; otherwise, it is
false.
java.security.Principal object containing
the name of the current authenticated user.
HttpSession.getAttribute(java.lang.String).
HttpSession.getAttributeNames()
PrintWriter object that
can send character text to the client.
reaperInterval
reaperInterval
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.
ServletRequest interface
to provide request information for HTTP servlets.ServletResponse interface to provide HTTP-specific
functionality in sending a response.HttpSessionBindingListener when it is bound or
unbound from a session, or to a HttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is
bound, unbound or replaced in a session.HttpUtils object.
super.init(config).
newChild before the existing child node
refChild.
true if the client does not yet know about the
session or if the client chooses not to join the session.
boolean indicating
whether the servlet is permanently unavailable.
HttpServletRequest.isRequestedSessionIdFromURL()
instead.
indexth item in the collection.
indexth item in the map.
ServletContext.log(String message, Throwable throwable)
instead.
This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.
Throwable exception
to the servlet log file, prepended by the servlet's name.
Throwable exception
to the servlet log file.
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.
base as the callback.
handler as the callback.
handler as the callback
and systemId to resolve relative paths.
base as the callback.
base as the callback
and systemId to resolve relative paths.
handler as the callback.
HashTable object
with key-value pairs.
boolean value to the client,
with no carriage return-line feed (CRLF)
character at the end.
double value to the client,
with no carriage return-line feed (CRLF) at the end.
float value to the client,
with no carriage return-line feed (CRLF) at the end.
long value to the client,
with no carriage return-line feed (CRLF) at the end.
String to the client,
without a carriage return-line feed (CRLF)
character at the end.
boolean value to the client,
followed by a
carriage return-line feed (CRLF).
double value to the client,
followed by a carriage return-line feed (CRLF).
float value to the client,
followed by a carriage return-line feed (CRLF).
long value to the client, followed by a
carriage return-line feed (CRLF).
String to the client,
followed by a carriage return-line feed (CRLF).
ProcessingInstruction.
ProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.HttpSession.setAttribute(java.lang.String, java.lang.Object)
oldChild from the list
of children, and returns it.
HttpSession.removeAttribute(java.lang.String)
oldChild with newChild
in the list of children, and returns the oldChild node.
Content-Length.
Request-Line is not allowed for the resource
identified by the Request-URI.
Request-URI is longer
than the server is willing to interpret.
Location field.
service method and dispatches
them to the doXXX methods defined in
this class.
service method.
readLine method
for reading data one line at a time.nodeName attribute.
namespaceURI and
localName.
null if it is
unspecified.
setStatus(int), to send an error with a description
use sendError(int, String).
Sets the status code and message for this response.
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.
UnavailableException.UnavailableException(String, int) instead.
UnavailableException.UnavailableException(String) instead.
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 | ||||||||