Uses of Interface
org.apache.struts2.locale.LocaleProvider
Packages that use LocaleProvider
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
Classes to help dispatch multipart HTTP requests.
XWork validation subsystem.
XWork default validator classes.
-
Uses of LocaleProvider in org.apache.struts2
Classes in org.apache.struts2 that implement LocaleProviderModifier and TypeClassDescriptionclass
Provides a default implementation for the most common actions.Methods in org.apache.struts2 that return 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. -
Uses of LocaleProvider in org.apache.struts2.locale
Classes in org.apache.struts2.locale that implement LocaleProviderMethods in org.apache.struts2.locale that return LocaleProviderModifier and TypeMethodDescriptionDefaultLocaleProviderFactory.createLocaleProvider()
LocaleProviderFactory.createLocaleProvider()
Create a new instance ofLocaleProvider
. -
Uses of LocaleProvider in org.apache.struts2.text
Fields in org.apache.struts2.text declared as LocaleProviderMethods in org.apache.struts2.text with parameters of type LocaleProviderModifier and TypeMethodDescriptionvoid
ResourceBundleTextProvider.setLocaleProvider
(LocaleProvider localeProvider) Set the LocaleProvider to use.void
TextProviderSupport.setLocaleProvider
(LocaleProvider localeProvider) Constructors in org.apache.struts2.text with parameters of type LocaleProviderModifierConstructorDescriptionTextProviderSupport
(Class<?> clazz, LocaleProvider provider, LocalizedTextProvider localizedTextProvider) Constructor.TextProviderSupport
(ResourceBundle bundle, LocaleProvider provider, LocalizedTextProvider localizedTextProvider) Constructor. -
Uses of LocaleProvider in org.apache.struts2.validator
Subinterfaces of LocaleProvider in org.apache.struts2.validatorClasses in org.apache.struts2.validator that implement LocaleProviderModifier and TypeClassDescriptionclass
A default implementation of theValidatorContext
interface.Methods in org.apache.struts2.validator that return LocaleProviderModifier and TypeMethodDescriptionprotected static LocaleProvider
DelegatingValidatorContext.makeLocaleProvider
(Object object) Constructors in org.apache.struts2.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 org.apache.struts2.validator.validators
Classes in org.apache.struts2.validator.validators that implement LocaleProvider