Package net.sourceforge.stripes.format

Contains functionality for integrating formatting of Java objects with the Stripes tag library.

See:
          Description

Interface Summary
Formatter<T> Interface that is used to provide a relatively simple formatting interface to the rest of the system.
FormatterFactory Interface for creating instances of formatter classes that are capable of formatting the types specified into Strings.
 

Class Summary
DateFormatter Implements a basic formatter for Date objects.
DefaultFormatterFactory Very simple default implementation of a formatter factory that is aware of how to format dates and numbers.
NumberFormatter Formats numbers into localized Strings for display.
 

Package net.sourceforge.stripes.format Description

Contains functionality for integrating formatting of Java objects with the Stripes tag library. Contains a Formatter interface for formatting Objects to Strings that is understood by the tags and a factory interface for for locating and manufacturing Formatters.



© Copyright 2005, Stripes Development Team.