Configuration Point tapestry.props.ApplicationPropertySources | Occurs: | unbounded |
---|---|---|
Schema: | ||
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="activator" object="service:WebActivatorPropertySource" /> <command after="activator" id="context" object="service:WebContextPropertySource" /> <command after="context" id="delegate" object="service:DelegatePropertySource" /> <command after="delegate" id="symbols" object="service:SymbolSourcesPropertySource" /> |