Module tapestry.page
Back to master index

[public] Service Point tapestry.page.EstablishDefaultParameterValuesVisitor Interface: org.apache.tapestry.pageload.IComponentVisitor
Visits all the components of a page, locates unbound parameters, and plugs in a default value (if available) for each. Used by the PageLoader.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="EstablishDefaultParameterValuesVisitor" >
      • <set-service property="bindingSource" service-id="tapestry.bindings.BindingSource" />
      </construct>
    </invoke-factory>

Module tapestry.page
Back to master index