|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocaleProvider | |
com.opensymphony.xwork | |
com.opensymphony.xwork.validator |
Uses of LocaleProvider in com.opensymphony.xwork |
Classes in com.opensymphony.xwork that implement LocaleProvider | |
class |
ActionSupport
Provides a default implementation for the most common actions. |
Constructors in com.opensymphony.xwork with parameters of type LocaleProvider | |
TextProviderSupport(Class clazz,
LocaleProvider provider)
Constructor. |
|
TextProviderSupport(ResourceBundle bundle,
LocaleProvider provider)
Constructor. |
Uses of LocaleProvider in com.opensymphony.xwork.validator |
Subinterfaces of LocaleProvider in com.opensymphony.xwork.validator | |
interface |
ValidatorContext
The context for validation. |
Classes in com.opensymphony.xwork.validator that implement LocaleProvider | |
class |
DelegatingValidatorContext
A default implementation of the ValidatorContext interface. |
Methods in com.opensymphony.xwork.validator that return LocaleProvider | |
protected static LocaleProvider |
DelegatingValidatorContext.makeLocaleProvider(Object object)
|
Methods in com.opensymphony.xwork.validator with parameters of type LocaleProvider | |
static TextProvider |
DelegatingValidatorContext.makeTextProvider(Object object,
LocaleProvider localeProvider)
|
Constructors in com.opensymphony.xwork.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. |
|
XWork Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |