public class WebRequestServicerPipelineBridge extends java.lang.Object implements ServletRequestServicer
tapestry.request.ServletRequestServicerPipeline
to the
tapestry.request.WebRequestServicerPipeline
. Also, stores the web request and
web response into RequestGlobals
. Intercepts runtime
exceptions and throws them wrapped as ServletException
.Constructor and Description |
---|
WebRequestServicerPipelineBridge() |
Modifier and Type | Method and Description |
---|---|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setRequestGlobals(RequestGlobals requestGlobals) |
void |
setWebRequestServicer(WebRequestServicer webRequestServicer) |
public WebRequestServicerPipelineBridge()
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
service
in interface ServletRequestServicer
java.io.IOException
javax.servlet.ServletException
public void setRequestGlobals(RequestGlobals requestGlobals)
public void setWebRequestServicer(WebRequestServicer webRequestServicer)