Uses of Interface
com.opensymphony.xwork2.LocaleProviderFactory
Packages that use LocaleProviderFactory
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of LocaleProviderFactory in com.opensymphony.xwork2
Classes in com.opensymphony.xwork2 that implement LocaleProviderFactoryFields in com.opensymphony.xwork2 declared as LocaleProviderFactoryModifier and TypeFieldDescriptionprotected LocaleProviderFactory
StrutsTextProviderFactory.localeProviderFactory
Methods in com.opensymphony.xwork2 with parameters of type LocaleProviderFactoryModifier and TypeMethodDescriptionvoid
StrutsTextProviderFactory.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory) void
TextProviderSupport.setLocaleProviderFactory
(LocaleProviderFactory localeProviderFactory) -
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)