public class DisableCachingFilter extends java.lang.Object implements WebRequestServicerFilter
ResetEventHub.fireResetEvent()
after the request has
been processed. This filter is only contributed into the
tapestry.request.WebRequestServicerPipeline configuration if the
org.apache.tapestry.disable-caching system property is true.Constructor and Description |
---|
DisableCachingFilter() |
Modifier and Type | Method and Description |
---|---|
void |
service(WebRequest request,
WebResponse response,
WebRequestServicer servicer) |
void |
setErrorLog(org.apache.hivemind.ErrorLog errorLog) |
void |
setResetEventHub(ResetEventHub resetEventCoordinator) |
public DisableCachingFilter()
public void service(WebRequest request, WebResponse response, WebRequestServicer servicer) throws java.io.IOException
service
in interface WebRequestServicerFilter
java.io.IOException
public void setResetEventHub(ResetEventHub resetEventCoordinator)
public void setErrorLog(org.apache.hivemind.ErrorLog errorLog)