Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
V
X
_
A
addResultElement(Node, String, String)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to add a single element with text content as the result of your action handler.
C
conn
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
D
debugPrintToFile(String, String)
- Static method in class oracle.xml.xsql.
XSQLDiagnostic
DictionaryOfParamsAsXMLDocument(Dictionary)
- Static method in class oracle.xml.xsql.
XSQLUtil
doGet(HttpServletRequest, HttpServletResponse)
- Method in class oracle.xml.xsql.
XSQLServlet
doPost(HttpServletRequest, HttpServletResponse)
- Method in class oracle.xml.xsql.
XSQLServlet
E
err
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
errorHeader
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
F
finalize()
- Method in class oracle.xml.xsql.
XSQLDiagnostic
G
getActionElement()
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Return the DOM Element representing the current XSQL action element in the XSQL page being processed.
getActionElementContent()
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to return the first (normalized) text content of the action element, with all parameter values subsituted automatically.
getAttribute(String, Element)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to get the value of an attribute by name the actionElement or some sub-element.
getAttributeAllowingParam(String, Element)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to get the value of an attribute by name the actionElement or some sub-element.
getConnectionName()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Returns the name of the connection being used for this request May be null if no connection set/in-use.
getConnectionName()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns the name of the connection being used for this request May be null if no connection set/in-use.
getErrorWriter()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getErrorWriter()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns a PrintWriter to print out errors processing this request
getHttpServletRequest()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
Get the HttpServletRequest that initiated this XSQL Page Request.
getHttpServletResponse()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
Get the HttpServletResponse that is associated with this XSQL Page Request
getJDBCConnection()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Gets the JDBC connection being used for this request (can be null)
getJDBCConnection()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Gets the JDBC connection being used for this request (can be null)
getPageEncoding()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Returns encoding of source XSQL Page associated with this request
getPageEncoding()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns encoding of source XSQL Page associated with this request
getPageRequest()
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Get XSQL Page Request object for the request being processed
getParameter(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getParameter(String)
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
Use HTTP Parameters as the source of parameters instead
getParameter(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns the value of the requested parameter
getPostedDocument()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getPostedDocument()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
getPostedDocument()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns the content of Posted XML for this request as an XML Document
getRequestParamsAsXMLDocument()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getRequestParamsAsXMLDocument()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
getRequestParamsAsXMLDocument()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns the content of a Request parameters as an XML Document
getRequestType()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
getRequestType()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns a string identifying the type of page request being made.
getServletInfo()
- Method in class oracle.xml.xsql.
XSQLServlet
getSourceDocumentURI()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getSourceDocumentURI()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns a String representation of the requested document's URI
getStylesheetParameter(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Gets a stylesheet parameter by name
getStylesheetParameter(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Gets a stylesheet parameter by name
getStylesheetParameters()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Gets an enumeration of stylesheet parameter names
getStylesheetParameters()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Gets an enumeration of stylesheet parameter names
getStylesheetURI()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getStylesheetURI()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns the URI of the stylesheet to be used to process the result.
getUserAgent()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getUserAgent()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
getUserAgent()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns a String identifier of the requesting program
getWriter()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
getWriter()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns a PrintWriter used for writing out the results of a page request
getXSQLConnection()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Gets the XSQLConnection Object being used for this request Might be null.
getXSQLConnection()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Gets the XSQLConnection Object being used for this request Might be null.
H
handleAction(Node)
- Method in interface oracle.xml.xsql.
XSQLActionHandler
Handle the action, typically by executing some code and appending new child DOM nodes to the rootNode.
HttpRequestAsXMLDocument(HttpServletRequest, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
I
init(ServletConfig)
- Method in class oracle.xml.xsql.
XSQLServlet
init(XSQLPageRequest, Element)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
init(XSQLPageRequest, Element)
- Method in interface oracle.xml.xsql.
XSQLActionHandler
Initialize the Action Handler
isIncludedRequest()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Returns true if this request is being included in another.
isIncludedRequest()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns true if this request is being included in another.
M
main(String[])
- Static method in class oracle.xml.xsql.
XSQLCommandLine
msg(String)
- Method in class oracle.xml.xsql.
XSQLDiagnostic
N
newDocument()
- Static method in class oracle.xml.xsql.
XSQLParserHelper
O
oracle.xml.xsql
- package oracle.xml.xsql
out
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
P
pageurl
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
parameters
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
parse(InputStream, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
parse(Reader, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
parse(String, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
parse(URL, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
parseFromString(StringBuffer, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
parseFromString(String, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
print(Document, PrintWriter)
- Static method in class oracle.xml.xsql.
XSQLParserHelper
printedErrorHeader()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
printedErrorHeader()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns the state of whether an Error Header has been printed
process()
- Method in class oracle.xml.xsql.
XSQLRequest
Process the request, writing output/errors to System.out/System.err
process(Dictionary)
- Method in class oracle.xml.xsql.
XSQLRequest
Process the request, writing output/errors to System.out/System.err
process(Dictionary, PrintWriter, PrintWriter)
- Method in class oracle.xml.xsql.
XSQLRequest
Process the request, writing output/errors to respective PrintWriters
process(PrintWriter, PrintWriter)
- Method in class oracle.xml.xsql.
XSQLRequest
Process the request, writing output/errors to respective PrintWriters
processToDocument(Document, String, XSQLPageRequest)
- Static method in class oracle.xml.xsql.
XSQLStylesheetProcessor
processToWriter(Document, String, XSQLPageRequest)
- Static method in class oracle.xml.xsql.
XSQLStylesheetProcessor
R
reportError(Node, String)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to report an error in the action handler as a standard <xsql-error> element.
reportErrorIncludingStatement(Node, String, String)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to report an error in the action handler (including the offending SQL statement) as a standard <xsql-error> element.
reportFatalError(String)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Report a fatal error message using the standard XSQL Page Processor error reporting mechanism.
reportStatus(Node, String, String)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to report a status in the action handler as a standard <xsql-status> element.
requestedPageEncoding
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
requestProcessed()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Allows Page Request to Perform end-of-request processing
requestProcessed()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Allows Page Request to Perform end-of-request processing
requiredConnectionProvided(Node)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to check whether the current page has specified a (database) connection.
S
select(Document, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
select(Element, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
select(XMLDocument, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
select(XMLElement, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
selectFirst(Document, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
selectFirst(Element, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
selectFirst(XMLDocument, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
selectFirst(XMLElement, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
setConnectionName(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Sets the connection being used for this request (can be null)
setConnectionName(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets the connection name to use for this request
setContentType(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
setContentType(String)
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
setContentType(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets the content type of the resulting page
setIncludingRequest(XSQLPageRequest)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Sets the Including Page Request object for this request.
setIncludingRequest(XSQLPageRequest)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets the Including Page Request object for this request.
setPageEncoding(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
Associates an XSQL Page with the request
setPageEncoding(String)
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
setPageEncoding(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets encoding of source XSQL page associated with this request.
setPrintedErrorHeader(boolean)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
setPrintedErrorHeader(boolean)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets whether an Error Header has been printed
setStylesheetParameter(String, String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
setStylesheetParameter(String, String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets the value of a parameter to be passed to the associated stylesheet
setStylesheetURI(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
setStylesheetURI(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Sets the URI of the stylesheet to be used to process the result.
setupErrorWriter()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
setupErrorWriter()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
setupWriter()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
setupWriter()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
styleURI
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
T
translateURL(String)
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
translateURL(String)
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
translateURL(String)
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns a string representing an absolute URL resolved relative to the base URI for this request.
U
useConnectionPooling()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
useConnectionPooling()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns true if connection pooling is desired for this request
useHTMLErrors()
- Method in class oracle.xml.xsql.
XSQLPageRequestImpl
useHTMLErrors()
- Method in class oracle.xml.xsql.
XSQLServletPageRequest
useHTMLErrors()
- Method in interface oracle.xml.xsql.
XSQLPageRequest
Returns true if HTML-formatted error messages are desired for this request
V
valueOf(Element, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
valueOf(Node, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
valueOf(XMLElement, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
valueOf(XMLNode, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
variableValue(String, Element)
- Method in class oracle.xml.xsql.
XSQLActionHandlerImpl
Convenience method to return the value of a parameter variable.
X
XL(String, String)
- Static method in class oracle.xml.xsql.
XSQLUtil
XSQLActionHandler
- interface oracle.xml.xsql.
XSQLActionHandler
.
Interface that must be implemented by all XSQL Action Element Handlers
XSQLActionHandlerImpl
- class oracle.xml.xsql.
XSQLActionHandlerImpl
.
Base Implementation of XSQLActionHandler that can be extended to create your own custom handlers.
XSQLActionHandlerImpl()
- Constructor for class oracle.xml.xsql.
XSQLActionHandlerImpl
XSQLCommandLine
- class oracle.xml.xsql.
XSQLCommandLine
.
Command-line Utility to process XSQL Pages.
XSQLCommandLine()
- Constructor for class oracle.xml.xsql.
XSQLCommandLine
XSQLDiagnostic
- class oracle.xml.xsql.
XSQLDiagnostic
.
XSQLDiagnostic(String)
- Constructor for class oracle.xml.xsql.
XSQLDiagnostic
XSQLPageRequest
- interface oracle.xml.xsql.
XSQLPageRequest
.
Interface representing a request for an XSQL Page
XSQLPageRequestImpl
- class oracle.xml.xsql.
XSQLPageRequestImpl
.
Base implementation of the XSQLPageRequest interface that case be used to derive new kinds of page request implementations.
XSQLPageRequestImpl()
- Constructor for class oracle.xml.xsql.
XSQLPageRequestImpl
XSQLPageRequestImpl(Hashtable)
- Constructor for class oracle.xml.xsql.
XSQLPageRequestImpl
XSQLPageRequestImpl(String, Hashtable)
- Constructor for class oracle.xml.xsql.
XSQLPageRequestImpl
XSQLParserHelper
- class oracle.xml.xsql.
XSQLParserHelper
.
Common XML Parsing Routines
XSQLParserHelper()
- Constructor for class oracle.xml.xsql.
XSQLParserHelper
XSQLRequest
- class oracle.xml.xsql.
XSQLRequest
.
Programmatically process a request for an XSQL Page.
XSQLRequest(String)
- Constructor for class oracle.xml.xsql.
XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(String, XSQLPageRequest)
- Constructor for class oracle.xml.xsql.
XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(URL)
- Constructor for class oracle.xml.xsql.
XSQLRequest
Create a Request for an XSQL Page
XSQLRequest(URL, XSQLPageRequest)
- Constructor for class oracle.xml.xsql.
XSQLRequest
Create a Request for an XSQL Page
XSQLServlet
- class oracle.xml.xsql.
XSQLServlet
.
Servlet to enable HTTP GET-ing of and POST-ing to XSQL Pages
XSQLServlet()
- Constructor for class oracle.xml.xsql.
XSQLServlet
XSQLServletPageRequest
- class oracle.xml.xsql.
XSQLServletPageRequest
.
Implementation of XSQLPageRequest for Servlet-based XSQL Page requests.
XSQLServletPageRequest(HttpServletRequest, HttpServletResponse)
- Constructor for class oracle.xml.xsql.
XSQLServletPageRequest
XSQLStylesheetProcessor
- class oracle.xml.xsql.
XSQLStylesheetProcessor
.
XSLT Stylesheet Processing Engine
XSQLStylesheetProcessor()
- Constructor for class oracle.xml.xsql.
XSQLStylesheetProcessor
XSQLUtil
- class oracle.xml.xsql.
XSQLUtil
.
XSQLUtil()
- Constructor for class oracle.xml.xsql.
XSQLUtil
_
_styleParams
- Variable in class oracle.xml.xsql.
XSQLPageRequestImpl
A
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
V
X
_
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES