Module
tapestry.portlet
Back to master index
Service Point tapestry.portlet.ActionRequestServicerToWebRequestServicerBridge
Interface:
org.apache.tapestry.portlet.ActionRequestServicer
Bridge from the ActionRequestServicerPipeline to the tapestry.request.WebRequestServicer pipeline.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
ActionRequestServicerToWebRequestServicerBridge
" >
<set-service
property
="
portletRequestGlobals
"
service-id
="
PortletRequestGlobals
" />
<set-service
property
="
webRequestServicer
"
service-id
="
tapestry.request.WebRequestServicer
" />
</construct>
</invoke-factory>
Module
tapestry.portlet
Back to master index