javax.faces.context
Class ResponseStream

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

public abstract class ResponseStream
extends java.io.OutputStream

see Javadoc of JSF Specification

Version:
$Revision: 761981 $ $Date: 2009-04-04 13:44:14 -0500 (Sat, 04 Apr 2009) $
Author:
Manfred Geiler (latest modification by $Author: slessard $)

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 © 2010 The Apache Software Foundation. All Rights Reserved.