Module tapestry.props
Back to master index
Module tapestry.propsVersion:4.0.0
Package:org.apache.tapestry.engine
Defines services for locating configuration data that may be stored in the web application deployment descriptor, the application specification, or elsewhere.
Configuration Points
tapestry.props.ApplicationPropertySources
tapestry.props.GlobalPropertySources
2 configuration points
Service Points
tapestry.props.ApplicationPropertyObjectProvider
tapestry.props.ApplicationPropertySource
tapestry.props.ApplicationSpecificationPropertySource
tapestry.props.ComponentPropertySource
tapestry.props.DelegatePropertySource
tapestry.props.GlobalPropertyObjectProvider
tapestry.props.GlobalPropertySource
tapestry.props.SymbolSourcesPropertySource
tapestry.props.SymbolSourcesPropertySourceFactory
tapestry.props.WebActivatorPropertySource
tapestry.props.WebContextPropertySource
11 service points
Contribution to
<default symbol="org.apache.tapestry.engine-class" value="org.apache.tapestry.engine.BaseEngine" />
<default symbol="org.apache.tapestry.visit-class" value="java.util.HashMap" />
<default symbol="org.apache.tapestry.output-encoding" value="UTF-8" />
<default symbol="org.apache.tapestry.enhance.disable-abstract-method-validation" value="false" />
<default symbol="org.apache.tapestry.default-page-class" value="org.apache.tapestry.html.BasePage" />
<default symbol="org.apache.tapestry.template-extension" value="html" />
<default symbol="org.apache.tapestry.jwcid-attribute-name" value="jwcid" />
<default symbol="org.apache.tapestry.default-binding-prefix" value="ognl" />
<default symbol="org.apache.tapestry.renderTags" value="true" />
<default symbol="org.apache.tapestry.default-property-persistence-strategy" value="session" />
Contribution to
<provider prefix="global-property" service-id="GlobalPropertyObjectProvider" />
<provider prefix="app-property" service-id="ApplicationPropertyObjectProvider" />
Contribution to
<source before="hivemind.ApplicationDefaults" class="org.apache.hivemind.impl.SystemPropertiesSymbolSource" name="SystemProperties" />
Contribution to tapestry.Infrastructure
<property name="applicationPropertySource" object="service:ApplicationPropertySource" />
<property name="globalPropertySource" object="service:GlobalPropertySource" />
<property name="componentPropertySource" object="service:ComponentPropertySource" />
Contribution to tapestry.props.ApplicationPropertySources
<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" />
Contribution to tapestry.props.GlobalPropertySources
<command id="activator" object="service:WebActivatorPropertySource" />
<command after="activator" id="context" object="service:WebContextPropertySource" />
<command after="context" id="symbols" object="service:SymbolSourcesPropertySource" />

Back to master index