|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocaleProvider | |
---|---|
com.opensymphony.xwork2 | Main Xwork interfaces and classes. |
com.opensymphony.xwork2.validator | XWork validation subsystem. |
com.opensymphony.xwork2.validator.validators | XWork default validator classes. |
Uses of LocaleProvider in com.opensymphony.xwork2 |
---|
Classes in com.opensymphony.xwork2 that implement LocaleProvider | |
---|---|
class |
ActionSupport
Provides a default implementation for the most common actions. |
Fields in com.opensymphony.xwork2 declared as LocaleProvider | |
---|---|
private LocaleProvider |
TextProviderSupport.localeProvider
|
Constructors in com.opensymphony.xwork2 with parameters of type LocaleProvider | |
---|---|
TextProviderSupport(Class clazz,
LocaleProvider provider)
Constructor. |
|
TextProviderSupport(ResourceBundle bundle,
LocaleProvider provider)
Constructor. |
Uses of LocaleProvider in com.opensymphony.xwork2.validator |
---|
Subinterfaces of LocaleProvider in com.opensymphony.xwork2.validator | |
---|---|
interface |
ValidatorContext
The context for validation. |
Classes in com.opensymphony.xwork2.validator that implement LocaleProvider | |
---|---|
class |
DelegatingValidatorContext
A default implementation of the ValidatorContext interface. |
private static class |
DelegatingValidatorContext.ActionContextLocaleProvider
An implementation of LocaleProvider which gets the locale from the action context. |
Fields in com.opensymphony.xwork2.validator declared as LocaleProvider | |
---|---|
private LocaleProvider |
DelegatingValidatorContext.localeProvider
|
Methods in com.opensymphony.xwork2.validator that return LocaleProvider | |
---|---|
protected static LocaleProvider |
DelegatingValidatorContext.makeLocaleProvider(Object object)
|
Methods in com.opensymphony.xwork2.validator with parameters of type LocaleProvider | |
---|---|
static TextProvider |
DelegatingValidatorContext.makeTextProvider(Object object,
LocaleProvider localeProvider)
|
Constructors in com.opensymphony.xwork2.validator with parameters of type LocaleProvider | |
---|---|
DelegatingValidatorContext(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 | |
---|---|
private class |
VisitorFieldValidator.AppendingValidatorContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |