Uses of Interface
com.opensymphony.xwork2.LocaleProvider

Packages that use LocaleProvider
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of LocaleProvider in com.opensymphony.xwork2
 

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

Methods in com.opensymphony.xwork2 with parameters of type LocaleProvider
 TextProvider TextProviderFactory.createInstance(Class clazz, LocaleProvider provider)
           
 TextProvider TextProviderFactory.createInstance(ResourceBundle bundle, LocaleProvider provider)
           
 void ResourceBundleTextProvider.setLocaleProvider(LocaleProvider localeProvider)
          Set the LocaleProvider to use.
 void TextProviderSupport.setLocaleProvider(LocaleProvider localeProvider)
           
 

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

Uses of LocaleProvider in com.opensymphony.xwork2.validator
 

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

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

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

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

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



Copyright © 2007 OpenSymphony. All Rights Reserved.