Uses of Interface
org.jasig.portal.rendering.IPortalRenderingPipeline

Packages that use IPortalRenderingPipeline
org.jasig.portal.rendering   
org.jasig.portal.spring.locator   
org.jasig.portal.web.skin   
 

Uses of IPortalRenderingPipeline in org.jasig.portal.rendering
 

Classes in org.jasig.portal.rendering that implement IPortalRenderingPipeline
 class StaticRenderingPipeline
          Hard-coded rendering pipeline workflow, copied almost exactly from the uPortal 2.X UserInstance code.
 

Uses of IPortalRenderingPipeline in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IPortalRenderingPipeline
static IPortalRenderingPipeline PortalRenderingPipelineLocator.getPortalRenderingPipeline()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IPortalRenderingPipeline
protected  AbstractBeanLocator<IPortalRenderingPipeline> PortalRenderingPipelineLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IPortalRenderingPipeline
protected  void PortalRenderingPipelineLocator.setLocator(AbstractBeanLocator<IPortalRenderingPipeline> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IPortalRenderingPipeline
PortalRenderingPipelineLocator(IPortalRenderingPipeline instance)
          Deprecated.  
 

Uses of IPortalRenderingPipeline in org.jasig.portal.web.skin
 

Methods in org.jasig.portal.web.skin with parameters of type IPortalRenderingPipeline
 void ResourcesAggregationHelper.setPortalRenderingPipeline(IPortalRenderingPipeline portalRenderingPipeline)
           
 



Copyright © 2010 Jasig. All Rights Reserved.