|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jclark.xsl.sax.GenericDestination
com.jclark.xsl.sax.ServletDestination
public class ServletDestination
provides and initializes an output stream to (through) a ServletResponse
| Constructor Summary | |
|---|---|
ServletDestination(javax.servlet.ServletResponse response)
|
|
| Method Summary | |
|---|---|
java.io.OutputStream |
getOutputStream(java.lang.String contentType,
java.lang.String encoding)
gets an OutputStream for the named (Java style) character encoding and mime content type. |
| Methods inherited from class com.jclark.xsl.sax.GenericDestination |
|---|
getEncoding, getWriter, keepOpen, resolve, setEncoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletDestination(javax.servlet.ServletResponse response)
| Method Detail |
|---|
public java.io.OutputStream getOutputStream(java.lang.String contentType,
java.lang.String encoding)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||