Module tapestry.request
Back to master index

[public] Service Point tapestry.request.DecodedRequestInjector Interface: org.apache.tapestry.services.ServletRequestServicerFilter
Filter contributed into the ServletRequestServicerPipeline whose responsibility is to provide a modified HttpServletRequest that reflects the results of an IRequestDecoder (provided as the org.apache.tapestry.request-decoder application extension). If the extension exists, then a different HttpServletRequest is substituted.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.request.DecodedRequestInjector" >
      • <set-object property="applicationSpecification" value="infrastructure:applicationSpecification" />
      </construct>
    </invoke-factory>

Module tapestry.request
Back to master index