com.jclark.xsl.sax
Class ServletDestination
- Destination
public class ServletDestination
provides and initializes an output stream to (through)
a ServletResponse
OutputStream | getOutputStream(String contentType, String encoding) - gets an OutputStream for the named (Java style) character encoding
and mime content type.
|
ServletDestination
public ServletDestination(ServletResponse response)
getOutputStream
public OutputStream getOutputStream(String contentType,
String encoding)
throws IOException
gets an OutputStream for the named (Java style) character encoding
and mime content type. Sets the ServletResponse's content type
and encoding
- getOutputStream in interface Destination