Uses of Interface
net.sourceforge.stripes.validation.TypeConverterFactory

Packages that use TypeConverterFactory
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. 
 

Uses of TypeConverterFactory in net.sourceforge.stripes.config
 

Methods in net.sourceforge.stripes.config that return TypeConverterFactory
 TypeConverterFactory Configuration.getTypeConverterFactory()
          Returns an instance of TypeConverterFactory that is responsible for providing lookups and instances of TypeConverters for the validation system.
 TypeConverterFactory DefaultConfiguration.getTypeConverterFactory()
          Returns an instance of DefaultTypeConverterFactory unless a subclass has overridden the default..
protected  TypeConverterFactory DefaultConfiguration.initTypeConverterFactory()
          Allows subclasses to initialize a non-default TypeConverterFactory.
protected  TypeConverterFactory RuntimeConfiguration.initTypeConverterFactory()
          Looks for a class name in config and uses that to create the component.
 

Uses of TypeConverterFactory in net.sourceforge.stripes.validation
 

Classes in net.sourceforge.stripes.validation that implement TypeConverterFactory
 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.