Skip to content

Instantly share code, notes, and snippets.

@rei999
Created January 19, 2013 20:18
Show Gist options
  • Save rei999/4574840 to your computer and use it in GitHub Desktop.
Save rei999/4574840 to your computer and use it in GitHub Desktop.
spring velocity sitemesh
<servlet>
<servlet-name>sitemesh-velocity</servlet-name>
<servlet-class>com.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>sitemesh-velocity</servlet-name>
<url-pattern>*.vm</url-pattern>
</servlet-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment