Uses of Class
org.apache.wicket.Localizer
-
Packages that use Localizer Package Description 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 -
-
Uses of Localizer in org.apache.wicket
Methods in org.apache.wicket that return Localizer Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Localizer
IPropertiesFactoryContext. getLocalizer()
Get the application's localizer. -
Uses of Localizer in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return Localizer Modifier and Type Method Description Localizer
ResourceSettings. getLocalizer()
Methods in org.apache.wicket.settings with parameters of type Localizer Modifier and Type Method Description ResourceSettings
ResourceSettings. setLocalizer(Localizer localizer)
Sets the localizer which will be used to find property values.
-