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. 
 

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.
 



Copyright © 2008 OpenSymphony. All Rights Reserved.