Module
tapestry.page
Back to master index
Service Point tapestry.page.ComponentTypeVisitor
Interface:
org.apache.tapestry.pageload.IComponentVisitor
Visits all components in the tree and inspects them for IWidget / or IForm instances so that the appropriate javascript libraries are included automatically.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
pooled
" >
<construct
class
="
ComponentTypeVisitor
" />
</invoke-factory>
Module
tapestry.page
Back to master index