Uses of Interface
net.sourceforge.stripes.localization.LocalePicker

Packages that use LocalePicker
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. 
 

Uses of LocalePicker in net.sourceforge.stripes.config
 

Methods in net.sourceforge.stripes.config that return LocalePicker
 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.
 

Uses of LocalePicker in net.sourceforge.stripes.localization
 

Classes in net.sourceforge.stripes.localization that implement LocalePicker
 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.