Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.validator |
XWork validation subsystem.
|
com.opensymphony.xwork2.validator.validators |
XWork default validator classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionSupport
Provides a default implementation for the most common actions.
|
class |
DefaultLocaleProvider
Default implementation of
LocaleProvider |
Modifier and Type | Method and Description |
---|---|
TextProvider |
TextProviderFactory.createInstance(Class clazz,
LocaleProvider provider) |
TextProvider |
TextProviderFactory.createInstance(ResourceBundle bundle,
LocaleProvider provider) |
protected TextProvider |
TextProviderFactory.getTextProvider(Class clazz,
LocaleProvider provider) |
void |
TextProviderSupport.setLocaleProvider(LocaleProvider localeProvider) |
void |
ResourceBundleTextProvider.setLocaleProvider(LocaleProvider localeProvider)
Set the LocaleProvider to use.
|
Constructor and Description |
---|
TextProviderSupport(Class clazz,
LocaleProvider provider)
Constructor.
|
TextProviderSupport(ResourceBundle bundle,
LocaleProvider provider)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidatorContext
The context for validation.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingValidatorContext
A default implementation of the
ValidatorContext interface. |
Modifier and Type | Method and Description |
---|---|
protected static LocaleProvider |
DelegatingValidatorContext.makeLocaleProvider(Object object) |
Modifier and Type | Method and Description |
---|---|
static TextProvider |
DelegatingValidatorContext.makeTextProvider(Object object,
LocaleProvider localeProvider) |
Constructor and Description |
---|
DelegatingValidatorContext(ValidationAware validationAware,
TextProvider textProvider,
LocaleProvider localeProvider)
Creates a new validation context given a ValidationAware object, and a text and locale provider.
|
Modifier and Type | Class and Description |
---|---|
static class |
VisitorFieldValidator.AppendingValidatorContext |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.