|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBindingFactory | |
---|---|
org.apache.tapestry.binding | Implementations of IBinding . |
org.apache.tapestry.form.translator | Defines translator bindings used primarily in form component input translations. |
org.apache.tapestry.form.validator | Form validation infrastructure. |
org.apache.tapestry.portlet.bindings | Portlet related hivemind bindings. |
org.apache.tapestry.valid | Components and classes that provide specialized, validating text fields. |
Uses of AbstractBindingFactory in org.apache.tapestry.binding |
---|
Subclasses of AbstractBindingFactory in org.apache.tapestry.binding | |
---|---|
class |
AssetBindingFactory
Factory for instances of AssetBinding . |
class |
BeanBindingFactory
|
class |
ClientIdBindingFactory
Factory for ClientIdBinding instances, which are mapped to
the "clientId:" prefix. |
class |
ClientIdListBindingFactory
Converts string values to String arrays and hands them off to a ClientIdListBinding instance. |
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 |
MetaBindingFactory
Implementation that handles meta configured properties. |
class |
OGNLBindingFactory
Implementation of BindingFactory that creates
ExpressionBinding instances. |
class |
StateBindingFactory
|
Uses of AbstractBindingFactory in org.apache.tapestry.form.translator |
---|
Subclasses of AbstractBindingFactory in org.apache.tapestry.form.translator | |
---|---|
class |
TranslatorBindingFactory
Uses the tapestry.form.translator.TranslatorBeanFactory service to obtain configured Translator instances that are then wrapped as
TranslatorBinding s. |
Uses of AbstractBindingFactory in org.apache.tapestry.form.validator |
---|
Subclasses of AbstractBindingFactory in org.apache.tapestry.form.validator | |
---|---|
class |
ValidatorsBindingFactory
|
Uses of AbstractBindingFactory in org.apache.tapestry.portlet.bindings |
---|
Subclasses of AbstractBindingFactory in org.apache.tapestry.portlet.bindings | |
---|---|
class |
UserAttributeBindingFactory
Factory used to create UserAttributeBinding s. |
Uses of AbstractBindingFactory in org.apache.tapestry.valid |
---|
Subclasses of AbstractBindingFactory in org.apache.tapestry.valid | |
---|---|
class |
ValidatorBindingFactory
Uses the tapestry.valid.ValidatorBeanFactory service to obtain configuration IValidator instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |