Uses of Interface
com.opensymphony.xwork.TextProvider

Packages that use TextProvider
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 TextProvider in com.opensymphony.webwork.components
 

Classes in com.opensymphony.webwork.components that implement TextProvider
 class AbstractRichtexteditorConnector
          An abstract class to be extended in order for the Rich text editor to perform server-side browsing and uploading.
 class DefaultRichtexteditorConnector
           
 

Methods in com.opensymphony.webwork.components with parameters of type TextProvider
 String Date.formatTime(TextProvider tp, Date date)
          Calculates the difference in time from now to the given date, and outputs it nicely.
 

Uses of TextProvider in com.opensymphony.webwork.config_browser
 

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

Uses of TextProvider in com.opensymphony.webwork.dispatcher
 

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

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 CompositeTextProvider
          This is a composite TextProvider that takes in an array or List of TextProviders, it will consult each of them in order to get a composite result.
 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(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
CompositeTextProvider(TextProvider[] textProviders)
          Instantiates a CompositeTextProvider with some predefined textProviders.
DelegatingValidatorContext(ValidationAware validationAware, TextProvider textProvider, LocaleProvider localeProvider)
          Creates a new validation context given a ValidationAware object, and a text and locale provider.
 

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

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


WebWork Project Page