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.struts2Classes in org.apache.struts2 that implement LocaleProviderModifier and TypeClassDescriptionclassProvides a default implementation for the most common actions.Methods in org.apache.struts2 that return LocaleProvider
- 
Uses of LocaleProvider in org.apache.struts2.actionClasses in org.apache.struts2.action that implement LocaleProviderModifier and TypeClassDescriptionclassAn abstract Action that can be extended to process the incoming CSP violation reports.classThe default implementation ofCspReportActionthat simply logs the JSON object that contains the details of the CSP violation.
- 
Uses of LocaleProvider in org.apache.struts2.dispatcherClasses in org.apache.struts2.dispatcher that implement LocaleProviderModifier and TypeClassDescriptionclassA simple action support class that sets properties to be able to serve
- 
Uses of LocaleProvider in org.apache.struts2.dispatcher.multipartConstructors 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.localeClasses 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.textFields in org.apache.struts2.text declared as LocaleProviderMethods in org.apache.struts2.text with parameters of type LocaleProviderModifier and TypeMethodDescriptionvoidResourceBundleTextProvider.setLocaleProvider(LocaleProvider localeProvider) Set the LocaleProvider to use.voidTextProviderSupport.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.validatorSubinterfaces of LocaleProvider in org.apache.struts2.validatorClasses in org.apache.struts2.validator that implement LocaleProviderModifier and TypeClassDescriptionclassA default implementation of theValidatorContextinterface.Methods in org.apache.struts2.validator that return LocaleProviderModifier and TypeMethodDescriptionprotected static LocaleProviderDelegatingValidatorContext.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.validatorsClasses in org.apache.struts2.validator.validators that implement LocaleProvider