|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatterFactory | |
|---|---|
| net.sourceforge.stripes.config | This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. |
| net.sourceforge.stripes.format | Contains functionality for integrating formatting of Java objects with the Stripes tag library. |
| Uses of FormatterFactory in net.sourceforge.stripes.config |
|---|
| Methods in net.sourceforge.stripes.config that return FormatterFactory | |
|---|---|
FormatterFactory |
Configuration.getFormatterFactory()
Returns an instance of FormatterFactory that is responsible for creating Formatter objects for converting rich types into Strings for display on pages. |
FormatterFactory |
DefaultConfiguration.getFormatterFactory()
Returns an instance of a FormatterFactory. |
protected FormatterFactory |
DefaultConfiguration.initFormatterFactory()
Allows subclasses to initialize a non-default FormatterFactory. |
protected FormatterFactory |
RuntimeConfiguration.initFormatterFactory()
Looks for a class name in config and uses that to create the component. |
| Uses of FormatterFactory in net.sourceforge.stripes.format |
|---|
| Classes in net.sourceforge.stripes.format that implement FormatterFactory | |
|---|---|
class |
DefaultFormatterFactory
Implementation of FormatterFactory that contains a set of built-in formatters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||