Module tapestry.describe
Back to master index

[public] Service Point tapestry.describe.RootDescriptionReceiverFactory Interface: org.apache.tapestry.describe.RootDescriptionReceiverFactory
Creates a RootDescriptionReceiver instances around a markup writer and the DescribableStategy service.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="RootDescriptionReceiverFactoryImpl" >
      • <set-service property="strategy" service-id="DescribableStrategy" />
      </construct>
    </invoke-factory>

Module tapestry.describe
Back to master index