Uses of Interface
com.opensymphony.xwork.ValidationAware

Packages that use ValidationAware
com.opensymphony.xwork   
com.opensymphony.xwork.validator   
 

Uses of ValidationAware in com.opensymphony.xwork
 

Classes in com.opensymphony.xwork that implement ValidationAware
 class ActionSupport
          Provides a default implementation for the most common actions.
 class ValidationAwareSupport
          Provides a default implementation of ValidationAware.
 

Uses of ValidationAware in com.opensymphony.xwork.validator
 

Subinterfaces of ValidationAware in com.opensymphony.xwork.validator
 interface ValidatorContext
          The context for validation.
 

Classes in com.opensymphony.xwork.validator that implement ValidationAware
 class DelegatingValidatorContext
          A default implementation of the ValidatorContext interface.
 

Methods in com.opensymphony.xwork.validator that return ValidationAware
protected  ValidationAware DelegatingValidatorContext.getValidationAware()
           
protected static ValidationAware DelegatingValidatorContext.makeValidationAware(Object object)
           
 

Methods in com.opensymphony.xwork.validator with parameters of type ValidationAware
protected  void DelegatingValidatorContext.setValidationAware(ValidationAware validationAware)
           
 

Constructors in com.opensymphony.xwork.validator with parameters of type ValidationAware
DelegatingValidatorContext(ValidationAware validationAware, TextProvider textProvider, LocaleProvider localeProvider)
          Creates a new validation context given a ValidationAware object, and a text and locale provider.
 


XWork Project Page