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

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

Uses of IParameterSpecification in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement IParameterSpecification
 class ParameterSpecification
          Defines a formal parameter to a component.
 

Methods in org.apache.tapestry.spec that return IParameterSpecification
 IParameterSpecification SpecFactory.createParameterSpecification()
          Creates a concrete instance of ParameterSpecification.
 IParameterSpecification IComponentSpecification.getParameter(java.lang.String name)
          Returns the specification of a parameter with the given name, or null if no such parameter exists.
 IParameterSpecification ComponentSpecification.getParameter(java.lang.String name)
          Returns the specification of a parameter with the given name, or null if no such parameter exists.
 

Methods in org.apache.tapestry.spec with parameters of type IParameterSpecification
 void IComponentSpecification.addParameter(IParameterSpecification spec)
          Adds the parameter.
 void ComponentSpecification.addParameter(IParameterSpecification spec)
          Adds the parameter.