All that remains is to associate the filter with requests.
This is accomplished via the 'filter-mapping' element:
<filter-mapping> <filter-name>StaticXSLT</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
The 'url-pattern' contains a simple prefix/suffix wildcard for the requests.
The 'filter-name' must match the name used in the 'filter' element.