org.springframework.web.filter
Class ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream

java.lang.Object
  extended by ServletOutputStream
      extended by org.springframework.web.filter.ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream
Enclosing class:
ShallowEtagHeaderFilter.ShallowEtagResponseWrapper

private class ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream
extends ServletOutputStream


Constructor Summary
private ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream()
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream

private ShallowEtagHeaderFilter.ShallowEtagResponseWrapper.ResponseServletOutputStream()
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException