| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTagErrorRenderer
This default implementation of the TagErrorRenderer interface sets the html class
attribute to 'error'.
|
| Modifier and Type | Field and Description |
|---|---|
protected TagErrorRenderer |
InputTagSupport.errorRenderer
The error renderer to be utilized for error output of this input tag
|
| Modifier and Type | Method and Description |
|---|---|
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.