Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2012 21:29
PagesDialect filter config
<filter>
<filter-name>exportFilter</filter-name>
<filter-class>net.sourceforge.pagesdialect.ExportFilter</filter-class>
<init-param>
<param-name>exportRequestParameterName</param-name>
<param-value>export</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>exportFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment