Module tapestry.portlet
Back to master index
Module tapestry.portletVersion:4.0.0
Package:org.apache.tapestry.portlet
Add on for Tapestry that adds native Portlet support.
Configuration Points
tapestry.portlet.ActionRequestServicerPipeline
tapestry.portlet.PortletApplicationInitializers
tapestry.portlet.RenderRequestServicerPipeline
3 configuration points
Service Points
tapestry.portlet.ActionRequestServicer
tapestry.portlet.ActionRequestServicerToWebRequestServicerBridge
tapestry.portlet.ActionResponse
tapestry.portlet.PortletApplicationInitializer
tapestry.portlet.PortletApplicationSpecificationInitializer
tapestry.portlet.PortletAssetLinkFactory
tapestry.portlet.PortletCookieSource
tapestry.portlet.PortletExceptionPresenter
tapestry.portlet.PortletLinkFactory
tapestry.portlet.PortletRequest
tapestry.portlet.PortletRequestGlobals
tapestry.portlet.PortletRootDescriptionReceiverFactory
tapestry.portlet.PortletStaleLinkExceptionPresenter
tapestry.portlet.PortletStaleSessionExceptionPresenter
tapestry.portlet.PortletWebContextInitializer
tapestry.portlet.RenderRequestServicer
tapestry.portlet.RenderRequestServicerToWebRequestServicerBridge
tapestry.portlet.RenderResponse
tapestry.portlet.SetupPortletApplicationGlobals
19 service points
Contribution to If:class javax.portlet.PortletSession
<strategy class="javax.portlet.PortletSession" object="instance:PortletSessionDescribableStrategy" />
<strategy class="javax.portlet.PortletConfig" object="instance:PortletConfigStrategy" />
Contribution to
<property mode="portlet" name="linkFactory" object="service:PortletLinkFactory" />
<property mode="portlet" name="rootDescriptionReceiverFactory " object="service:PortletRootDescriptionReceiverFactory" />
<property mode="portlet" name="exceptionPresenter" object="service:PortletExceptionPresenter" />
<property mode="portlet" name="staleLinkExceptionPresenter" object="service:PortletStaleLinkExceptionPresenter" />
<property mode="portlet" name="staleSessionExceptionPresenter" object="service:PortletStaleSessionExceptionPresenter" />
<property mode="portlet" name="cookieSource" object="service:PortletCookieSource" />
Contribution to tapestry.portlet.ActionRequestServicerPipeline
<terminator object="service:ActionRequestServicerToWebRequestServicerBridge" />
Contribution to tapestry.portlet.PortletApplicationInitializers
<command before="*" id="PortletWebContextInitializer" object="service:PortletWebContextInitializer" />
<command id="PortletApplicationSpecificationInitializer" object="service:PortletApplicationSpecificationInitializer" />
Contribution to tapestry.portlet.PortletApplicationInitializers
<command id="SetupServletApplicationGlobals" object="service:SetupPortletApplicationGlobals" />
Contribution to tapestry.portlet.RenderRequestServicerPipeline
<terminator object="service:RenderRequestServicerToWebRequestServicerBridge" />

Back to master index