Package | Description |
---|---|
net.sourceforge.stripes.config |
This package provides Configuration services for Stripes, including interfaces for
locating configured components and configuration parameters.
|
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 | Method and Description |
---|---|
TagErrorRendererFactory |
Configuration.getTagErrorRendererFactory()
Returns an instance of a tag error renderer factory for building custom error renderers
for form input tags that have field errors.
|
TagErrorRendererFactory |
DefaultConfiguration.getTagErrorRendererFactory()
Returns an instance of a TagErrorRendererFactory.
|
protected TagErrorRendererFactory |
DefaultConfiguration.initTagErrorRendererFactory()
Allows subclasses to initialize a non-default TagErrorRendererFactory instance to be used.
|
protected TagErrorRendererFactory |
RuntimeConfiguration.initTagErrorRendererFactory()
Looks for a class name in config and uses that to create the component.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTagErrorRendererFactory
A straightforward implementation of the TagErrorRendererFactory interface that looks
up the name of the renderer class in config, and if one is not supplied defaults to
using the
DefaultTagErrorRenderer . |
? Copyright 2005-2006, Stripes Development Team.