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.
|
org.apache.struts2.components | |
org.apache.struts2.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
StrutsTextProviderFactory
This factory enables users to provide and correctly initialize a custom TextProvider.
|
Modifier and Type | Method and Description |
---|---|
TextProvider |
DelegatingValidatorContext.makeTextProvider(Object object,
TextProviderFactory textProviderFactory) |
void |
DefaultActionValidatorManager.setTextProviderFactory(TextProviderFactory textProviderFactory) |
void |
AnnotationActionValidatorManager.setTextProviderFactory(TextProviderFactory textProviderFactory) |
Constructor and Description |
---|
DelegatingValidatorContext(Object object,
TextProviderFactory textProviderFactory)
Creates a new validation context given an object - usually an Action.
|
Modifier and Type | Field and Description |
---|---|
protected TextProviderFactory |
ValidatorSupport.textProviderFactory |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorSupport.setTextProviderFactory(TextProviderFactory textProviderFactory) |
Modifier and Type | Method and Description |
---|---|
void |
I18n.setTextProviderFactory(TextProviderFactory textProviderFactory) |
Modifier and Type | Method and Description |
---|---|
void |
TokenInterceptor.setTextProviderFactory(TextProviderFactory textProviderFactory) |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.