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 Implementation of FormatterFactory that contains a set of built-in formatters.
EnumFormatter A simple formatter for Enum classes that always returns the value of Enum.name().
NumberFormatter Formats numbers into localized Strings for display.
ObjectFormatter This is the default formatter.
 

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-2006, Stripes Development Team.