See: Description
| Interface | Description |
|---|---|
| LocalePicker |
A LocalePicker is a class that determines what Locale a particular request will use.
|
| LocalizationBundleFactory |
Extremely simple interface that is implemented to resolve the ResourceBundles from which
various Strings are pulled at runtime.
|
| Class | Description |
|---|---|
| DefaultLocalePicker |
Default locale picker that uses a comma separated list of locales in the servlet init
parameters to determine the set of locales that are supported by the application.
|
| DefaultLocalizationBundleFactory |
Very simple default implementation of a bundle factory.
|
| LocalizationUtility |
Provides simple localization utility methods that are used in multiple places in the Stripes
code base.
|
This package is used by Stripes to provide localization capabilities to application.
© Copyright 2005-2006, Stripes Development Team.