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. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.interceptor.validation   
 

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.
private static class DelegatingValidatorContext.LoggingValidationAware
          An implementation of ValidationAware which logs errors and messages.
 

Fields in com.opensymphony.xwork2.validator declared as ValidationAware
private  ValidationAware DelegatingValidatorContext.validationAware
           
 

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
           
 

Uses of ValidationAware in org.apache.struts2.dispatcher
 

Classes in org.apache.struts2.dispatcher that implement ValidationAware
 class DefaultActionSupport
          A simple action support class that sets properties to be able to serve
 

Uses of ValidationAware in org.apache.struts2.interceptor
 

Methods in org.apache.struts2.interceptor with parameters of type ValidationAware
protected  boolean FileUploadInterceptor.acceptFile(File file, String contentType, String inputName, ValidationAware validation, Locale locale)
          Override for added functionality.
 

Uses of ValidationAware in org.apache.struts2.interceptor.validation
 

Methods in org.apache.struts2.interceptor.validation with parameters of type ValidationAware
protected  String JSONValidationInterceptor.buildResponse(ValidationAware validationAware)
           
 



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