Module tapestry.props
Back to master index

[public] Service Point tapestry.props.WebContextPropertySource Interface: org.apache.tapestry.engine.IPropertySource
Searches the WebContext (i.e., ServletContext) for properties.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.services.impl.InitializationParameterHolderPropertySource" >
      • <set-service property="holder" service-id="tapestry.globals.WebContext" />
      </construct>
    </invoke-factory>

Module tapestry.props
Back to master index