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

Packages that use TagErrorRenderer
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 TagErrorRenderer in net.sourceforge.stripes.tag
 

Classes in net.sourceforge.stripes.tag that implement TagErrorRenderer
 class DefaultTagErrorRenderer
          This default implementation of the TagErrorRenderer interface sets the html class attribute to 'error'.
 

Fields in net.sourceforge.stripes.tag declared as TagErrorRenderer
protected  TagErrorRenderer InputTagSupport.errorRenderer
          The error renderer to be utilized for error output of this input tag
 

Methods in net.sourceforge.stripes.tag that return TagErrorRenderer
 TagErrorRenderer TagErrorRendererFactory.getTagErrorRenderer(InputTagSupport tag)
          Returns a new instance of a TagErrorRenderer that is utilized by the supplied tag.
 TagErrorRenderer DefaultTagErrorRendererFactory.getTagErrorRenderer(InputTagSupport tag)
          Returns a new instance of the configured renderer that is ready for use.
 



? Copyright 2005-2006, Stripes Development Team.