Module tapestry.props | Version: | 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. | ||
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" /> |