Uses of Interface
org.apache.jetspeed.aggregator.ContentDispatcher

Packages that use ContentDispatcher
org.apache.jetspeed.aggregator   
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.mockobjects.request   
org.apache.jetspeed.request   
 

Uses of ContentDispatcher in org.apache.jetspeed.aggregator
 

Subinterfaces of ContentDispatcher in org.apache.jetspeed.aggregator
 interface ContentDispatcherCtrl
          The ContentDispatcher control interface used for updating the content of a ContentDispatcher
 

Methods in org.apache.jetspeed.aggregator that return ContentDispatcher
 ContentDispatcher PortletRenderer.getDispatcher(RequestContext request, boolean isParallel)
          Retrieve the ContentDispatcher for the specified request
 

Uses of ContentDispatcher in org.apache.jetspeed.aggregator.impl
 

Classes in org.apache.jetspeed.aggregator.impl that implement ContentDispatcher
 class ContentDispatcherImpl
           The ContentDispatcher allows customer classes to retrieved rendered content for a specific fragment
 

Methods in org.apache.jetspeed.aggregator.impl that return ContentDispatcher
 ContentDispatcher PortletRendererImpl.getDispatcher(RequestContext request, boolean isParallel)
          Retrieve the ContentDispatcher for the specified request
 

Uses of ContentDispatcher in org.apache.jetspeed.mockobjects.request
 

Methods in org.apache.jetspeed.mockobjects.request that return ContentDispatcher
 ContentDispatcher MockRequestContext.getContentDispatcher()
           
 

Methods in org.apache.jetspeed.mockobjects.request with parameters of type ContentDispatcher
 void MockRequestContext.setContentDispatcher(ContentDispatcher dispatcher)
           
 

Uses of ContentDispatcher in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request that return ContentDispatcher
 ContentDispatcher JetspeedRequestContext.getContentDispatcher()
           
 ContentDispatcher RequestContext.getContentDispatcher()
          Gets the content dispatcher for this request
 

Methods in org.apache.jetspeed.request with parameters of type ContentDispatcher
 void JetspeedRequestContext.setContentDispatcher(ContentDispatcher dispatcher)
           
 void RequestContext.setContentDispatcher(ContentDispatcher dispatcher)
          Sets the content dispatcher for this request
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.