javax.faces.context
Class ResponseStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.faces.context.ResponseStream
All Implemented Interfaces:
Closeable, Flushable

public abstract class ResponseStream
extends OutputStream

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Constructor Summary
ResponseStream()
           
 
Method Summary
 
Methods inherited from class java.io.OutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseStream

public ResponseStream()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.