Uses of Class
org.jasig.portal.ChannelCacheKey

Packages that use ChannelCacheKey
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.adminnav   
org.jasig.portal.channels.adminnav.provider   
org.jasig.portal.channels.error The CError channel and its supporting classes. 
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.jsp   
org.jasig.portal.channels.jspSample   
org.jasig.portal.channels.permissionsmanager   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.webproxy   
org.jasig.portal.layout.dlm.channels.guide   
 

Uses of ChannelCacheKey in org.jasig.portal
 

Methods in org.jasig.portal that return ChannelCacheKey
 ChannelCacheKey MultithreadedCacheableCharacterChannelAdapter.generateKey()
          Deprecated.  
 ChannelCacheKey ICacheable.generateKey()
          Deprecated. Requests the channel to generate a key uniquely describing its current state, and a description of key usage.
 ChannelCacheKey MultithreadedCacheableChannelAdapter.generateKey()
          Deprecated.  
 ChannelCacheKey IMultithreadedCacheable.generateKey(String uid)
          Deprecated. Requests the channel to generate a key uniqly describing it's current state, and a description of key usage.
 

Uses of ChannelCacheKey in org.jasig.portal.channels
 

Methods in org.jasig.portal.channels that return ChannelCacheKey
 ChannelCacheKey CLogin.generateKey()
          Deprecated.  
 ChannelCacheKey CApplet.generateKey()
          Deprecated.  
 ChannelCacheKey CInlineFrame.generateKey()
          Deprecated.  
 ChannelCacheKey CSyndFeed.generateKey()
          Deprecated.  
 ChannelCacheKey CSecureInfo.generateKey()
          Deprecated.  
 ChannelCacheKey CImage.generateKey()
          Deprecated.  
 ChannelCacheKey CHeader.generateKey()
          Deprecated. ICacheable method - generates cache key
 ChannelCacheKey CGenericXSLT.generateKey()
          Deprecated.  
 

Uses of ChannelCacheKey in org.jasig.portal.channels.adminnav
 

Methods in org.jasig.portal.channels.adminnav that return ChannelCacheKey
 ChannelCacheKey AdminNavChannel.generateKey()
          Deprecated. Delegates to the plugged-in implementation to generate a key as part of its implementation of the ICacheable interface.
 

Uses of ChannelCacheKey in org.jasig.portal.channels.adminnav.provider
 

Methods in org.jasig.portal.channels.adminnav.provider that return ChannelCacheKey
 ChannelCacheKey ListModel.generateKey()
          Deprecated. Return the reused cache key.
 

Uses of ChannelCacheKey in org.jasig.portal.channels.error
 

Methods in org.jasig.portal.channels.error that return ChannelCacheKey
 ChannelCacheKey CError.generateKey()
          Deprecated.  
 

Uses of ChannelCacheKey in org.jasig.portal.channels.groupsmanager
 

Methods in org.jasig.portal.channels.groupsmanager that return ChannelCacheKey
 ChannelCacheKey CGroupsManager.generateKey()
          Deprecated. put your documentation comment here
 

Uses of ChannelCacheKey in org.jasig.portal.channels.jsp
 

Methods in org.jasig.portal.channels.jsp that return ChannelCacheKey
 ChannelCacheKey Channel.generateKey()
          Deprecated. Return a cache key for indicating if cached output is stale.
 

Uses of ChannelCacheKey in org.jasig.portal.channels.jspSample
 

Methods in org.jasig.portal.channels.jspSample that return ChannelCacheKey
 ChannelCacheKey Controller.generateKey()
          Deprecated. Returns our cache key used to determine cache status.
 

Uses of ChannelCacheKey in org.jasig.portal.channels.permissionsmanager
 

Methods in org.jasig.portal.channels.permissionsmanager that return ChannelCacheKey
 ChannelCacheKey CPermissionsManager.generateKey()
          Deprecated. put your documentation comment here
 

Uses of ChannelCacheKey in org.jasig.portal.channels.portlet
 

Methods in org.jasig.portal.channels.portlet that return ChannelCacheKey
 ChannelCacheKey CSpringPortletAdaptor.generateKey()
          Deprecated.  
 ChannelCacheKey SpringPortletChannelImpl.generateKey(ChannelStaticData channelStaticData, PortalControlStructures portalControlStructures, ChannelRuntimeData channelRuntimeData)
          Deprecated.  
 ChannelCacheKey ISpringPortletChannel.generateKey(ChannelStaticData channelStaticData, PortalControlStructures portalControlStructures, ChannelRuntimeData channelRuntimeData)
          Deprecated. Called before ISpringPortletChannel.isCacheValid(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, Object) and ISpringPortletChannel.render(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, PrintWriter) during the render cycle.
 

Uses of ChannelCacheKey in org.jasig.portal.channels.webproxy
 

Methods in org.jasig.portal.channels.webproxy that return ChannelCacheKey
 ChannelCacheKey CWebProxy.generateKey()
          Deprecated.  
 

Uses of ChannelCacheKey in org.jasig.portal.layout.dlm.channels.guide
 

Methods in org.jasig.portal.layout.dlm.channels.guide that return ChannelCacheKey
 ChannelCacheKey DlmIntroChannel.generateKey()
          Deprecated. Return our cache key which is a system cache key so all users share the same output and it never changes meaning that it never regenerates.
 



Copyright © 2010 Jasig. All Rights Reserved.