|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagErrorRendererFactory | |
---|---|
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. |
Uses of TagErrorRendererFactory in net.sourceforge.stripes.config |
---|
Methods in net.sourceforge.stripes.config that return TagErrorRendererFactory | |
---|---|
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. |
Uses of TagErrorRendererFactory in net.sourceforge.stripes.tag |
---|
Classes in net.sourceforge.stripes.tag that implement TagErrorRendererFactory | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |