Uses of Interface
com.opensymphony.xwork.LocaleProvider

Packages that use LocaleProvider
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.xwork   
com.opensymphony.xwork.validator   
com.opensymphony.xwork.validator.validators   
 

Uses of LocaleProvider in com.opensymphony.webwork.components
 

Classes in com.opensymphony.webwork.components that implement LocaleProvider
 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 LocaleProvider in com.opensymphony.webwork.config_browser
 

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

Uses of LocaleProvider in com.opensymphony.webwork.dispatcher
 

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

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(Class clazz, LocaleProvider provider)
          Constructor.
TextProviderSupport(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(Object object)
           
 

Methods in com.opensymphony.xwork.validator with parameters of type LocaleProvider
static TextProvider DelegatingValidatorContext.makeTextProvider(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.
 

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

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


WebWork Project Page