org.riotfamily.website.interceptor |
|
Java Source File Name | Type | Comment |
IncludeOnlyInterceptor.java | Class | HandlerInterceptor that sends a 404 error if the request is not an
include request, i.e. |
NoCacheHeaderInterceptor.java | Class | Sets cache control headers to prevent client side caching if a Riot user
is logged in. |
PushUpInterceptor.java | Class | HandlerInterceptor that allows an included controller to handle the request
before any other controller is executed. |