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.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
ActionSupport
Provides a default implementation for the most common actions.
|
class |
ValidationAwareSupport
Provides a default implementation of ValidationAware.
|
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 ValidationAware |
DelegatingValidatorContext.getValidationAware() |
protected static ValidationAware |
DelegatingValidatorContext.makeValidationAware(Object object) |
Modifier and Type | Method and Description |
---|---|
protected void |
DelegatingValidatorContext.setValidationAware(ValidationAware validationAware) |
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 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionSupport
A simple action support class that sets properties to be able to serve
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FileUploadInterceptor.acceptFile(Object action,
UploadedFile file,
String filename,
String contentType,
String inputName,
ValidationAware validation)
Override for added functionality.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.