Module tapestry.enhance
Back to master index

[public] Service Point tapestry.enhance.ComponentConstructorFactory Interface: org.apache.tapestry.services.ComponentConstructorFactory
Performs enhancements on a component class as directed by the component's specification and the enhancement workers contributed to the tapestry.enhance.EnhancementWorkers configuration point.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl" >
      • <set-service property="classFactory" service-id="tapestry.ClassFactory" />
      • <event-listener service-id="tapestry.ResetEventHub" />
      • <event-listener service-id="tapestry.describe.ReportStatusHub" />
      • <set-service property="validator" service-id="EnhancedClassValidator" />
      • <set-service property="chain" service-id="EnhancementWorkerChain" />
      </construct>
    </invoke-factory>

Module tapestry.enhance
Back to master index