Module tapestry
Back to master index
Module tapestryVersion:4.0.0
Package:org.apache.tapestry.services
The master module for the Apache Tapestry web application framework.
Configurations
tapestry.Infrastructure
tapestry.InfrastructureOverrides
Services
tapestry.ClasspathResourceFactory
tapestry.ComponentMessagesSource
tapestry.DeferredObjectTranslator
tapestry.ExtensionLookupFactory
tapestry.GlobalObjectPool
tapestry.Infrastructure
tapestry.InfrastructureObjectProvider
tapestry.InjectedValueProvider
tapestry.InjectedValueProviderFactory
tapestry.ObjectTranslator
tapestry.ResetEventCoordinator
Schemas
tapestry.Infrastructure
Contribution to hivemind.ObjectProviders
<provider prefix="infrastructure" service-id="InfrastructureObjectProvider" />
Contribution to hivemind.Translators
<translator name="deferred-object" service-id="DeferredObjectTranslator" />
Contribution to tapestry.Infrastructure
<property name="componentMessagesSource" object="service:ComponentMessagesSource" />
<property name="resetEventCoordinator" object="service:ResetEventCoordinator" />
<property name="objectPool" object="service:GlobalObjectPool" />

Back to master index