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.
Configuration Points
tapestry.Infrastructure
tapestry.InfrastructureOverrides
2 configuration points
Service Points
tapestry.ClassFinder
tapestry.ClasspathResourceFactory
tapestry.ComponentMessagesSource
tapestry.DeferredObjectTranslator
tapestry.ExtensionLookupFactory
tapestry.GlobalObjectPool
tapestry.Infrastructure
tapestry.InfrastructureObjectProvider
tapestry.InjectedValueProvider
tapestry.InjectedValueProviderFactory
tapestry.ObjectTranslator
tapestry.ResetEventCoordinator
12 service points
Schemas
tapestry.Infrastructure
1 schemas
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" />
<property name="classFinder" object="service:ClassFinder" />

Back to master index