Uses of Interface
net.sourceforge.stripes.tag.ParameterizableTag

Packages that use ParameterizableTag
net.sourceforge.stripes.tag Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. 
 

Uses of ParameterizableTag in net.sourceforge.stripes.tag
 

Classes in net.sourceforge.stripes.tag that implement ParameterizableTag
 class FormTag
          Form tag for use with the Stripes framework.
 class LinkTag
          Tag for generating links to pages or ActionBeans within a Stripes application.
 class LinkTagSupport
          Abstract support class for generating links.
 class UrlTag
          A Stripes version of the <c:url/> tag that adds some Stripes specific parameters to the URL.
 



? Copyright 2005-2006, Stripes Development Team.