Uses of Class
org.apache.tapestry.spec.BindingType

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

Uses of BindingType in org.apache.tapestry.spec
 

Fields in org.apache.tapestry.spec declared as BindingType
static BindingType BindingType.INHERITED
           
static BindingType BindingType.PREFIXED
          Indicates that the binding value is a prefixed locator, ready for use with BindingSource.
 

Methods in org.apache.tapestry.spec that return BindingType
 BindingType IBindingSpecification.getType()
          Returns the type of binding specification; this is generally PREFIXED.
 BindingType BindingSpecification.getType()
           
 

Methods in org.apache.tapestry.spec with parameters of type BindingType
 void IBindingSpecification.setType(BindingType type)
           
 void BindingSpecification.setType(BindingType type)
           
 



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