Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.interceptor |
Interceptor classes.
|
com.opensymphony.xwork2.validator |
XWork validation subsystem.
|
com.opensymphony.xwork2.validator.validators |
XWork default validator classes.
|
org.apache.struts2 | |
org.apache.struts2.action | |
org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationAwareSupport
Provides a default implementation of ValidationAware.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationAware
Deprecated.
since 6.7.0, use
ValidationAware instead. |
Modifier and Type | Class and Description |
---|---|
static class |
ValidationAware.LegacyAdapter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ValidationAware |
ValidationAware.adapt(ValidationAware actualValidation)
Deprecated.
|
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 | Class and Description |
---|---|
static class |
VisitorFieldValidator.AppendingValidatorContext |
Modifier and Type | Class and Description |
---|---|
class |
ActionSupport
Provides a default implementation for the most common actions.
|
Modifier and Type | Class and Description |
---|---|
class |
CspReportAction
An abstract Action that can be extended to process the incoming CSP violation reports.
|
class |
DefaultCspReportAction
The default implementation of
CspReportAction that simply logs the JSON object
that contains the details of the CSP violation. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionSupport
A simple action support class that sets properties to be able to serve
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.