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.ClassFactory
tapestry.ClassFinder
tapestry.ClasspathResourceFactory
tapestry.ComponentMessagesSource
tapestry.DeferredObjectTranslator
tapestry.ExtensionLookupFactory
tapestry.GlobalObjectPool
tapestry.Infrastructure
tapestry.InfrastructureObjectProvider
tapestry.InjectedValueProvider
tapestry.InjectedValueProviderFactory
tapestry.ObjectTranslator
tapestry.ResetEventHub
13 service points
Schemas
tapestry.Infrastructure
1 schemas
Contribution to
<provider prefix="infrastructure" service-id="InfrastructureObjectProvider" />
Contribution to
<translator name="deferred-object" service-id="DeferredObjectTranslator" />
Contribution to tapestry.Infrastructure
<property name="componentMessagesSource" object="service:ComponentMessagesSource" />
<property name="resetEventHub" object="service:ResetEventHub" />
<property name="objectPool" object="service:GlobalObjectPool" />
<property name="classFinder" object="service:ClassFinder" />
Implementation for service
  • <create-instance class="org.apache.tapestry.enhance.ClassFactoryImpl" model="primitive" />

Back to master index