|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream javax.servlet.ServletOutputStream org.springframework.mock.web.DelegatingServletOutputStream
Delegating implementation of ServletOutputStream.
Used by MockHttpServletResponse; typically not necessary for testing application controllers.
MockHttpServletResponse
Constructor Summary | |
DelegatingServletOutputStream(java.io.OutputStream targetStream)
Create a new DelegatingServletOutputStream. |
Method Summary | |
void |
close()
|
void |
write(int b)
|
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 |
flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DelegatingServletOutputStream(java.io.OutputStream targetStream)
targetStream
- the target OutputStreamMethod Detail |
public void write(int b) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |