Module
tapestry.request
Back to master index
Service Point tapestry.request.EngineManager
Interface:
org.apache.tapestry.services.EngineManager
Obtains an IEngine implementation for the current request, either from a pool of such engine instance, from a factory, or from the HttpSession.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
impl.EngineManagerImpl
" >
<set-service
property
="
enginePool
"
service-id
="
EnginePool
" />
<set-service
property
="
engineFactory
"
service-id
="
EngineFactory
" />
<set-service
property
="
localeManager
"
service-id
="
RequestLocaleManager
" />
</construct>
</invoke-factory>
Module
tapestry.request
Back to master index