|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.container.servlet.ServletResponse
public class ServletResponse
| Constructor Summary | |
|---|---|
ServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
|
|
| Method Summary | |
|---|---|
javax.servlet.http.HttpServletResponse |
getHttpServletResponse()
|
java.io.OutputStream |
getOutputStream()
|
void |
setContentLength(int length)
|
void |
setContentType(java.lang.String mimeType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
| Method Detail |
|---|
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
public java.io.OutputStream getOutputStream()
throws java.io.IOException
getOutputStream in interface Responsejava.io.IOExceptionpublic void setContentLength(int length)
setContentLength in interface Responsepublic void setContentType(java.lang.String mimeType)
setContentType in interface Response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||