|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.aggregator.impl.ContentDispatcherImpl
public class ContentDispatcherImpl
The ContentDispatcher allows customer classes to retrieved rendered content for a specific fragment
Constructor Summary | |
---|---|
ContentDispatcherImpl(PortletContent content)
|
Method Summary | |
---|---|
PortletContent |
getPortletContent(Fragment fragment)
getPortletContent |
javax.servlet.http.HttpServletResponse |
getResponseForFragment(Fragment fragment,
RequestContext request)
getResponseForFragment |
javax.servlet.http.HttpServletResponse |
getResponseForWindow(org.apache.pluto.om.window.PortletWindow window,
RequestContext request)
Return the HttpServletResponse to use for a given PortletWindow in order to be able to capture parallel rendering portlets |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentDispatcherImpl(PortletContent content)
Method Detail |
---|
public javax.servlet.http.HttpServletResponse getResponseForWindow(org.apache.pluto.om.window.PortletWindow window, RequestContext request)
ContentDispatcherCtrl
getResponseForWindow
in interface ContentDispatcherCtrl
public javax.servlet.http.HttpServletResponse getResponseForFragment(Fragment fragment, RequestContext request)
ContentDispatcherCtrl
getResponseForFragment
Return the HttpServletResponse to use for a given Fragment in order to be able to capture parallel rendering portlets
getResponseForFragment
in interface ContentDispatcherCtrl
public PortletContent getPortletContent(Fragment fragment)
getPortletContent
getPortletContent
in interface ContentDispatcher
fragment
-
ContentDispatcher.getPortletContent(org.apache.jetspeed.om.page.Fragment)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |