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

Packages that use ContentDispatcher
org.apache.jetspeed.aggregator   
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.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 RequestContext.getContentDispatcher()
          Gets the content dispatcher for this request
 

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



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