Module tapestry.props
Back to master index

[public] Configuration Point tapestry.props.GlobalPropertySourcesOccurs: unbounded
Schema:
Specifies a sequence of property sources used to resolve global application configuration data, which may be in web.xml (servlet init parameters or servlet context init parameters), or provided as HiveMind substitution symbol.
Contribution from module tapestry.props
<command id="activator" object="service:WebActivatorPropertySource" />
<command after="activator" id="context" object="service:WebContextPropertySource" />
<command after="context" id="symbols" object="service:SymbolSourcesPropertySource" />

Module tapestry.props
Back to master index