Uses of Class
org.apache.wicket.Localizer

Packages that use Localizer
org.apache.wicket The core Wicket package. 
org.apache.wicket.model Core model support for Wicket components. 
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of Localizer in org.apache.wicket
 

Methods in org.apache.wicket that return Localizer
static Localizer Localizer.get()
           
 Localizer Component.getLocalizer()
          Convenience method to provide easy access to the localizer object within any component.
 

Uses of Localizer in org.apache.wicket.model
 

Methods in org.apache.wicket.model that return Localizer
 Localizer StringResourceModel.getLocalizer()
          Gets the localizer that is being used by this string resource model.
 

Uses of Localizer in org.apache.wicket.resource
 

Methods in org.apache.wicket.resource that return Localizer
 Localizer IPropertiesFactoryContext.getLocalizer()
          Get the application's localizer.
 

Uses of Localizer in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings with parameters of type Localizer
 void IResourceSettings.setLocalizer(Localizer localizer)
          Sets the localizer which will be used to find property values.
 

Uses of Localizer in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return Localizer
 Localizer ResourceSettings.getLocalizer()
           
 

Methods in org.apache.wicket.settings.def with parameters of type Localizer
 void ResourceSettings.setLocalizer(Localizer localizer)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.