Uses of Class
org.apache.tapestry.binding.AbstractBindingFactory

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 ClientIdBindinginstances, 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 ComponentBindinginstances, 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 BindingFactorythat constructs LiteralBindinginstances.
 class MessageBindingFactory
          Constructs instances of MessageBinding.
 class MetaBindingFactory
          Implementation that handles meta configured properties.
 class OGNLBindingFactory
          Implementation of BindingFactorythat creates ExpressionBindinginstances.
 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 TranslatorBindings.
 

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 UserAttributeBindings.
 

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.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.