Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.form.translator | |
org.apache.tapestry.form.validator | |
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AssetBindingFactory
Factory for instances of
AssetBinding . |
class |
BeanBindingFactory |
class |
ComponentBindingFactory
Factory for
ComponentBinding instances, which are mapped to
the "component:" prefix. |
class |
HiveMindBindingFactory
Constructs instances of
HiveMindBinding . |
class |
ListenerBindingFactory
Factory of
ListenerMethodBinding , mapped to the "listener:"
prefix. |
class |
LiteralBindingFactory
Implementation of
BindingFactory that constructs
LiteralBinding instances. |
class |
MessageBindingFactory
Constructs instances of
MessageBinding . |
class |
OGNLBindingFactory
Implementation of
BindingFactory that creates
ExpressionBinding instances. |
class |
StateBindingFactory |
Modifier and Type | Class and Description |
---|---|
class |
TranslatorBindingFactory
Deprecated.
Support for the translator: will be removed in release 4.1, along with
ValidField . |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorsBindingFactory |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorBindingFactory
Uses the tapestry.valid.ValidatorBeanFactory service to obtain configuration IValidator
instances.
|