org.jasig.portal
Class ChannelContentCacheEntry

java.lang.Object
  extended by org.jasig.portal.BaseChannelCacheEntry
      extended by org.jasig.portal.ChannelContentCacheEntry
All Implemented Interfaces:
CacheEntry

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class ChannelContentCacheEntry
extends BaseChannelCacheEntry


Constructor Summary
ChannelContentCacheEntry(String channelId)
          Deprecated.  
 
Method Summary
 CacheType getCacheType()
          Deprecated.  
 void replayCache(CachingSerializer serializer, ChannelManager cm, HttpServletRequest req, HttpServletResponse res)
          Deprecated.  
 
Methods inherited from class org.jasig.portal.BaseChannelCacheEntry
getChannelId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelContentCacheEntry

public ChannelContentCacheEntry(String channelId)
Deprecated. 
Method Detail

replayCache

public void replayCache(CachingSerializer serializer,
                        ChannelManager cm,
                        HttpServletRequest req,
                        HttpServletResponse res)
                 throws PortalException
Deprecated. 
Throws:
PortalException

getCacheType

public CacheType getCacheType()
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.