|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use TextProvider | |
---|---|
com.opensymphony.xwork2 | Main XWork interfaces and classes. |
com.opensymphony.xwork2.ognl | |
com.opensymphony.xwork2.validator | XWork validation subsystem. |
com.opensymphony.xwork2.validator.validators | XWork default validator classes. |
org.apache.struts2.components | |
org.apache.struts2.dispatcher | Classes for action dispatching in Struts (the Controller part of MVC). |
Uses of TextProvider in com.opensymphony.xwork2 |
---|
Subinterfaces of TextProvider in com.opensymphony.xwork2 | |
---|---|
interface |
ResourceBundleTextProvider
Extension Interface for TextProvider to help supporting ResourceBundles. |
Classes in com.opensymphony.xwork2 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. |
Fields in com.opensymphony.xwork2 declared as TextProvider | |
---|---|
private TextProvider |
ActionSupport.textProvider
|
private TextProvider |
TextProviderFactory.textProvider
|
Methods in com.opensymphony.xwork2 that return TextProvider | |
---|---|
TextProvider |
TextProviderFactory.createInstance(Class clazz,
LocaleProvider provider)
|
TextProvider |
TextProviderFactory.createInstance(ResourceBundle bundle,
LocaleProvider provider)
|
protected TextProvider |
TextProviderFactory.getTextProvider()
|
Methods in com.opensymphony.xwork2 with parameters of type TextProvider | |
---|---|
void |
TextProviderFactory.setTextProvider(TextProvider textProvider)
|
Uses of TextProvider in com.opensymphony.xwork2.ognl |
---|
Fields in com.opensymphony.xwork2.ognl declared as TextProvider | |
---|---|
private TextProvider |
OgnlValueStackFactory.textProvider
|
Methods in com.opensymphony.xwork2.ognl with parameters of type TextProvider | |
---|---|
void |
OgnlValueStackFactory.setTextProvider(TextProvider textProvider)
|
Constructors in com.opensymphony.xwork2.ognl with parameters of type TextProvider | |
---|---|
OgnlValueStack(XWorkConverter xworkConverter,
CompoundRootAccessor accessor,
TextProvider prov,
boolean allowStaticAccess)
|
Uses of TextProvider in com.opensymphony.xwork2.validator |
---|
Subinterfaces of TextProvider in com.opensymphony.xwork2.validator | |
---|---|
interface |
ValidatorContext
The context for validation. |
Classes in com.opensymphony.xwork2.validator that implement TextProvider | |
---|---|
class |
DelegatingValidatorContext
A default implementation of the ValidatorContext interface. |
Fields in com.opensymphony.xwork2.validator declared as TextProvider | |
---|---|
private TextProvider |
DelegatingValidatorContext.textProvider
|
Methods in com.opensymphony.xwork2.validator that return TextProvider | |
---|---|
protected TextProvider |
DelegatingValidatorContext.getTextProvider()
|
static TextProvider |
DelegatingValidatorContext.makeTextProvider(Object object,
LocaleProvider localeProvider)
|
Methods in com.opensymphony.xwork2.validator with parameters of type TextProvider | |
---|---|
protected void |
DelegatingValidatorContext.setTextProvider(TextProvider textProvider)
|
Constructors in com.opensymphony.xwork2.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. |
Uses of TextProvider in com.opensymphony.xwork2.validator.validators |
---|
Classes in com.opensymphony.xwork2.validator.validators that implement TextProvider | |
---|---|
static class |
VisitorFieldValidator.AppendingValidatorContext
|
Uses of TextProvider in org.apache.struts2.components |
---|
Fields in org.apache.struts2.components declared as TextProvider | |
---|---|
private TextProvider |
I18n.textProvider
|
Methods in org.apache.struts2.components that return TextProvider | |
---|---|
private TextProvider |
Date.findProviderInStack()
|
Methods in org.apache.struts2.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 org.apache.struts2.dispatcher |
---|
Classes in org.apache.struts2.dispatcher that implement TextProvider | |
---|---|
class |
DefaultActionSupport
A simple action support class that sets properties to be able to serve |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |