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

Packages that use IPropertySpecification
org.apache.tapestry.annotations Contains all of the annotation features (jdk >= 1.5) available in tapestry. 
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of IPropertySpecification in org.apache.tapestry.annotations
 

Methods in org.apache.tapestry.annotations with parameters of type IPropertySpecification
 Class ComponentPropertyProxyWorker.extractPropertyType(Class type, String propertyName, IPropertySpecification ps)
           
 

Uses of IPropertySpecification in org.apache.tapestry.enhance
 

Methods in org.apache.tapestry.enhance with parameters of type IPropertySpecification
 void SpecifiedPropertyWorker.addProperty(EnhancementOperation op, String propertyName, String specifiedType, boolean persistent, String initialValue, org.apache.hivemind.Location location, IPropertySpecification ps)
           
 

Uses of IPropertySpecification in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement IPropertySpecification
 class PropertySpecification
          Defines a transient or persistant property of a component or page.
 

Methods in org.apache.tapestry.spec that return IPropertySpecification
 IPropertySpecification SpecFactory.createPropertySpecification()
          Creates a concrete instance of IPropertySpecification.
 IPropertySpecification IComponentSpecification.getPropertySpecification(String name)
          Returns the named IPropertySpecification, or null if no such specification exist.
 IPropertySpecification ComponentSpecification.getPropertySpecification(String name)
          Returns the named IPropertySpecification, or null if no such specification exist.
 

Methods in org.apache.tapestry.spec with parameters of type IPropertySpecification
 void IComponentSpecification.addPropertySpecification(IPropertySpecification spec)
          Adds a new property specification.
 void ComponentSpecification.addPropertySpecification(IPropertySpecification spec)
          Adds a new property specification.
 



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