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. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
 

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.
 

Fields in com.opensymphony.xwork2 declared as LocaleProvider
private  LocaleProvider TextProviderSupport.localeProvider
           
 

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.
private static class DelegatingValidatorContext.ActionContextLocaleProvider
          An implementation of LocaleProvider which gets the locale from the action context.
 

Fields in com.opensymphony.xwork2.validator declared as LocaleProvider
private  LocaleProvider DelegatingValidatorContext.localeProvider
           
 

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.
 

Uses of LocaleProvider in com.opensymphony.xwork2.validator.validators
 

Classes in com.opensymphony.xwork2.validator.validators that implement LocaleProvider
static class VisitorFieldValidator.AppendingValidatorContext
           
 

Uses of LocaleProvider in org.apache.struts2.dispatcher
 

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



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