Uses of Interface
com.opensymphony.xwork2.LocaleProvider
Packages that use LocaleProvider
Package
Description
Main XWork interfaces and classes.
XWork validation subsystem.
XWork default validator classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Classes to help dispatch multipart HTTP requests.
-
Uses of LocaleProvider in com.opensymphony.xwork2
Classes in com.opensymphony.xwork2 that implement LocaleProviderModifier and TypeClassDescriptionclass
Provides a default implementation for the most common actions.class
Default implementation ofLocaleProvider
Fields in com.opensymphony.xwork2 declared as LocaleProviderMethods in com.opensymphony.xwork2 that return LocaleProviderModifier and TypeMethodDescriptionDefaultLocaleProviderFactory.createLocaleProvider()
LocaleProviderFactory.createLocaleProvider()
Create a new instance ofLocaleProvider
.protected LocaleProvider
ActionSupport.getLocaleProvider()
Methods in com.opensymphony.xwork2 with parameters of type LocaleProviderModifier and TypeMethodDescriptionvoid
ResourceBundleTextProvider.setLocaleProvider
(LocaleProvider localeProvider) Set the LocaleProvider to use.void
TextProviderSupport.setLocaleProvider
(LocaleProvider localeProvider) Constructors in com.opensymphony.xwork2 with parameters of type LocaleProviderModifierConstructorDescriptionTextProviderSupport
(Class clazz, LocaleProvider provider, LocalizedTextProvider localizedTextProvider) Constructor.TextProviderSupport
(ResourceBundle bundle, LocaleProvider provider, LocalizedTextProvider localizedTextProvider) Constructor. -
Uses of LocaleProvider in com.opensymphony.xwork2.validator
Subinterfaces of LocaleProvider in com.opensymphony.xwork2.validatorClasses in com.opensymphony.xwork2.validator that implement LocaleProviderModifier and TypeClassDescriptionclass
A default implementation of theValidatorContext
interface.Methods in com.opensymphony.xwork2.validator that return LocaleProviderModifier and TypeMethodDescriptionprotected static LocaleProvider
DelegatingValidatorContext.makeLocaleProvider
(Object object) Constructors in com.opensymphony.xwork2.validator with parameters of type LocaleProviderModifierConstructorDescriptionDelegatingValidatorContext
(ValidationAware validationAware, TextProvider textProvider, LocaleProvider localeProvider) Creates a new validation context given a ValidationAware object, and a text and locale provider. -
Uses of LocaleProvider in com.opensymphony.xwork2.validator.validators
Classes in com.opensymphony.xwork2.validator.validators that implement LocaleProvider -
Uses of LocaleProvider in org.apache.struts2.action
Classes in org.apache.struts2.action that implement LocaleProviderModifier and TypeClassDescriptionclass
An abstract Action that can be extended to process the incoming CSP violation reports.class
The default implementation ofCspReportAction
that simply logs the JSON object that contains the details of the CSP violation. -
Uses of LocaleProvider in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement LocaleProviderModifier and TypeClassDescriptionclass
A simple action support class that sets properties to be able to serve -
Uses of LocaleProvider in org.apache.struts2.dispatcher.multipart
Constructors in org.apache.struts2.dispatcher.multipart with parameters of type LocaleProviderModifierConstructorDescriptionMultiPartRequestWrapper
(MultiPartRequest multiPartRequest, jakarta.servlet.http.HttpServletRequest request, String saveDir, LocaleProvider provider) MultiPartRequestWrapper
(MultiPartRequest multiPartRequest, jakarta.servlet.http.HttpServletRequest request, String saveDir, LocaleProvider provider, boolean disableRequestAttributeValueStackLookup) Process file downloads and log any errors.