Uses of Interface
org.apache.struts2.locale.LocaleProviderFactory
Packages that use LocaleProviderFactory
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
Interceptor classes.
-
Uses of LocaleProviderFactory in org.apache.struts2.components
Methods in org.apache.struts2.components with parameters of type LocaleProviderFactoryModifier and TypeMethodDescriptionvoid
I18n.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory) -
Uses of LocaleProviderFactory in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher with parameters of type LocaleProviderFactoryModifier and TypeMethodDescriptionvoid
Dispatcher.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory) -
Uses of LocaleProviderFactory in org.apache.struts2.interceptor
Fields in org.apache.struts2.interceptor declared as LocaleProviderFactoryModifier and TypeFieldDescriptionprotected LocaleProviderFactory
I18nInterceptor.localeProviderFactory
Methods in org.apache.struts2.interceptor with parameters of type LocaleProviderFactoryModifier and TypeMethodDescriptionvoid
I18nInterceptor.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory) -
Uses of LocaleProviderFactory in org.apache.struts2.locale
Classes in org.apache.struts2.locale that implement LocaleProviderFactory -
Uses of LocaleProviderFactory in org.apache.struts2.text
Fields in org.apache.struts2.text declared as LocaleProviderFactoryModifier and TypeFieldDescriptionprotected LocaleProviderFactory
StrutsTextProviderFactory.localeProviderFactory
Methods in org.apache.struts2.text with parameters of type LocaleProviderFactoryModifier and TypeMethodDescriptionvoid
StrutsTextProviderFactory.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory) void
TextProviderSupport.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory)