Package org.apache.tapestry.binding

Implementations of IBinding.

See:
          Description

Interface Summary
BindingFactory Creates a new instance of IBinding.
BindingSource Used to convert a binding string (from a template or a specification) into an instance of IBinding.
 

Class Summary
AbstractBinding Base class for IBindingimplementations.
AbstractBindingFactory Base class for BindingFactorys.
AssetBinding A binding that is connected to an asset provided by a component.
AssetBindingFactory Factory for instances of AssetBinding.
BeanBinding Binding whose value is a named bean provided by a component.
BeanBindingFactory  
BindingConstants Constant values related to bindings.
ClientIdBinding An implementation of Tapestry IBinding that simplifies access to a component's clientId.
You can use this binding in order to safely find out the client-side id that was (or will be) generated for a given component.
ClientIdBindingFactory Factory for ClientIdBindinginstances, which are mapped to the "clientId:" prefix.
ClientIdListBinding Binding that is specifcially used to bind against components of type IDynamicInvoker and only for the parameter name "updateComponents".
ClientIdListBindingFactory Converts string values to String arrays and hands them off to a ClientIdListBinding instance.
ComponentBinding A binding where the path is the id of a child component.
ComponentBindingFactory Factory for ComponentBindinginstances, which are mapped to the "component:" prefix.
ExpressionBinding Implements a dynamic binding, based on evaluating an expression using an expression language.
HiveMindBinding A binding that accesses a HiveMind object.
HiveMindBindingFactory Constructs instances of HiveMindBinding.
ListenerBindingFactory Factory of ListenerMethodBinding, mapped to the "listener:" prefix.
ListenerMethodBinding  
LiteralBinding Stores a static (invariant) string as the value.
LiteralBindingFactory Implementation of BindingFactorythat constructs LiteralBindinginstances.
MessageBinding A binding that connects directly to a localized string for a component.
MessageBindingFactory Constructs instances of MessageBinding.
MetaBinding Simple implementation that allows injection / lookup of meta properties.
MetaBindingFactory Implementation that handles meta configured properties.
OGNLBindingFactory Implementation of BindingFactorythat creates ExpressionBindinginstances.
StateBinding Binding used to efficiently query whether an application state object (visit, global and friends) exists without actually creating it (or creating a session).
StateBindingFactory  
 

Package org.apache.tapestry.binding Description

Implementations of IBinding.

Author:
Howard Lewis Ship hlship@apache.org


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