Module tapestry.props
Back to master index

[public] Configuration Point tapestry.props.ApplicationPropertySourcesOccurs: unbounded
Schema:hivemind.lib.ChainContribution
Property sources used by the application, which includes a search of the application specification, a delegate of the application specification, the servlet and servlet context, and JVM System Properties.
Contribution from module tapestry.props
<command id="app-spec" object="service:ApplicationSpecificationPropertySource" />
<command after="app-spec" id="servlet" object="service:ServletPropertySource" />
<command after="servlet" id="context" object="service:ServletContextPropertySource" />
<command after="context" id="delegate" object="service:DelegatePropertySource" />
<command after="context" id="symbols" object="service:SymbolSourcesPropertySource" />

Module tapestry.props
Back to master index