Uses of Class
org.jasig.portal.ChannelManager

Packages that use ChannelManager
org.jasig.portal   
org.jasig.portal.io   
org.jasig.portal.rendering   
org.jasig.portal.url.processing   
org.jasig.portal.user   
 

Uses of ChannelManager in org.jasig.portal
 

Fields in org.jasig.portal declared as ChannelManager
protected  ChannelManager PortalControlStructures.cm
          Deprecated.  
 

Methods in org.jasig.portal that return ChannelManager
 ChannelManager UserInstance.getChannelManager()
           
 ChannelManager PortalControlStructures.getChannelManager()
          Deprecated.  
 ChannelManager GuestUserInstance.getChannelManager()
           
 

Methods in org.jasig.portal with parameters of type ChannelManager
 void ChannelContentCacheEntry.replayCache(CachingSerializer serializer, ChannelManager cm, HttpServletRequest req, HttpServletResponse res)
          Deprecated.  
 void StringCacheEntry.replayCache(CachingSerializer serializer, ChannelManager cm, HttpServletRequest req, HttpServletResponse res)
           
 void CacheEntry.replayCache(CachingSerializer serializer, ChannelManager cm, HttpServletRequest req, HttpServletResponse res)
           
 

Constructors in org.jasig.portal with parameters of type ChannelManager
ChannelRenderingBuffer(ChannelManager chanman, boolean ccaching, HttpServletRequest request, HttpServletResponse response)
          Deprecated.  
ChannelRenderingBuffer(XMLReader parent, ChannelManager chanman, boolean ccaching, HttpServletRequest request, HttpServletResponse response)
          Deprecated.  
CharacterCachingChannelIncorporationFilter(ContentHandler handler, ChannelManager chanm, boolean ccaching, HttpServletRequest request, HttpServletResponse response)
          Downward chaining constructor.
ICCRegistry(ChannelManager cm, String currentChannelSubscribeId)
          Deprecated. Creates a new IICRegistry instance.
PortalControlStructures(HttpServletRequest req, HttpServletResponse res, ChannelManager cm, IUserPreferencesManager ulm)
          Deprecated.  
PortalControlStructures(HttpSession session, ChannelManager cm, IUserPreferencesManager ulm)
          Deprecated.  
 

Uses of ChannelManager in org.jasig.portal.io
 

Constructors in org.jasig.portal.io with parameters of type ChannelManager
ChannelTitleIncorporationWiterFilter(Writer wrappedWriter, ChannelManager channelManager, IUserLayoutManager userLayoutManager)
           
 

Uses of ChannelManager in org.jasig.portal.rendering
 

Methods in org.jasig.portal.rendering with parameters of type ChannelManager
protected  boolean StaticRenderingPipeline.processWorkerDispatchIfNecessary(HttpServletRequest req, HttpServletResponse res, IUserPreferencesManager uPreferencesManager, ChannelManager cm)
          A method will determine if current request is a worker dispatch, and if so process it appropriately
 

Uses of ChannelManager in org.jasig.portal.url.processing
 

Methods in org.jasig.portal.url.processing with parameters of type ChannelManager
protected  void UserLayoutParameterProcessor.parseMultiTargetEvent(IWritableHttpServletRequest request, HttpServletResponse response, String parameterName, PortalEvent event, ChannelManager channelManager)
          Passes the specified event to all channel IDs specified by the parameter.
protected  void UserLayoutParameterProcessor.parseSingleTargetEvent(IWritableHttpServletRequest request, HttpServletResponse response, String parameterName, PortalEvent event, ChannelManager channelManager)
          Passes the specified event to the first channel ID specified by the parameter.
 

Uses of ChannelManager in org.jasig.portal.user
 

Methods in org.jasig.portal.user that return ChannelManager
 ChannelManager IUserInstance.getChannelManager()
           
 



Copyright © 2010 Jasig. All Rights Reserved.