Uses of Interface
org.apache.tapestry.spec.IBindingSpecification

Packages that use IBindingSpecification
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of IBindingSpecification in org.apache.tapestry.spec
 

Subinterfaces of IBindingSpecification in org.apache.tapestry.spec
 interface IListenerBindingSpecification
          Special interface of IBindingSpecification used to encapsulate additional information the additional information specific to listener bindings.
 

Classes in org.apache.tapestry.spec that implement IBindingSpecification
 class BindingSpecification
          Stores a binding specification, which identifies the static value or OGNL expression for the binding.
 class ListenerBindingSpecification
          Special subclass of BindingSpecification used to encapsulate the additional information specific to listener bindings.
 

Methods in org.apache.tapestry.spec that return IBindingSpecification
 IBindingSpecification SpecFactory.createBindingSpecification()
           
 IBindingSpecification IContainedComponent.getBinding(java.lang.String name)
          Returns the named binding, or null if the binding does not exist.
 IBindingSpecification ContainedComponent.getBinding(java.lang.String name)
          Returns the named binding, or null if the binding does not exist.
 

Methods in org.apache.tapestry.spec with parameters of type IBindingSpecification
 void IContainedComponent.setBinding(java.lang.String name, IBindingSpecification spec)
           
 void ContainedComponent.setBinding(java.lang.String name, IBindingSpecification spec)