org.apache.struts2.util
Class StrutsUtil.ServletOutputStreamWrapper

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by org.apache.struts2.util.StrutsUtil.ServletOutputStreamWrapper
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
StrutsUtil

static class StrutsUtil.ServletOutputStreamWrapper
extends ServletOutputStream


Field Summary
(package private)  StringWriter writer
           
 
Constructor Summary
StrutsUtil.ServletOutputStreamWrapper(StringWriter aWriter)
           
 
Method Summary
 void write(int aByte)
           
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

StringWriter writer
Constructor Detail

StrutsUtil.ServletOutputStreamWrapper

StrutsUtil.ServletOutputStreamWrapper(StringWriter aWriter)
Method Detail

write

public void write(int aByte)
Specified by:
write in class OutputStream


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.