Uses of Interface
com.opensymphony.xwork.TextProvider

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

Uses of TextProvider in com.opensymphony.xwork
 

Classes in com.opensymphony.xwork that implement TextProvider
 class ActionSupport
          Provides a default implementation for the most common actions.
 class DefaultTextProvider
          DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
 class TextProviderSupport
          Default TextProvider implementation.
 

Uses of TextProvider in com.opensymphony.xwork.validator
 

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

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

Methods in com.opensymphony.xwork.validator that return TextProvider
protected  TextProvider DelegatingValidatorContext.getTextProvider()
           
static TextProvider DelegatingValidatorContext.makeTextProvider(java.lang.Object object, LocaleProvider localeProvider)
           
 

Methods in com.opensymphony.xwork.validator with parameters of type TextProvider
protected  void DelegatingValidatorContext.setTextProvider(TextProvider textProvider)
           
 

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