|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.http.HttpServletResponseWrapper org.codehaus.groovy.grails.web.sitemesh.GrailsContentBufferingResponse
public class GrailsContentBufferingResponse extends HttpServletResponseWrapper
Constructor Summary | |
GrailsContentBufferingResponse(HttpServletResponse response, ContentProcessor contentProcessor, SiteMeshWebAppContext webAppContext)
|
Method Summary | |
---|---|
Content
|
getContent()
|
boolean
|
isActive()
|
boolean
|
isUsingStream()
|
void
|
sendError(int sc)
|
void
|
sendError(int sc, java.lang.String msg)
|
void
|
sendRedirect(java.lang.String location)
|
Constructor Detail |
---|
public GrailsContentBufferingResponse(HttpServletResponse response, ContentProcessor contentProcessor, SiteMeshWebAppContext webAppContext)
Method Detail |
---|
public Content getContent()
public boolean isActive()
public boolean isUsingStream()
@Override public void sendError(int sc)
@Override public void sendError(int sc, java.lang.String msg)
@Override public void sendRedirect(java.lang.String location)
Groovy Documentation