Uses of Interface
org.apache.struts2.interceptor.ValidationAware
Packages that use ValidationAware
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
XWork validation subsystem.
XWork default validator classes.
-
Uses of ValidationAware in org.apache.struts2
Classes in org.apache.struts2 that implement ValidationAwareModifier and TypeClassDescriptionclass
Provides a default implementation for the most common actions.class
Provides a default implementation of ValidationAware. -
Uses of ValidationAware in org.apache.struts2.action
Classes in org.apache.struts2.action that implement ValidationAwareModifier and TypeClassDescriptionclass
An abstract Action that can be extended to process the incoming CSP violation reports.class
The default implementation ofCspReportAction
that simply logs the JSON object that contains the details of the CSP violation. -
Uses of ValidationAware in org.apache.struts2.dispatcher
Classes in org.apache.struts2.dispatcher that implement ValidationAwareModifier and TypeClassDescriptionclass
A simple action support class that sets properties to be able to serve -
Uses of ValidationAware in org.apache.struts2.validator
Subinterfaces of ValidationAware in org.apache.struts2.validatorClasses in org.apache.struts2.validator that implement ValidationAwareModifier and TypeClassDescriptionclass
A default implementation of theValidatorContext
interface.Methods in org.apache.struts2.validator that return ValidationAwareModifier and TypeMethodDescriptionprotected ValidationAware
DelegatingValidatorContext.getValidationAware()
protected static ValidationAware
DelegatingValidatorContext.makeValidationAware
(Object object) Methods in org.apache.struts2.validator with parameters of type ValidationAwareModifier and TypeMethodDescriptionprotected void
DelegatingValidatorContext.setValidationAware
(ValidationAware validationAware) Constructors in org.apache.struts2.validator with parameters of type ValidationAwareModifierConstructorDescriptionDelegatingValidatorContext
(ValidationAware validationAware, TextProvider textProvider, LocaleProvider localeProvider) Creates a new validation context given a ValidationAware object, and a text and locale provider. -
Uses of ValidationAware in org.apache.struts2.validator.validators
Classes in org.apache.struts2.validator.validators that implement ValidationAware