Module tapestry.services
Back to master index

[public] Service Point tapestry.services.DefaultResponseContributor Interface: org.apache.tapestry.services.ResponseContributor
Defines the factory service that is responsible for determining if a particular request is one that should recieve a normal Html response. This will probably be the one chosen in the majority of cases.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.services.impl.DefaultResponseContributorImpl" >
      • <set-service property="localeManager" service-id="tapestry.request.RequestLocaleManager" />
      • <set-object property="markupWriterSource" value="infrastructure:markupWriterSource" />
      • <set-object property="webResponse" value="infrastructure:response" />
      • <set-object property="assetFactory" value="infrastructure:assetFactory" />
      </construct>
    </invoke-factory>

Module tapestry.services
Back to master index