[Home]TagTemplateServlet

GvTags | RecentChanges | Preferences

The TagTemplateServlet makes it possible to use GTL (GvTags Template Language) in web pages.

Just look at the examples and test pages which come with the War Release.

To use the TagTemplateServlet you have to add some lines to the web.xml:

  <!-- Servlet for Groovy Template Language -->
  <servlet>
    <servlet-name>gtl</servlet-name>
    <servlet-class>gvtags.TagTemplateServlet</servlet-class>
  </servlet>

  <!-- Standard Action Servlet Mapping -->
  <servlet-mapping>
    <servlet-name>gtl</servlet-name>
    <url-pattern>*.gtl</url-pattern>
  </servlet-mapping>


GvTags | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited November 15, 2005 6:41 pm by Tof (diff)
Search:
Hosted by BerliOS Developer Logo, cohosted at SourceForge.net Logo