Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I L M N O P R S T W X

A

APP_APP_CLASS_FIELD - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_AUTO_RELOAD_FIELD - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_CLASS_PATH_FIELD - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_CONFIG_INIT_PARAM_NAME - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_LOGFILE - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_LOG_TO_FILE - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_LOG_TO_STDERR - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
APP_PRESENTATION_PREFIX_FIELD - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
AbstractFilterableServlet - class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet.
This class demonstrates the responsibilities of a FilterableServlet.
AbstractFilterableServlet() - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet
 
addCookie(Cookie) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds the specified cookie to the response.
addFilter(Filter) - Method in class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet
Add a filter to the end of the list of filters.
addFilter(Filter) - Method in interface com.lutris.appserver.server.httpPresentation.servlet.FilterableServlet
Add a filter to the end of the list of filters.
addFilter(Filter) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Add a filter to the end of the list of filters.
appConfig - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
application - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
autoReload - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
available() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 

C

cacheClasses - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
cacheFiles - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
changeToRunningState() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Attempt to change the application to the running state.
checkAutoReload() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Check if the application should be automatically reloaded and, if so, call initApplication with a new instance of the class loader.
com.lutris.appserver.server.httpPresentation.servlet - package com.lutris.appserver.server.httpPresentation.servlet
 
configureLogChannel(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
containsHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns true if the response message header has a field with the specified name.
context - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
createOutputOptions(XMLObject) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Create an OutputOptions object for a document.

D

defaultEncoding - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
destroy() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Destroys the servlet.
domStatsLogWriter - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
If not null, log DOM statistics here after each DOM write.
domStatsLogWriter - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
If not null, log DOM statistics here after each DOM write.

E

encodeRedirectUrl(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Encodes a url with session id for sendRedirect for use with cookieless browsers.
encodeUrl(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Encodes a url with session id for use with cookieless browsers.
encoding - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
ensureAppIsRunning() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This method is public for use by the ServletManager to run the application startup() method after init().

F

FilterableServlet - interface com.lutris.appserver.server.httpPresentation.servlet.FilterableServlet.
See the class AbstractFilterableServlet for a reference implementation that demnonstrates the responsabilities of a FilterableServlet.
filterableServlet - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServletGlue
The real servlet to pass service() calls on to.
filters - Variable in class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet
The list of current filters.
filters - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
flush() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
flush() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Called at the end of processing a response to force any cached headers to be written and buffers flushed.

G

getAppConfigInitParam() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Returns the application configuration init parameter.
getAppConfigInitParamName() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Returns the application configuration init parameter name.
getAppFileURIPath(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Get the URI path for a file in the application.
getApplication() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Returns the application being run by this instance of the servlet.
getApplicationPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI that refers to the application.
getAuthType() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the authentication scheme of the request, or null if none.
getContentLength() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the size of the request entity data, or -1 if not known.
getContentLength() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the size of the request entity data, or -1 if not available.
getContentType() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
getContentType() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the Internet Media Type of the response, or null if not known This is necessary to support the DebugResponse interface.
getCookies() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Gets the array of cookies found in this request.
getCookies() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns an array of cookies to be set by this response, or a 0 length array if the information is not available.
getDateHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the value of a date header field, or -1 if not found.
getEncoding() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Get the output character encoding.
getHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the value of a header field, or null if not known.
getHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the values of the specified header for the response as an array of strings, or a 0 length array if the named header does not exist.
getHeaderNames() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns an enumeration of strings representing the header names for this request.
getHeaderNames() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns an array of strings representing the header names for this response.
getHttpPresentationRequest(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This method instantiates the HttpPresentationRequest object that the presentation manager expects when servicing a request.
getHttpPresentationResponse(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This method instantiates the HttpPresentationResponse object that the presentation manager expects when servicing a request.
getHttpServletRequest() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the original HttpServletRequest.
getHttpServletResponse() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the original HttpServletResponse.
getInputStream() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns an input stream for reading the request body.
getIntHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the value of an integer header field, or -1 if not found.
getMethod() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the method with which the request was made.
getOutputStream() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns an output stream for writing response data.
getParameter(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns a string containing the lone value of the specified query parameter, or null if the parameter does not exist.
getParameterNames() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the parameter names for this request as an enumeration of strings, or an empty enumeration if there are no parameters.
getParameterValues(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the values of the specified query parameter for the request as an array of strings, or a 0 length array if the named parameter does not exist.
getPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI that refers to the presentation object being invoked.
getPathInfo() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns optional extra path information following the presentation path, but immediately preceding the query string.
getPathTranslated() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns extra path information translated to a real path.
getPresentationObjectPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI that refers to the presentation object being invoked.
getPresentationObjectRelativePath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI after the presentation manager servlet, upto and including the presentation object .po, but not any path info.
getPresentationPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Deprecated. This method was named in a confusing manner; it returns the application, not presentation object path. Use getApplicationPath().
getPresentationURI() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the presentation URI.
getProtocol() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getQueryString() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the query string part of the presentation URI, or null if none.
getRemoteAddr() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the IP address of the agent that sent the request.
getRemoteHost() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteUser() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the name of the user making this request, or null if not known.
getRequestURI() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the request URI.
getResponseData() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns null.
getScheme() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the scheme of the URL used in this request, for example "http", "https", or "ftp".
getServerName() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the host name of the server that received the request.
getServerPort() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the port number on which this request was received.
getServlet() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServletGlue
Get the servlet I am gluing to.
getServletInfo() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Return information specific to this servlet.
getSession(ServletRequest) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Looks up the session object (if any) that would be used to process the request.
getStatusCode() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the status code for the response, or -1 if not available.
getStatusMessage() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the status message for the response, or null if not available.
getTotalBytes() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the total number of bytes processed as part of this request.
getTotalBytes() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the total number of bytes that make up this response.

H

HttpPresentationServlet - class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.
Presentation server implemented as a servlet.
HttpPresentationServlet() - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Create a new HttpPresentationServlet.
HttpPresentationServletGlue - class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServletGlue.
This is a small helper class, used be HttpPresentationServlet when there are filters applied to the servlet.
HttpPresentationServletGlue(FilterableServlet) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServletGlue
Create a new glue servlet.

I

init(ServletConfig) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
initApplication(ServletConfig, MultiClassLoader) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Open and read the application's configuration file and initialize the application, but don't start it yet.
inputStream - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
inputStream - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
isRequestedSessionIdFromCookie - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
isRequestedSessionIdFromCookie() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Indicates whether client submitted their session id through a cookie
isRequestedSessionIdFromUrl - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
isRequestedSessionIdFromUrl() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Indicates whether client submitted their sessionId through a rewritten url
isSessionIdCookieRequired() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Indicates whether client response requires a sessionId cookie
isSessionIdEncodeUrlRequired() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Indicates whether client response requires url encoding for sessionId

L

logChannel - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 

M

mark(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
markSupported() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
missingConfField(String, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Generate an error for a field not being specified in a config file.

N

needToConfigureLogChannel - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 

O

outputDocument(XMLObject, OutputOptions) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Do common operations for writing DOM document.
outputDocumentBytes(byte[], String, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Write a string document represented as a byte array.
outputStream - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
outputStream - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 

P

presentationManager - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
presentationPath - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
presentationPathInfo - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
presentationPrefix - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 
print(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the string provided.
print(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the boolean provided.
print(char) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
print(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the integer provided.
print(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the long provided.
print(float) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the float provided.
print(double) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the double provided.
println() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints a CRLF.
println(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the string provided, followed by a CRLF.
println(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the boolean provided, followed by a CRLF.
println(char) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
println(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the integer provided, followed by a CRLF.
println(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the long provided, followed by a CRLF.
println(float) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the float provided, followed by a CRLF.
println(double) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the double provided, followed by a CRLF.

R

read() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
read(byte[]) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
read(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
readLine(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
Starting at the specified offset, reads into the given array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
removeFilter(Filter) - Method in class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet
Remove a filter from the list of current filters.
removeFilter(Filter) - Method in interface com.lutris.appserver.server.httpPresentation.servlet.FilterableServlet
Remove a filter from the list of current filters.
removeFilter(Filter) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Remove a filter from the list of current filters.
request - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
reset() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
response - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
response - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 

S

ServletHttpPresentationInputStream - class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream.
HTTP request input stream reader for servlets.
ServletHttpPresentationInputStream(ServletInputStream) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
Construct an object for accessing a servlet input stream.
ServletHttpPresentationOutputStream - class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream.
HTTP request output stream writter for servlets.
ServletHttpPresentationOutputStream(ServletHttpPresentationResponse, ServletOutputStream) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Construct an object for accessing a servlet output stream.
ServletHttpPresentationRequest - class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest.
Servlet implementation of the object passed to Presentation objects that is used to access HTTP request data.
ServletHttpPresentationRequest(HttpServletRequest) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Construct an object associated with a servlet request.
ServletHttpPresentationResponse - class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse.
Object passed to presentation objects that is used to generate HTTP responses.
ServletHttpPresentationResponse(HttpServletResponse, PrintWriter) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Construct an object associated with a servlet response.
sendError(int, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sends an error response to the client using the specified status code and descriptive message.
sendError(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sends an error response to the client using the specified status code and a default message.
service(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet
Handle a service request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Handle a service request.
service(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServletGlue
Calls to this method are passed straight on to the serviceDirect() method of the FilterableServlet passed into my constructor.
serviceDirect(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.AbstractFilterableServlet
Once the filters are done, you don't want to call service(), or it would result in an infinite loop of filter processing.
serviceDirect(HttpServletRequest, HttpServletResponse) - Method in interface com.lutris.appserver.server.httpPresentation.servlet.FilterableServlet
Perform the action service() would normally perform, without using the filters.
serviceDirect(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This is an HTTP-specific version of the Servlet.service method that translates that request into a request to a presentation manager.
sessionIdCookie - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
sessionIdUrl - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
sessionKey - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
sessionManager - Variable in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
setContentLength(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the content length for this response.
setContentType(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the content type for this response.
setDateHeader(String, long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds a field to the response header with a given name and date-valued field.
setEncoding(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Set the output character encoding.
setHeader(String, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds a field to the response header with a given name and value.
setIntHeader(String, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds a field to the response header with a given name and integer value.
setPresentationManager(ServletContext, ClassLoader) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Sets the presentation manager for the application.
setRequestedSessionIdFromCookie(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
setRequestedSessionIdFromUrl(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
setSessionIdCookieRequired(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
setSessionIdEncodeUrlRequired(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
setSessionKey(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the current session key for this response
setSessionManager(SessionManager) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the session manager.
setStatus(int, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the status code and message for this response.
setStatus(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the status code and a default message for this response.
setupEncoding(XMLObject, OutputOptions) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Set up the encoding using either the encoding specified with setEncoding(), OutputOptions, or the XMLC default encoding.
shouldEncodeSessionKey() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Determine if a session key should be encoded in URLs, based on what is requested and session being valid.
skip(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
standardLogger - Variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
 

T

throwServletException(String, Throwable) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Throw a servlet exceptionm logging the message if possible.

W

write(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
write(byte[]) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
write(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
writeDOM(OutputOptions, XMLObject) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Output an an XMLC document object (DOM).
writeDOM(XMLObject) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Output an an XMLC document object (DOM).
writeHTML(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Utility method to output an HTML page.
writeHTML(HTMLDocument) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Deprecated. use writeDOM

X

XMLC_DOM_STATS_LOG_LEVEL - Static variable in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Log level for DOM statistics.

A C D E F G H I L M N O P R S T W X