Uses of Interface
com.opensymphony.xwork.ValidationAware

Packages that use ValidationAware
com.opensymphony.webwork.components   
com.opensymphony.webwork.config_browser   
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.xwork   
com.opensymphony.xwork.validator   
com.opensymphony.xwork.validator.validators   
 

Uses of ValidationAware in com.opensymphony.webwork.components
 

Classes in com.opensymphony.webwork.components that implement ValidationAware
 class AbstractRichtexteditorConnector
          An abstract class to be extended in order for the Rich text editor to perform server-side browsing and uploading.
 class DefaultRichtexteditorConnector
           
 

Uses of ValidationAware in com.opensymphony.webwork.config_browser
 

Classes in com.opensymphony.webwork.config_browser that implement ValidationAware
 class ActionNamesAction
          ActionNamesAction
 class ListValidatorsAction
          ListValidatorsAction loads the validations for a given class and context
 class ShowConfigAction
          ShowConfigAction
 class ShowValidatorAction
          ShowValidatorAction
 

Uses of ValidationAware in com.opensymphony.webwork.dispatcher
 

Classes in com.opensymphony.webwork.dispatcher that implement ValidationAware
 class DefaultActionSupport
          A simple action support class that sets properties to be able to serve
 

Uses of ValidationAware in com.opensymphony.webwork.interceptor
 

Methods in com.opensymphony.webwork.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 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.
 

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

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


WebWork Project Page