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 ComponentTypeVisitor
          Looks for components of type IForm and IWidget so that the appropriate javascript includes can be made on an as needed basis by AjaxShellDelegate.
 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 EventConnectionVisitor
          Handles connecting up components and forms targeted with the EventListener annotation.
 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.setComponentTypeVisitor(IComponentVisitor visitor)
           
 void PageLoader.setEstablishDefaultParameterValuesVisitor(IComponentVisitor establishDefaultParameterValuesVisitor)
           
 void PageLoader.setEventConnectionVisitor(IComponentVisitor eventConnectionVisitor)
           
 

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



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