| 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.validation |
This package contains interfaces and implementations of error message classes
and of classes that convert Strings to rich objects, providing validation during
the conversion.
|
| Modifier and Type | Method and Description |
|---|---|
TypeConverterFactory |
DefaultConfiguration.getTypeConverterFactory()
Returns an instance of
DefaultTypeConverterFactory unless a subclass has
overridden the default.. |
TypeConverterFactory |
Configuration.getTypeConverterFactory()
Returns an instance of TypeConverterFactory that is responsible for providing lookups and
instances of TypeConverters for the validation system.
|
protected TypeConverterFactory |
RuntimeConfiguration.initTypeConverterFactory()
Looks for a class name in config and uses that to create the component.
|
protected TypeConverterFactory |
DefaultConfiguration.initTypeConverterFactory()
Allows subclasses to initialize a non-default TypeConverterFactory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTypeConverterFactory
Default TypeConverterFactory implementation that simply creates an instance level map of all the
TypeConverters included in the Stripes distribution, and their applicable classes.
|
© Copyright 2005-2006, Stripes Development Team.