Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.ognl | |
com.opensymphony.xwork2.validator |
XWork validation subsystem.
|
com.opensymphony.xwork2.validator.validators |
XWork default validator classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceBundleTextProvider
Extension Interface for TextProvider to help supporting ResourceBundles.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionSupport
Provides a default implementation for the most common actions.
|
class |
CompositeTextProvider
This is a composite
TextProvider that takes in an array or List of TextProvider s, it will
consult each of them in order to get a composite result. |
class |
DefaultTextProvider
DefaultTextProvider gets texts from only the default resource bundles associated with the
LocalizedTextUtil.
|
class |
TextProviderSupport
Default TextProvider implementation.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
TextProviderFactory.setTextProvider(TextProvider textProvider) |
Constructor and Description |
---|
CompositeTextProvider(TextProvider[] textProviders)
Instantiates a
CompositeTextProvider with some predefined textProviders . |
Constructor and Description |
---|
CompositeTextProvider(List<TextProvider> textProviders)
Instantiates a
CompositeTextProvider with some predefined textProviders . |
Modifier and Type | Method and Description |
---|---|
void |
OgnlValueStackFactory.setTextProvider(TextProvider textProvider) |
Constructor and Description |
---|
OgnlValueStack(XWorkConverter xworkConverter,
CompoundRootAccessor accessor,
TextProvider prov,
boolean allowStaticAccess) |
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 TextProvider |
DelegatingValidatorContext.getTextProvider() |
static TextProvider |
DelegatingValidatorContext.makeTextProvider(Object object,
LocaleProvider localeProvider) |
Modifier and Type | Method and Description |
---|---|
protected void |
DelegatingValidatorContext.setTextProvider(TextProvider textProvider) |
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.