Uses of Interface
velosurf.web.l10n.Localizer

Packages that use Localizer
velosurf.util This package gathers miscellanous utility classes. 
velosurf.web.auth Contains classes related to authentication. 
velosurf.web.l10n Contains classes related to localization. 
 

Uses of Localizer in velosurf.util
 

Fields in velosurf.util declared as Localizer
private  Localizer UserContext.localizer
          localizer
 

Methods in velosurf.util with parameters of type Localizer
 void UserContext.setLocalizer(Localizer loc)
          Localizer setter.
 

Uses of Localizer in velosurf.web.auth
 

Methods in velosurf.web.auth with parameters of type Localizer
protected  java.lang.String AuthenticationFilter.getMessage(Localizer localizer, java.lang.String key, java.lang.String defaultMessage)
          Message getter.
 

Uses of Localizer in velosurf.web.l10n
 

Classes in velosurf.web.l10n that implement Localizer
 class HTTPLocalizerTool
          This class rely on the "Accepted-Language" HTTP header to detect the appropriate locale to be used.
 class SimpleDBLocalizer
          A basic database based Localizer implementation.
 



~ooOoo~