|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServletResponseWrapper
org.apache.tiles.jsp.context.JspWriterResponse
public class JspWriterResponse
It works as an HttpServletResponse by wrapping a
javax.servlet.jsp.JspWriter around a PrintWriter.
| Constructor Summary | |
|---|---|
JspWriterResponse(PageContext pageContext)
Constructor. |
|
| Method Summary | |
|---|---|
java.io.PrintWriter |
getWriter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspWriterResponse(PageContext pageContext)
pageContext - The page context to use.| Method Detail |
|---|
public java.io.PrintWriter getWriter()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||