org.riotfamily.common.web.filter |
Provides some useful servlet filters.
|
Java Source File Name | Type | Comment |
CacheStampedResourcesFilter.java | Class | Servlet filter that sets a far future Expires header for request URLs that
contain a timestamp. |
CharacterEncodingFilter.java | Class | Servlet filter that allows to specify a default character encoding for
requests and responses.
If don't want to modify the response encoding use the
org.springframework.web.filter.CharacterEncodingFilter CharacterEncodingFilter provided by Spring. |
FilterPlugin.java | Class | Class that can be plugged into a
PluginFilter to filter request
and response objects like a
javax.servlet.Filter servlet filter . |
HttpFilterBean.java | Class | |
PluginChain.java | Class | Acts like a
FilterChain , just for FilterPlugins. |
PluginFilter.java | Class | Servlet filter delegates the filtering to
FilterPlugin beans.
In contrast to Spring's
org.springframework.web.filter.DelegatingFilterProxy multiple targets are supported which are processed as a chain. |
ResourceStamper.java | Class | Utility class that can be used to add a timestamp to a URL. |