|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.xsql.XSQLRequest
Programmatically process a request for an XSQL Page.
Constructor Summary | |
XSQLRequest(java.lang.String url)
Create a Request for an XSQL Page |
|
XSQLRequest(java.lang.String url,
XSQLPageRequest env)
Create a Request for an XSQL Page |
|
XSQLRequest(java.net.URL url)
Create a Request for an XSQL Page |
|
XSQLRequest(java.net.URL url,
XSQLPageRequest env)
Create a Request for an XSQL Page |
Method Summary | |
void |
process()
Process the request, writing output/errors to System.out/System.err |
void |
process(java.util.Dictionary params)
Process the request, writing output/errors to System.out/System.err |
void |
process(java.util.Dictionary params,
java.io.PrintWriter out,
java.io.PrintWriter err)
Process the request, writing output/errors to respective PrintWriters |
void |
process(java.io.PrintWriter out,
java.io.PrintWriter err)
Process the request, writing output/errors to respective PrintWriters |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XSQLRequest(java.lang.String url) throws java.net.MalformedURLException
url
- String representation of an URL to an XSQL Pagepublic XSQLRequest(java.net.URL url, XSQLPageRequest env)
url
- URL to an XSQL Pageenv
- Calling XSQLPageRequest environmentpublic XSQLRequest(java.lang.String url, XSQLPageRequest env) throws java.net.MalformedURLException
url
- String representation of an URL to an XSQL Pageenv
- Calling XSQLPageRequest environmentpublic XSQLRequest(java.net.URL url)
url
- URL to an XSQL PageMethod Detail |
public void process(java.io.PrintWriter out, java.io.PrintWriter err)
out
- PrintWriter to use to write the resulting page resultserr
- PrintWriter to use to write the resulting page errorspublic void process(java.util.Dictionary params, java.io.PrintWriter out, java.io.PrintWriter err)
params
- Dictionary (e.g. Hashtable) with XSQL Page parametersout
- PrintWriter to use to write the resulting page resultserr
- PrintWriter to use to write the resulting page errorspublic void process(java.util.Dictionary params)
params
- Dictionary (e.g. Hashtable) with XSQL Page parameterspublic void process()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |