Package | Description |
---|---|
net.sourceforge.stripes.config |
This package provides Configuration services for Stripes, including interfaces for
locating configured components and configuration parameters.
|
net.sourceforge.stripes.localization |
This package is used by Stripes to provide localization capabilities to application.
|
Modifier and Type | Method and Description |
---|---|
LocalePicker |
Configuration.getLocalePicker()
Returns an instance of LocalePicker that is responsible for choosing the Locale for
each request that enters the system.
|
LocalePicker |
DefaultConfiguration.getLocalePicker()
Returns an instance of a LocalePicker.
|
protected LocalePicker |
DefaultConfiguration.initLocalePicker()
Allows subclasses to initialize a non-default LocalePicker.
|
protected LocalePicker |
RuntimeConfiguration.initLocalePicker()
Looks for a class name in config and uses that to create the component.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
? Copyright 2005-2006, Stripes Development Team.