Uses of Interface
org.apache.tapestry.pageload.IComponentVisitor

Packages that use IComponentVisitor
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
 

Uses of IComponentVisitor in org.apache.tapestry.pageload
 

Classes in org.apache.tapestry.pageload that implement IComponentVisitor
 class EstablishDefaultParameterValuesVisitor
          For all parameters in the examined component that have default values, but are not bound, automatically add an ExpressionBinding with the default value.
 class VerifyRequiredParametersVisitor
          Verify whether all required parameters in the examined component are bound, and if they are not, throw an exception.
 

Methods in org.apache.tapestry.pageload with parameters of type IComponentVisitor
 void PageLoader.setEstablishDefaultParameterValuesVisitor(IComponentVisitor establishDefaultParameterValuesVisitor)
           
 

Constructors in org.apache.tapestry.pageload with parameters of type IComponentVisitor
ComponentTreeWalker(IComponentVisitor[] visitors)