Package org.riotfamily.website.interceptor

Class Summary
IncludeOnlyInterceptor HandlerInterceptor that sends a 404 error if the request is not an include request, i.e. was not dispatched by a RequestDispatcher.
NoCacheHeaderInterceptor Sets cache control headers to prevent client side caching if a Riot user is logged in.
PushUpInterceptor HandlerInterceptor that allows an included controller to handle the request before any other controller is executed.