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 O P R S T U W X

A

ApplyXSLT - class servlet.ApplyXSLT.
ApplyXSLT supplies the basic functions for transforming XML data using XSL stylesheets.
ApplyXSLT() - Constructor for class servlet.ApplyXSLT
 
ApplyXSLTException - exception servlet.ApplyXSLTException.
 
ApplyXSLTException() - Constructor for class servlet.ApplyXSLTException
Constructor for exception with no additional detail.
ApplyXSLTException(String) - Constructor for class servlet.ApplyXSLTException
Constructor for exception with message.
ApplyXSLTException(int) - Constructor for class servlet.ApplyXSLTException
Constructor for exception with HTTP status code.
ApplyXSLTException(String, int) - Constructor for class servlet.ApplyXSLTException
Constructor for exception with message and HTTP status code.
ApplyXSLTException(Exception) - Constructor for class servlet.ApplyXSLTException
Constructor for exception.
ApplyXSLTException(String, Exception) - Constructor for class servlet.ApplyXSLTException
Constructor for passed exception with message.
ApplyXSLTException(Exception, int) - Constructor for class servlet.ApplyXSLTException
Constructor for passed exception with HTTP status code.
ApplyXSLTException(String, Exception, int) - Constructor for class servlet.ApplyXSLTException
Constructor for passed exception with HTTP status code and message.
ApplyXSLTListener - class servlet.ApplyXSLTListener.
ApplyXSLTListener provides a buffered listener essential for capturing, and then subsequently reporting, XML and XSL processor messages which may be of use in debugging XML+XSL processed at the server.
ApplyXSLTListener() - Constructor for class servlet.ApplyXSLTListener
Constructor.
ApplyXSLTProperties - class servlet.ApplyXSLTProperties.
ApplyXSLTProperties contains operational parameters for ApplyXSLT based on program defaults and configuration.
ApplyXSLTProperties() - Constructor for class servlet.ApplyXSLTProperties
Constructor to use program defaults.
ApplyXSLTProperties(ServletConfig) - Constructor for class servlet.ApplyXSLTProperties
Constructor to use to override program defaults.
appendMessage(String) - Method in class servlet.ApplyXSLTException
Appends string to exception message.
attVec - Variable in class servlet.OrderedProps
Stores the Key and Values as an array of Strings

C

CURRENTDIR - Static variable in class servlet.ApplyXSLT
 

D

DEFAULT_URL - Variable in class servlet.ApplyXSLTProperties
Program default for parameter "URL"
DEFAULT_catalog - Variable in class servlet.DefaultApplyXSLTProperties
Program default for parameter "catalog".
DEFAULT_debug - Variable in class servlet.ApplyXSLTProperties
Program default for parameter "debug"
DEFAULT_noCW - Variable in class servlet.ApplyXSLTProperties
Program default for parameter "noConflictWarnings"
DEFAULT_xslURL - Variable in class servlet.ApplyXSLTProperties
Program default for parameter "xslURL"
DefaultApplyXSLTProperties - class servlet.DefaultApplyXSLTProperties.
DefaultApplyXSLTProperties contains operational parameters for DefaultApplyXSLT based on program defaults and configuration.
DefaultApplyXSLTProperties() - Constructor for class servlet.DefaultApplyXSLTProperties
Constructor to use program defaults.
DefaultApplyXSLTProperties(ServletConfig) - Constructor for class servlet.DefaultApplyXSLTProperties
Constructor to use to override program defaults.
displayException(HttpServletResponse, ApplyXSLTException, boolean) - Method in class servlet.ApplyXSLT
Invokes response.sendError setting an HTTP status code and optionally an error message as an HTML page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class servlet.ApplyXSLT
HTTP Get method passed on to process().
doGet(HttpServletRequest, HttpServletResponse) - Method in class servlet.SimpleXSLTServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class servlet.UseStylesheetParamServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class servlet.XSLTServletWithParams
 

E

EOL - Static variable in class servlet.ApplyXSLT
String representing the end of line characters for the System.
error(SAXParseException) - Method in class servlet.ApplyXSLTListener
Receive notification of a recoverable error.

F

FS - Static variable in class servlet.ApplyXSLT
String representing the file separator characters for the System.
FS - Static variable in class servlet.SimpleXSLTServlet
String representing the file separator characters for the System.
FS - Static variable in class servlet.UseStylesheetParamServlet
String representing the file separator characters for the System.
FS - Static variable in class servlet.XSLTServletWithParams
String representing the file separator characters for the System.
fatalError(SAXParseException) - Method in class servlet.ApplyXSLTListener
Receive notification of a non-recoverable error.

G

getAttribute(String) - Method in class servlet.PIA
Returns value of specified attribute.
getCatalog(HttpServletRequest) - Method in class servlet.DefaultApplyXSLTProperties
Returns URLs for all XCatalogs that are to be used to process the request.
getContentType(Templates) - Method in class servlet.ApplyXSLT
Returns the response content type specified by the media-type and encoding attributes of the <xsl:output> element(s) of the stylesheet.
getDocument(HttpServletRequest, ApplyXSLTListener) - Method in class servlet.ApplyXSLT
Returns an XML XSLTInputSource DOM.
getException() - Method in class servlet.ApplyXSLTException
Returns the wrapped exception.
getLocalHost() - Method in class servlet.DefaultApplyXSLTProperties
Returns the name of trusted IP host.
getMedia(HttpServletRequest) - Method in class servlet.ApplyXSLT
 
getMessage() - Method in class servlet.ApplyXSLTException
Returns exception message.
getMessage() - Method in class servlet.ApplyXSLTListener
Returns the buffered processing message(s).
getRequestParam(HttpServletRequest, String) - Method in class servlet.XSLTServletWithParams
 
getRequestParmString(HttpServletRequest, String) - Method in class servlet.ApplyXSLTProperties
Given a parameter name, returns the HTTP request's String value; if not present in request, returns default String value.
getStatusCode() - Method in class servlet.ApplyXSLTException
Returns the HTTP status code associated with the exception.
getStylesheet(TransformerFactory, HttpServletRequest, StreamSource, ApplyXSLTListener) - Method in class servlet.ApplyXSLT
Returns a Templates (StylesheetRoot) object.
getValue(String) - Method in class servlet.OrderedProps
Iterates through the Key list and returns the first value for whose key the given string contains.
getXMLurl(HttpServletRequest) - Method in class servlet.ApplyXSLTProperties
Returns the current setting for "URL".
getXMLurl(HttpServletRequest) - Method in class servlet.DefaultApplyXSLTProperties
Returns a string representing the constrained URL for the XML document.
getXSLRequestURL(HttpServletRequest) - Method in class servlet.DefaultApplyXSLTProperties
Returns a string representing the constrained URL for the XSL stylesheet from the request.
getXSLURLfromDoc(StreamSource, String, String, TransformerFactory) - Static method in class servlet.ApplyXSLT
Returns the XSL stylesheet URL associated with the specified XML document.
getXSLurl(HttpServletRequest) - Method in class servlet.ApplyXSLTProperties
Returns the current setting for "xslURL".
getXSLurl(HttpServletRequest) - Method in class servlet.DefaultApplyXSLTProperties
Returns a string representing the constrained request URL for the XSL stylesheet.

H

HEADER_NAME - Static variable in class servlet.ApplyXSLT
The HTTP Header used for matching the Stylesheet attribute via the media properties file selected.

I

init(ServletConfig) - Method in class servlet.ApplyXSLT
Initialize operational parameters from the configuration.
init(ServletConfig) - Method in class servlet.SimpleXSLTServlet
 
init(ServletConfig) - Method in class servlet.XSLTServletWithParams
 
isDebug(HttpServletRequest) - Method in class servlet.ApplyXSLTProperties
Returns the current setting for "debug".
isNoCW(HttpServletRequest) - Method in class servlet.ApplyXSLTProperties
Returns the current setting for "noConflictWarnings".

L

localHost - Variable in class servlet.DefaultApplyXSLTProperties
Host used for local context comparisons.

M

myException - Variable in class servlet.ApplyXSLTException
Wrapped exception
myHttpStatusCode - Variable in class servlet.ApplyXSLTException
HTTP Status Code.
myMessage - Variable in class servlet.ApplyXSLTException
Exception Message.

O

OrderedProps - class servlet.OrderedProps.
Stores the keys and values from a file (similar to a properties file) and can return the first value which has a key contained in its string.
OrderedProps(InputStream) - Constructor for class servlet.OrderedProps
Constructor.
ourDefaultParameters - Variable in class servlet.ApplyXSLT
Operational parameters for this class.
ourMediaProps - Variable in class servlet.ApplyXSLT
Mapping of HTTP request's user-Agent values to stylesheet media= values.
out - Variable in class servlet.ApplyXSLTListener
Buffered output stream
out - Variable in class servlet.UseStylesheetParamServlet
 
outStream - Variable in class servlet.ApplyXSLTListener
Output stream

P

PIA - class servlet.PIA.
Parses a processing instruction's (PI) attributes for easy retrieval.
PIA(ProcessingInstruction) - Constructor for class servlet.PIA
Constructor.
paramValue - Variable in class servlet.UseStylesheetParamServlet
 
piAttributes - Variable in class servlet.PIA
 
port - Static variable in class servlet.DefaultApplyXSLTProperties
Server port.
process(TransformerFactory, HttpServletRequest, HttpServletResponse) - Method in class servlet.ApplyXSLT
Coordinates applying an XSL stylesheet to XML data using operational parameters.

R

ROOT - Static variable in class servlet.ApplyXSLT
String representing the current directory for properties files.

S

STYLESHEET_ATTRIBUTE - Static variable in class servlet.ApplyXSLT
The attribute name in the tag used in stylesheet selection.
SimpleXSLTServlet - class servlet.SimpleXSLTServlet.
 
SimpleXSLTServlet() - Constructor for class servlet.SimpleXSLTServlet
 
servlet - package servlet
 
setDefaultParameters(ServletConfig) - Method in class servlet.ApplyXSLT
Sets the default parameters for the servlet from the configuration.
setLocalHost() - Method in class servlet.DefaultApplyXSLTProperties
Sets the name of the local IP host name; this value will be used to constrain untrusted XML document and XSL stylesheet URLs to this trusted host.
setMediaProps(String) - Method in class servlet.ApplyXSLT
Loads the media properties file specified by the given string.
setParameters(Transformer, HttpServletRequest) - Method in class servlet.XSLTServletWithParams
 
setStylesheetParams(Transformer, HttpServletRequest) - Method in class servlet.ApplyXSLT
Defines and sets select top-level XSL stylesheet variables from the HTTP request, which can be evaluated using <xsl:param-variable>.
setSystemProperties() - Method in class servlet.DefaultApplyXSLTProperties
I think we no longer need this.

T

toAcceptLanguageConnection(URL, HttpServletRequest) - Method in class servlet.ApplyXSLT
Returns a connection which respects the Accept-Language header of the HTTP request.
toSafeURL(String, HttpServletRequest) - Method in class servlet.DefaultApplyXSLTProperties
Returns a URL which is constrained to a trusted IP host.

U

UseStylesheetParamServlet - class servlet.UseStylesheetParamServlet.
 
UseStylesheetParamServlet() - Constructor for class servlet.UseStylesheetParamServlet
 

W

warning(SAXParseException) - Method in class servlet.ApplyXSLTListener
Receive notification of a warning.
writeLog(ApplyXSLTException) - Method in class servlet.ApplyXSLT
Writes the following information to the servlet log: HTTP status code Message Stack trace
writeLog(String, int, Throwable) - Method in class servlet.ApplyXSLT
Writes the following information to the servlet log: HTTP status code Message Stack trace
writeLog(String, int) - Method in class servlet.ApplyXSLT
Writes the following information to the servlet log: HTTP status code Message

X

XSLTServletWithParams - class servlet.XSLTServletWithParams.
 
XSLTServletWithParams() - Constructor for class servlet.XSLTServletWithParams
 
xmlFile - Variable in class servlet.UseStylesheetParamServlet
 
xslFile - Variable in class servlet.UseStylesheetParamServlet
 

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