Uses of Interface
com.opensymphony.xwork2.ValidationAware

Packages that use ValidationAware
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
 

Uses of ValidationAware in com.opensymphony.xwork2
 

Classes in com.opensymphony.xwork2 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.xwork2.validator
 

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

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

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

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

Constructors in com.opensymphony.xwork2.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.
 

Uses of ValidationAware in com.opensymphony.xwork2.validator.validators
 

Classes in com.opensymphony.xwork2.validator.validators that implement ValidationAware
static class VisitorFieldValidator.AppendingValidatorContext
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.