Defines a generic, protocol-independent
servlet.
Get the ith child node or content.
Get the first child node with the tag.
Get the acceptable transfer encodings.
Get the nmber of threads used to accept connections
Gets the tag that is being adapted to the Tag interface.
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name.
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name.
Returns the object associated with the name in the page scope or null
if not found.
Returns the servlet container attribute with the given name,
or null
if there is no attribute by that name.
Returns the value of the named attribute as an Object
,
or null
if no attribute of the given name exists.
Returns the value of the named attribute as an Object
,
or null
if no attribute of the given name exists.
The default behavior of this method is to call getAttribute(String name)
on the wrapped request object.
The value of the attribute.
Get an element attribute.
Return the object associated with the name in the specified
scope or null if not found.
Get an element attribute.
Returns an Enumeration
of String
objects
containing the names of all the objects bound to this session.
Returns an Enumeration
of String
objects
containing the names of all the objects bound to this session.
Returns an Enumeration
containing the
attribute names available
within this servlet context.
Returns an Enumeration
containing the
names of the attributes available to this request.
Returns an Enumeration
containing the
names of the attributes available to this request.
The default behavior of this method is to return getAttributeNames()
on the wrapped request object.
Enumerate all the attributes in a given scope.
Enumerates the attributes.
Attribute information (in the TLD) on this tag.
Get an array of element attributes.
Get the scope where a given attribute is defined.
Get the value for a given attribute.
Returns the name of the authentication scheme used to protect
the servlet.
The default behavior of this method is to return getAuthType()
on the wrapped request object.
Returns the name of the authentication scheme used to protect
the servlet.
Get a name to object binding from this Context
Get a name to object binding from this Context
The bodycontent information for this tag.
Get a buffer to write to this InputStream.
Get the buffered output stream.
Get the size of the header reserve area.
Get the size of the buffers used by connections from this listener.
Get the output buffer capacity.
This method returns the size of the buffer used by the JspWriter.
Returns the actual buffer size used for the response.
Returns the actual buffer size used for the response.
The default behavior of this method is to return getBufferSize()
on the wrapped response object.
Get a byte array from the pool of known size.
Returns byte[] that holds all buffered data in its first getLength() bytes.
Returns the name of the character encoding used in the body of this
request.
Returns the name of the character encoding (MIME charset)
used for the body sent in this response.
Returns the name of the character encoding used in the body of this
request.
The default behavior of this method is to return getCharacterEncoding()
on the wrapped request object.
Returns the name of the character encoding (MIME charset)
used for the body sent in this response.
The default behavior of this method is to return getCharacterEncoding()
on the wrapped response object.
The body of the <variable-class> element.
Returns the type of this variable.
Get the context classpath.
Returns the comment describing the purpose of this cookie, or
null
if the cookie has no comment.
Get the protocol port to use for confidential redirections.
Get the protocol scheme to use for confidential redirections.
getConfigurations
Make mbeans for all of the Configurations applied to the
WebApplicationContext
Get the underlying connection object.
Returns the length, in bytes, of the request body
and made available by the input stream, or -1 if the
length is not known.
Returns the length, in bytes, of the request body
and made available by the input stream, or -1 if the
length is not known.
The default behavior of this method is to return getContentLength()
on the wrapped request object.
Returns the MIME type of the body of the request, or
null
if the type is not known.
Returns the content type used for the MIME body
sent in this response.
Returns the MIME type of the body of the request, or
null
if the type is not known.
The default behavior of this method is to return getContentType()
on the wrapped request object.
Returns the content type used for the MIME body
sent in this response.
The default behavior of this method is to return getContentType()
on the wrapped response object.
Returns a ServletContext
object that
corresponds to a specified URL on the server.
Get context attribute names.
Returns the portion of the request URI that indicates the context
of the request.
The default behavior of this method is to return getContextPath()
on the wrapped request object.
Returns the portion of the request URI that indicates the context
of the request.
Extract received cookies from a header.
Returns an array containing all of the Cookie
objects the client sent with this request.
The default behavior of this method is to return getCookies()
on the wrapped request object.
Returns an array containing all of the Cookie
objects the client sent with this request.
Returns the time when this session was created, measured
in milliseconds since midnight January 1, 1970 GMT.
Returns the time when this session was created, measured
in milliseconds since midnight January 1, 1970 GMT.
Get a credential from a String.
Get a DataSource implementation from the list of registered DataSources.
Create a Reference for a DataSource.
Get the dated log filename.
Get a header as a date value.
Get a header as a date value.
Returns the value of the specified request header
as a long
value that represents a
Date
object.
The default behavior of this method is to return getDateHeader(String name)
on the wrapped request object.
Returns the value of the specified request header
as a long
value that represents a
Date
object.
The body of the <declare> element.
Returns whether this is a new variable.
Returns the default factory for this implementation.
Get the listeners Default scheme.
Get the listeners Default scheme.
Get the default scheme for requests.
Returns the domain name set for this cookie.
Get the protocol version.
Get a mapping of java:comp/env bindings for this webapp context.
Get the enclosing JspWriter.
Get the encoded request path.
Get the encoded uri path.
Get char encoding by mime type.
Get the map of mime type to char encoding.
called to get implementation-specific information on the current JSP engine.
Get a map entry by byte array key.
Get a map entry by char array key.
Get a map entry by substring key.
Get the environment of this Context.
Provides convenient access to error information.
The current value of the exception object (an Exception).
Provides programmatic access to the ExpressionEvaluator.
Get enumeration of header _names.
Get a multi valued message field.
Get a multi valued message field.
Returns an File representing the given resource or NULL if this
is not possible.
Returns an File representing the given resource or NULL if this
is not possible.
Returns an File representing the given resource or NULL if this
is not possible.
Get the file classpath of the context.
Get any file name associated with a part.
Returns the filter-name of this filter as defined in the deployment descriptor.
Get the FunctionInfo for a given function name, looking through all the
functions in this tag library.
The class of the function.
An array describing the functions that are defined in this tag library.
The signature of the function.
Get the HTTP header fields.
Returns the value of the specified request header
as a String
.
The default behavior of this method is to return getHeader(String name)
on the wrapped request object.
Returns the value of the specified request header
as a String
.
Returns an enumeration of all the header names this request
contains.
The default behavior of this method is to return getHeaderNames()
on the wrapped request object.
Returns an enumeration of all the header names this request
contains.
Returns all the values of the specified request header
as an Enumeration
of String
objects.
The default behavior of this method is to return getHeaders(String name)
on the wrapped request object.
Returns all the values of the specified request header
as an Enumeration
of String
objects.
ServletHolder matching path.
Get the host or IP of the interface used by this listener.
Get the hosts for the context.
Get the ThreadLocal HttpConnection.
Get the HttpContext handling this reponse.
Get an optional HttpHandler for the listener.
Get the listeners HttpServer .
Get the HttpServer instance for this HttpListener.
Get HttpServer Collection.
Returns a string containing the unique identifier assigned to this
session.
Returns a string containing the unique identifier assigned to this
session.
The value of the tag's id attribute.
The value of the id attribute of this tag; or null.
Convenience static method that goes through an array of TagAttributeInfo
objects and looks for "id".
Get the number of idle threads in the pool.
The information string for the tag.
Information (documentation) for this TLD.
Get Context that has access to default Namespace.
Returns a String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
Returns a String
containing the value of the named
initialization parameter, or null
if the parameter does
not exist.
Get context init parameter.
Returns a String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
Returns a String
containing the value of the named
context-wide initialization parameter, or null
if the
parameter does not exist.
Returns the names of the filter's initialization parameters
as an Enumeration
of String
objects,
or an empty Enumeration
if the filter has
no initialization parameters.
Returns the names of the servlet's initialization parameters
as an Enumeration
of String
objects,
or an empty Enumeration
if the servlet has no
initialization parameters.
Get context init parameter.
Returns the names of the servlet's initialization parameters
as an Enumeration
of String
objects,
or an empty Enumeration
if the servlet has
no initialization parameters.
Returns the names of the context's initialization parameters as an
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
Get the init parameters data as an immutable Map.
Returns an input stream to the resource
Returns an input stream to the resource
Get the connections InputStream.
Returns an input stream on the XML view of a JSP page.
Returns an input stream to the resource
The default behavior of this method is to return getInputStream()
on the wrapped request object.
Returns InputSream for reading buffered data.
Returns an input stream to the resource
Get the data of a part as a stream.
Get the protocol port to use for integral redirections.
Get the protocol scheme to use for integral redirections.
Get a header as an integer value.
Get a field as an integer value.
Returns the value of the specified request header
as an int
.
The default behavior of this method is to return getIntHeader(String name)
on the wrapped request object.
Returns the value of the specified request header
as an int
.
Returns the body passed in by the container via setJspBody.
Returns the JspContext that is bound to this JspFragment.
Returns the page context passed in by the container via
setJspContext.
Get the path to the large icon.
Returns the last time the client sent a request associated with
this session, as the number of milliseconds since midnight
January 1, 1970 GMT, and marked by the time the container received the request.
Returns the last time the client sent a request associated with
this session, as the number of milliseconds since midnight
January 1, 1970 GMT, and marked by the time the container received the request.
Returns the time the HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
Returns number of bytes buffered so far.
Get the real List from a LazyList.
Get the real List from a LazyList.
Get the connections listener.
Get the resource list as a HTML directory listing.
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
The default behavior of this method is to return
getLocalAddr() on the wrapped request object.
Returns the preferred Locale
that the client will
accept content in, based on the Accept-Language header.
Returns the preferred Locale
that the client will
accept content in, based on the Accept-Language header.
The default behavior of this method is to return getLocale()
on the wrapped request object.
The default behavior of this method is to return getLocale()
on the wrapped response object.
Get the character encoding for a locale.
Returns an Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
Returns an Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
The default behavior of this method is to return getLocales()
on the wrapped request object.
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
The default behavior of this method is to return
getLocalName() on the wrapped request object.
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
The default behavior of this method is to return
getLocalPort() on the wrapped request object.
Returns the major version of the Java Servlet API that this
servlet container supports.
Get the entry mapped by the best specification.
Get all entries matched by the path.
Returns the maximum age of the cookie, specified in seconds,
By default, -1
indicating the cookie will persist
until browser shutdown.
Get the maximum thread idle time.
Returns the maximum time interval, in seconds, that
the servlet container will keep this session open between
client accesses.
Returns the maximum time interval, in seconds, that
the servlet container will keep this session open between
client accesses.
Set the maximum number of threads.
Get the localized validation message.
Get the HTTP method for this request.
Returns the name of the HTTP method with which this request was made,
for example, GET, POST, or PUT.
The default behavior of this method is to return getMethod()
on the wrapped request object.
Returns the name of the HTTP method with which this request was made,
for example, GET, POST, or PUT.
Get the MIME type by filename extension.
Returns the MIME type of the specified file, or null
if
the MIME type is not known.
Get minimum content length for GZIP encoding.
Returns the minor version of the Servlet API that this
servlet container supports.
Get the minimum number of threads.
Get the name of the handler.
Returns the name of the resource
getName
This method is only defined to satisfy JMX: it is non-compliant
to have an mbean with no methods on it, so this method has been
added as a workaround.
Returns the name of the cookie.
Returns the name of the resource
The name of the function.
Get the name of the handler.
Get the name of the handler.
Returns the name with which the attribute is bound to or unbound from
the session.
Get the name identifying the user
Get the name of the realm.
Returns the name of the resource
Return the name of the attribute that changed on the ServletContext.
Get the name of the handler.
Return the name of the attribute that changed on the ServletRequest.
The name of this attribute.
The unique action name of this tag.
Returns the name of the resource
The body of the <name-from-attribute> element.
The body of the <name-given> element.
Get the full name of this Context node
by visiting it's ancestors back to root.
Return a NameParser for this Context.
Return a NameParser for this Context.
Either return a new context or the resolution of a url.
The current value of the out object (a JspWriter).
Returns an output stream to the resource
Returns an output stream to the resource
Get the connections OutputStream.
Get the backing output stream.
Returns an output stream to the resource
The default behavior of this method is to return getOutputStream()
on the wrapped response object.
Returns OutputStream filling this buffer.
Returns an output stream to the resource
The current value of the page object (In a Servlet environment,
this is an instance of javax.servlet.Servlet).
obtains an instance of an implementation dependent
javax.servlet.jsp.PageContext abstract class for the calling Servlet
and currently pending request and response.
Returns the value of a request parameter as a String
,
or null
if the parameter does not exist.
Returns the value of a request parameter as a String
,
or null
if the parameter does not exist.
The default behavior of this method is to return getParameter(String name)
on the wrapped request object.
This method is not recommended as it forces the generation of a
non-optimal data structure.
Returns a java.util.Map of the parameters of this request.
The default behavior of this method is to return getParameterMap()
on the wrapped request object.
Get the set of parameter names.
Returns an Enumeration
of String
objects containing the names of the parameters contained
in this request.
Returns an Enumeration
of String
objects containing the names of the parameters contained
in this request.
The default behavior of this method is to return getParameterNames()
on the wrapped request object.
Get the uri query _parameters names.
Get the uri query _parameters.
Get multi valued paramater.
Returns an array of String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
Returns an array of String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
The default behavior of this method is to return getParameterValues(String name)
on the wrapped request object.
Get the MIME parameters associated with a part.
Get a Frame representing the function one level up in this frame.
Returns the parent of this tag, for collaboration purposes.
Returns the parent of this tag, for collaboration purposes.
Get the parent (closest enclosing tag handler) for this tag handler.
Returns the parent of this tag, which is always
getAdaptee().getParent().
The Tag instance most closely enclosing this tag instance.
Returns the path on the server
to which the browser returns this cookie.
Where to find the .tag file implementing this action.
Returns any extra path information associated with the URL the client
sent when it made this request.
The default behavior of this method is to return getPathInfo()
on the wrapped request object.
Returns any extra path information associated with the URL the client
sent when it made this request.
Returns any extra path information after the servlet name but before
the query string, and translates it to a real path.
The default behavior of this method is to return getPathTranslated()
on the wrapped request object.
Returns any extra path information after the servlet name but before
the query string, and translates it to a real path.
Get the permissions to be used for this context.
Get the port number of the listener.
The prefix assigned to this taglib from the taglib directive
Get surrounding out JspWriter.
Get the principal for a username.
Get the principal for a username.
Get the principal for a username.
Returns the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for
example, HTTP/1.1.
Returns the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for
example, HTTP/1.1.
The default behavior of this method is to return getProtocol()
on the wrapped request object.
Get proxy host black list.
Get proxy host white list.
Get the uri query String.
Returns the query string that is contained in the request URL after
the path.
The default behavior of this method is to return getQueryString()
on the wrapped request object.
Returns the query string that is contained in the request URL after
the path.
Return the value of this BodyContent as a Reader.
Retrieves the body of the request as character data using
a BufferedReader
.
Retrieves the body of the request as character data using
a BufferedReader
.
The default behavior of this method is to return getReader()
on the wrapped request object.
Returns a String
containing the real path
for a given virtual path.
The default behavior of this method is to return getRealPath(String path)
on the wrapped request object.
The "reliable" URN indicated in the TLD (the uri element).
This method returns the number of unused bytes in the buffer.
Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
The default behavior of this method is to return getRemoteAddr()
on the wrapped request object.
Returns the fully qualified name of the client
or the last proxy that sent the request.
Returns the fully qualified name of the client
or the last proxy that sent the request.
The default behavior of this method is to return getRemoteHost()
on the wrapped request object.
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
The default behavior of this method is to return
getRemotePort() on the wrapped request object.
Returns the login of the user making this request, if the user has been
authenticated, or null
if the user has not been
authenticated.
The default behavior of this method is to return getRemoteUser()
on the wrapped request object.
Returns the login of the user making this request, if the user has been
authenticated, or null
if the user has not been
authenticated.
The current value of the request object (a ServletRequest).
Return the wrapped request object.
Returns a
RequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
Returns a
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
Returns a
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
The default behavior of this method is to return getRequestDispatcher(String path)
on the wrapped request object.
Returns the session ID specified by the client.
The default behavior of this method is to return getRequestedSessionId()
on the wrapped request object.
Returns the session ID specified by the client.
Return the HTTP request line as it was received.
Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
The default behavior of this method is to return getRequestURI()
on the wrapped request object.
Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
Reconstructs the URL the client used to make the request.
Reconstructs the URL the client used to make the request.
The default behavior of this method is to return getRequestURL()
on the wrapped request object.
Reconstructs the URL the client used to make the request.
Reconstructs the URL the client used to make the request, using
information in the HttpServletRequest
object.
A string describing the required version of the JSP container.
Get a resource from the context.
Returns a URL to the resource that is mapped to a specified
path.
Returns the resource located at the named path as
an InputStream
object.
Returns a directory-like listing of all the paths to resources within
the web application whose longest sub-path matches the supplied path
argument.
The current value of the response object (a ServletResponse).
Return the wrapped ServletResponse object.
Determine the roles that the LoginModule has set
Returns the exception that caused this JSP exception.
Returns the exception that caused this servlet exception.
Reconstructs the URL the client used to make the request.
Get the root webapp name.
Returns the name of the scheme used to make this request,
for example,
http
, https
, or ftp
.
Returns the name of the scheme used to make this request,
for example,
http
, https
, or ftp
.
The default behavior of this method is to return getScheme()
on the wrapped request object.
The body of the <scope> element.
Returns the lexical scope of the variable.
Get a composite as a named section.
Returns true
if the browser is sending cookies
only over a secure protocol, or false
if the
browser can send cookies using any protocol.
Get the listeners HttpServer.
Returns the name and version of the servlet container on which
the servlet is running.
Get the listeners HttpServer .
Get the listeners HttpServer.
Returns the host name of the server to which the request was sent.
Returns the host name of the server to which the request was sent.
The default behavior of this method is to return getServerName()
on the wrapped request object.
Returns the port number to which the request was sent.
Returns the port number to which the request was sent.
The default behavior of this method is to return getServerPort()
on the wrapped request object.
The ServletConfig instance.
Returns a
ServletConfig
object, which contains
initialization and startup parameters for this servlet.
Returns the ServletContext to which this session belongs.
Returns a reference to the
ServletContext
in which the caller
is executing.
Returns a reference to the
ServletContext
in which this servlet
is running.
Returns the ServletContext to which this session belongs.
The ServletContext instance.
Returns a reference to the
ServletContext
in which the caller
is executing.
Return the ServletContext that changed.
Return the ServletContext that changed.
Returns the name of this web application correponding to this ServletContext as specified in the deployment
descriptor for this web application by the display-name element.
Get the context ServletHandler.
Get the context ServletHandler.
Returns information about the servlet, such as
author, version, and copyright.
Returns information about the servlet, such as
author, version, and copyright.
Returns information about the servlet, such as
author, version, and copyright.
Returns information about the servlet, such as
author, version, and copyright.
Returns information about the servlet, such as
author, version, and copyright.
Returns information about the servlet, such
as author, version, and copyright.
Returns information about the servlet, such as
author, version, and copyright.
Returns the name of the servlet invoked.
Returns the name of this servlet instance.
Returns the name of this servlet instance.
Returns the part of this request's URL that calls the servlet.
The default behavior of this method is to return getServletPath()
on the wrapped request object.
Returns the part of this request's URL that calls the servlet.
Return the ServletRequest that changed.
Returns the current session associated with this request, or if the
request does not have a session, creates one.
The default behavior of this method is to return getSession()
on the wrapped request object.
Return the session that changed.
Return the session that changed.
The current value of the session object (an HttpSession).
Returns the current session associated with this request, or if the
request does not have a session, creates one.
Returns the current HttpSession
associated with this
request or, if there is no current session and create
is
true, returns a new session.
The default behavior of this method is to return getSession(boolean create)
on the wrapped request object.
Returns the current HttpSession
associated with this
request or, if there is no current session and create
is
true, returns a new session.
Get a Cookie for a session.
The preferred short name (prefix) as indicated in the TLD.
Get the path to the small icon.
Return the version number of the JSP specification that is supported by
this JSP engine.
Returns the status code of the error.
Return the value of the BodyContent as a String.
Get the data of a part as a string.
Returns buffered data as String using given character encoding.
Provide access to the current Subject
Get the warnings suppression status.
Get the TagInfo for a given tag name, looking through all the
tags in this tag library.
Name of the class that provides the handler for this tag.
The instance (if any) for extra tag information.
Get the TagFileInfo for a given tag name, looking through all the
tag files in this tag library.
An array describing the tag files that are defined in this tag library.
Get the TagInfo for this class.
Returns information about this tag, parsed from the directives
in the tag file.
The instance of TabLibraryInfo we belong to.
An array describing the tags that are defined in this tag library.
Get TagVariableInfo objects associated with this TagInfo.
Get Context temporary directory.
Get the number of threads in the pool.
Get the priority of the pool threads.
Returns the Throwable that caused the error.
returns a TransactionManager
object.
returns a TransactionManager
object.
The type (as a String) of this attribute.
Returns the number of seconds the servlet expects to
be temporarily unavailable.
Get the uri query _parameters.
The value of the uri attribute from the taglib directive for
this library.
Returns an URL representing the given resource
Returns an URL representing the given resource
Gets the default trust store flag.
Returns a java.security.Principal
object containing
the name of the current authenticated user.
The default behavior of this method is to return getUserPrincipal()
on the wrapped request object.
Returns a java.security.Principal
object containing
the name of the current authenticated user.
Returns an UserTransaction
object.
Returns an UserTransaction
object.
Returns the value of the cookie.
Returns the value of the attribute that has been added, removed or
replaced.
Returns the value of the attribute that has been added, removed, or replaced.
Returns the value of the attribute that has been added removed or
replaced.
Get a value from a multiple value.
Get a the value associated with a key.
Enumerate the keys for the values kept by this tag handler.
Get named multiple values.
Get multi field values with separator.
information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
Information on the scripting objects created by this tag at runtime.
Returns an instance of a VariableResolver that provides access to the
implicit objects specified in the JSP specification using this JspContext
as the context object.
Returns the name of the scripting variable.
Returns the version of the protocol this cookie complies
with.
Get the protocol version.
Get the protocol version.
Get the virtual hosts for the context.
Get the context on which the configuration is performed.
Get the context on which the configuration is performed.
Get an associated wrapper object.
Returns a PrintWriter
object that
can send character text to the client.
Returns a PrintWriter
object that
can send character text to the client.
The default behavior of this method is to return getWriter()
on the wrapped response object.
Save the HttpServer
The server is saved by serialization to the given filename or URL.
Status code (202) indicating that a request was accepted for
processing, but was not completed.
Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway.
Status code (400) indicating the request sent by the client was
syntactically incorrect.
Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource.
Status code (100) indicating the client can continue.
Status code (201) indicating the request succeeded and created
a new resource on the server.
Status code (417) indicating that the server could not meet the
expectation given in the Expect request header.
Status code (403) indicating the server understood the request
but refused to fulfill it.
Status code (302) indicating that the resource reside
temporarily under a different URI.
Status code (504) indicating that the server did not receive
a timely response from the upstream server while acting as
a gateway or proxy.
Status code (410) indicating that the resource is no longer
available at the server and no forwarding address is known.
Status code (505) indicating that the server does not support
or refuses to support the HTTP protocol version that was used
in the request message.
Status code (500) indicating an error inside the HTTP server
which prevented it from fulfilling the request.
Status code (411) indicating that the request cannot be handled
without a defined Content-Length
.
Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource
identified by the Request-URI
.
Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests.
Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource.
Status code (300) indicating that the requested resource
corresponds to any one of a set of representations, each with
its own specific location.
Status code (204) indicating that the request succeeded but that
there was no new information to return.
Status code (203) indicating that the meta information presented
by the client did not originate from the server.
Status code (406) indicating that the resource identified by the
request is only capable of generating response entities which have
content characteristics not acceptable according to the accept
headers sent in the request.
Status code (404) indicating that the requested resource is not
available.
Status code (501) indicating the HTTP server does not support
the functionality needed to fulfill the request.
Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified.
Status code (200) indicating the request succeeded normally.
Status code (206) indicating that the server has fulfilled
the partial GET request for the resource.
Status code (402) reserved for future use.
Status code (412) indicating that the precondition given in one
or more of the request-header fields evaluated to false when it
was tested on the server.
Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
Status code (413) indicating that the server is refusing to process
the request because the request entity is larger than the server is
willing or able to process.
Status code (408) indicating that the client did not produce a
request within the time that the server was prepared to wait.
Status code (414) indicating that the server is refusing to service
the request because the Request-URI
is longer
than the server is willing to interpret.
Status code (416) indicating that the server cannot serve the
requested byte range.
Status code (205) indicating that the agent SHOULD reset
the document view which caused the request to be sent.
Status code (303) indicating that the response to the request
can be found under a different URI.
Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
Status code (101) indicating the server is switching protocols
according to Upgrade header.
Status code (307) indicating that the requested resource
resides temporarily under a different URI.
Status code (401) indicating that the request requires HTTP
authentication.
Status code (415) indicating that the server is refusing to service
the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
Status code (305) indicating that the requested resource
MUST be accessed through the proxy given by the
Location
field.
Construct a JavaScript script element
Construct a script element.
Describe an auth and/or data constraint.
Handler to enforce SecurityConstraints.
Repositions InputStream at given offset within buffered data.
Sends an error response to the client using the specified status
code and no default message.
Sends an error response to the client using the specified status
code and clearing the buffer.
The default behavior of this method is to call sendError(int sc)
on the wrapped response object.
Sends an error response to the client using the specified status
code and clearing the buffer.
Sends an error response to the client using the specified
status.
The default behavior of this method is to call sendError(int sc, String msg)
on the wrapped response object.
Sends an error response to the client using the specified
status.
send file Do a file transfer remote file to remote file on another server.
Sends a redirect response to the client using the specified redirect
location URL.
Sends a temporary redirect response to the client using the
specified redirect location URL.
The default behavior of this method is to return sendRedirect(String location)
on the wrapped response object.
Sends a temporary redirect response to the client using the
specified redirect location URL.
Run Jetty as a Win32 service.
Receives standard HTTP requests from the public
service
method and dispatches
them to the do
XXX methods defined in
this class.
Receives standard HTTP requests from the public
service
method and dispatches
them to the do
XXX methods defined in
this class.
Called by the servlet container to allow the servlet to respond to
a request.
Dispatches client requests to the protected
service
method.
Called by the servlet container to allow the servlet to respond to
a request.
Defines methods that all servlets must implement.
A servlet configuration object used by a servlet container
to pass information to a servlet during initialization.
Defines a set of methods that a servlet uses to communicate with its
servlet container, for example, to get the MIME type of a file, dispatch
requests, or write to a log file.
This is the event class for notifications about changes to the attributes of the
servlet context of a web application.
Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value.
Implementations of this interface recieve notifications of
changes to the attribute list on the servlet context of a web application.
This is the event class for notifications about changes to the servlet context
of a web application.
Construct a ServletContextEvent from the given context.
Implementations of this interface recieve notifications about changes
to the servlet context of the web application they are part of.
Defines a general exception a servlet can throw when it
encounters difficulty.
Constructs a new servlet exception.
Constructs a new servlet exception with the
specified message.
Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
Servlet Instance and Context Holder.
Constructor for Serialization.
Servlet Response Wrapper.
Provides an input stream for reading binary data from a client
request, including an efficient readLine
method
for reading data one line at a time.
Does nothing, because this is an abstract class.
Provides an output stream for sending binary data to the
client.
Does nothing, because this is an abstract class.
Defines an object to provide client request information to a servlet.
This is the event class for notifications about changes to the
attributes of the servlet request of a web application.
Construct a ServletRequestAttributeEvent from the given context for the
given attribute name and attribute value.
Implementations of this interface receive notifications of
changes to the attribute list on the servlet request of a
web application.
This is the event class for notifications about changes to the
servlet request of a web application.
Construct a ServletRequestEvent from the given context.
Implementations of this interface recieve notifications about changes
to the servlet request of the web application they are part of.
Provides a convenient implementation of the ServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
Creates a ServletRequest adaptor wrapping the given request object.
Defines an object to assist a servlet in sending a response to the client.
Provides a convenient implementation of the ServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
Creates a ServletResponse adaptor wrapping the given response object.
Jetty Servlet SSL support utilities.
Name used to store HttpSession in PageContext name table.
Session scope (only valid if this page participates in a session):
the named reference remains available from the HttpSession (if any)
associated with the Servlet until the HttpSession is invalidated.
Null returning implementation of HttpSessionContext
Notification that a session was created.
Notification that a session is about to be invalidated.
Notification that the session has just been activated.
Notification that the session is about to be passivated.
Set the number of threads used to accept connections.
The size of the queue for unaccepted connections.
Set if the handler accepts range requests.
Set if the handler accepts range requests.
Allow the given ip-address access
Set an alternate display for non-java browsers.
Set an alternate display for non-java browsers.
Binds an object to this session, using the name specified.
Binds an object to this session, using the name specified.
Register the name and value specified with page scope semantics.
Binds an object to a given attribute name in this servlet context.
Stores an attribute in this request.
Stores an attribute in this request.
The default behavior of this method is to return setAttribute(String name, Object o)
on the wrapped request object.
Set the value of an attribute.
Register the name and value specified with appropriate
scope semantics.
Set attributes from another Element.
Set page background color.
Set page background image.
Set the URL Base for the Page.
Set the bodyContent property.
Prepare for evaluation of the body: stash the bodyContent away.
Set the output buffer size.
Sets the preferred buffer size for the body of the response.
Sets the preferred buffer size for the body of the response.
The default behavior of this method is to call setBufferSize(int size)
on the wrapped response object.
Add cell nesting factory.
Overrides the name of the character encoding used in the body of this
request.
Sets the character encoding (MIME charset) of the response
being sent to the client, for example, to UTF-8.
Overrides the name of the character encoding used in the body of this
request.
The default behavior of this method is to set the character encoding
on the wrapped request object.
Sets the character encoding (MIME charset) of the response
being sent to the client, for example, to UTF-8.
The default behavior of this method is to call setCharacterEncoding(String charset)
on the wrapped response object.
Set Java2 compliant classloading.
Sets the class path for the context.
Set the column span of the current column.
Specifies a comment that describes a cookie's purpose.
Sets the length of the content body in the response
In HTTP servlets, this method sets the HTTP Content-Length header.
Sets the length of the content body in the response
In HTTP servlets, this method sets the HTTP Content-Length header.
The default behavior of this method is to call setContentLength(int len)
on the wrapped response object.
Sets the content type of the response being sent to
the client, if the response has not been committed yet.
Sets the content type of the response being sent to
the client, if the response has not been committed yet.
The default behavior of this method is to call setContentType(String type)
on the wrapped response object.
Set Cross Context sessions IDs
This option activates a mode where a requested session ID can be used to create a
new session.
Delegated to the named or anonymous Pool.
Sets the value of a date field.
Sets the value of a date field.
Sets a response header with the given name and
date-value.
The default behavior of this method is to call setDateHeader(String name, long date)
on the wrapped response object.
Sets a response header with the given name and
date-value.
Set whether debugging is on in the Applet.
Set if debugging is on or off.
set functions for the following .xml administration statements.
set the default factory for this implementation.
Set the defaults web.xml file.
Deny the given ip-address access
Set the dimensions of the Applet.
Specifies the domain within which this cookie should be presented.
Called when a tag declared to accept dynamic attributes is passed
an attribute that is not declared in the Tag Library Descriptor.
Set dynamic servlet initial parameters.
Set the dynamic servlet path.
Set the map of mime type to char encoding.
Set a multi-value field value.
Set the Handler up to cope with forwards to paths that contain query
elements (e.g.
Sets a response header with the given name and value.
The default behavior of this method is to return setHeader(String name, String value)
on the wrapped response object.
Sets a response header with the given name and value.
Set a header override, every response handled will have this header set.
Set a multivalued header, every response handled will have
this header set with the provided values.
Set the host or IP of the interface used by this listener.
Set the hosts for the context.
Set the HttpContext handling this reponse.
Set the HttpServer instance for this HttpListener.
Set a HttpTunnel for the connection.
Set the id attribute for this tag.
Set the ignoreCase attribute.
Set which paths to ignore.
Set the server InetAddress and port.
Set the initialize order.
Set context init parameter.
Set the init data in the TLD for this validator.
Sets the value of an integer field.
Sets a response header with the given name and
integer value.
The default behavior of this method is to call setIntHeader(String name, int value)
on the wrapped response object.
Sets a response header with the given name and
integer value.
Set Java2 compliant status.
Provides the body of this tag as a JspFragment object, able to be
invoked zero or more times by the tag handler.
Stores the provided JspFragment.
Called by the container to provide this tag handler with
the JspContext
for this invocation.
Stores the provided JSP context in the private jspContext field.
Sets the locale of the response, setting the headers (including the
Content-Type's charset) as appropriate.
Sets the locale of the response, if the response has not been
committed yet.
The default behavior of this method is to call setLocale(Locale loc)
on the wrapped response object.
Set the name to use to index into the config
file of LoginModules.
Log standard error stream.
Log standard output stream.
Set the low resource persistace time.
Sets the maximum age of the cookie in seconds.
Set the maximum thread idle time.
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
Set the maximum number of threads.
Also sets the org.mortbay.http.mimeMap context attribute
Set minimum content length for GZIP encoding.
Set the minimum number of threads.
Set the name of the realm
Set the value of the needClientAuth property
Set the value of the needClientAuth property
Explicit set of the Nested component.
Add cell nesting factory for table.
Set the current page context.
Sets the parent of this tag, for collaboration purposes.
Sets the parent of this tag, for collaboration purposes.
Set the parent (closest enclosing tag handler) of this tag handler.
Set the nesting tag of this tag.
Specifies a path for the cookie
to which the client should return the cookie.
Set the path spec separator.
Set the permissions to be used for this context.
Set the permissions to be used for this context.
Set the port number of the listener.
Prefer to log the proxied-for IP address (if present in
the request header) over the native requester IP address.
Set proxy host black list.
Set proxy host white list.
Set the uri query String.
Set null path redirection.
Set accepted remote servers.
Sets the request object being wrapped.
Sets the response being wrapped.
Handler that allows arbitrary HTTP Header values to be set in the response.
Set the type of checking for isUserInRole
Add a forward mapping for root path.
Set the root webapp name.
Set a composite as a named section.
Indicates to the browser whether the cookie should only be sent
using a secure protocol, such as HTTPS or SSL.
Set serving dynamic system servlets.
Set the session timeout interval in seconds.
Set SSO principal and credential.
Set SSO principal and credential.
Set the number of options to display at once
Set the image size from the header of a GIF file.
Set the image size from the header of a GIF file.
Set the image size from the header of a GIF file.
Set the standard action beeing taken when not registred IPs wants access
True set statistics recording on for this context.
Sets the status code for this response.
The default behavior of this method is to call setStatus(int sc)
on the wrapped response object.
Sets the status code for this response.
The default behavior of this method is to call setStatus(int sc, String sm)
on the wrapped response object.
Sets the JAAS subject for this user.
Set the instance for extra tag information.
Set the TagInfo for this class.
Set the TagLibraryInfo property.
Set temporary directory for context.
Override directory to create temporary file in.
Add cell nesting factory for thread.
Set the priority of the pool threads.
Set the default expiry time in seconds.
Set the connection data type.
Set the connection data type.
Set the connection data type to Local.
Set the encoding that should be used for a mimeType.
Set a flag to determine if the default truststore should be used to
initialize the TrustManager.
Assigns a new value to a cookie after the cookie is created.
Associate a value with a String key.
Sets the version of the cookie protocol this cookie complies
with.
Set the virtual hosts for the context.
Set the value of the needClientAuth property
setWebApplicationConfigurationClasses
Set up the list of classnames of WebApplicationContext.Configuration
implementations that will be applied to configure every webapp.
Set up a context on which to perform the configuration.
Set up a context on which to perform the configuration.
Set an XPath
A very simple subset of xpath is supported to select a partial
tree.
The preferred short name (prefix) as indicated in the TLD.
Interface for defining Simple Tag Handlers.
A base class for defining tag handlers implementing SimpleTag.
Ensures that servlets handle
only one request at a time.
The number of Elements in this Composite.
Get the number of children nodes.
SKIP_BODY - static field in class javax.servlet.jsp.tagext.
Tag Skip body evaluation.
SKIP_PAGE - static field in class javax.servlet.jsp.tagext.
Tag Skip the rest of the page.
Exception to indicate the calling page must cease evaluation.
Creates a SkipPageException with no message.
Creates a SkipPageException with the provided message.
Creates a SkipPageException with the provided message and root cause.
Creates a SkipPageException with the provided root cause.
EXPERIMENTAL NIO listener!
Blocking output stream on non-blocking SocketChannel.
Set horizontal and vertical spacing.
Span - static field in class org.mortbay.html.
Block Span
Create a Session and bind to JNDI
Start get file Start a file transfer remote file to local inputStream.
Start get file Start a file transfer remote file to local file.
Start get file Start a file transfer remote file to local file.
Start creation of the next Content.
Start creation of the next Content.
Start passive get file Start a file transfer remote file to local file.
Start passive put file Start a file transfer local file to input remote file.
Start put file Start a file transfer local file to input remote file.
Start put file Start a file transfer local file to input remote file.
Start put file Start a file transfer local file to input remote file.
Stop all listeners then all contexts.
StrictRoleChecPolicy
Enforces that if a runAsRole is present, then the
role to check must be the same as that runAsRole and
the set of static roles is ignored.
A Writer to a StringBuffer.
Map like class of Strings to Objects.
Strip parameters from a path.
STYLE - static field in class org.mortbay.html.
Style Construct a Style element
Construct a Style element
Construct a Style element.
SSL Socket Listener for Sun's JSSE.