Uses of Interface
com.opensymphony.xwork.LocaleProvider

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

Uses of LocaleProvider in com.opensymphony.xwork
 

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

Constructors in com.opensymphony.xwork with parameters of type LocaleProvider
TextProviderSupport(java.lang.Class clazz, LocaleProvider provider)
          Constructor.
TextProviderSupport(java.util.ResourceBundle bundle, LocaleProvider provider)
          Constructor.
 

Uses of LocaleProvider in com.opensymphony.xwork.validator
 

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

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

Methods in com.opensymphony.xwork.validator that return LocaleProvider
protected static LocaleProvider DelegatingValidatorContext.makeLocaleProvider(java.lang.Object object)
           
 

Methods in com.opensymphony.xwork.validator with parameters of type LocaleProvider
static TextProvider DelegatingValidatorContext.makeTextProvider(java.lang.Object object, LocaleProvider localeProvider)
           
 

Constructors in com.opensymphony.xwork.validator with parameters of type LocaleProvider
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