Uses of Class
org.jasig.portal.ChannelRuntimeProperties

Packages that use ChannelRuntimeProperties
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.cusermanager   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.error   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.permissionsmanager   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.support   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.channels.webproxy   
 

Uses of ChannelRuntimeProperties in org.jasig.portal
 

Methods in org.jasig.portal that return ChannelRuntimeProperties
 ChannelRuntimeProperties MultithreadedChannelAdapter.getRuntimeProperties()
           
 ChannelRuntimeProperties IChannel.getRuntimeProperties()
          Acquires ChannelRuntimeProperties from the channel.
 ChannelRuntimeProperties MultithreadedCharacterChannelAdapter.getRuntimeProperties()
           
 ChannelRuntimeProperties IMultithreadedChannel.getRuntimeProperties(java.lang.String uid)
          Deprecated.  
 

Uses of ChannelRuntimeProperties in org.jasig.portal.channels
 

Methods in org.jasig.portal.channels that return ChannelRuntimeProperties
 ChannelRuntimeProperties CError.getRuntimeProperties()
          Deprecated.  
 ChannelRuntimeProperties CAbstractXslt.getRuntimeProperties()
           
 ChannelRuntimeProperties CNumberGuess.getRuntimeProperties()
          Returns channel runtime properties
 ChannelRuntimeProperties CLogin.getRuntimeProperties()
           
 ChannelRuntimeProperties CTimeTitle.getRuntimeProperties()
           
 ChannelRuntimeProperties CSnoop.getRuntimeProperties()
          Returns channel runtime properties.
 ChannelRuntimeProperties BaseChannel.getRuntimeProperties()
           
 ChannelRuntimeProperties CGenericXSLT.getRuntimeProperties(java.lang.String uid)
           
 ChannelRuntimeProperties BaseMultithreadedChannel.getRuntimeProperties(java.lang.String uid)
          Sets channel runtime properties.
 

Uses of ChannelRuntimeProperties in org.jasig.portal.channels.cusermanager
 

Methods in org.jasig.portal.channels.cusermanager that return ChannelRuntimeProperties
 ChannelRuntimeProperties CUserManager.getRuntimeProperties()
          Returns channel runtime properties.
 

Uses of ChannelRuntimeProperties in org.jasig.portal.channels.DLMUserPreferences
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return ChannelRuntimeProperties
 ChannelRuntimeProperties CUserPreferences.getRuntimeProperties()
          Returns channel runtime properties
 ChannelRuntimeProperties BaseState.getRuntimeProperties()
           
 

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

Methods in org.jasig.portal.channels.error that return ChannelRuntimeProperties
 ChannelRuntimeProperties CTimeout.getRuntimeProperties()
           
 ChannelRuntimeProperties CThrower.getRuntimeProperties()
           
 

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

Methods in org.jasig.portal.channels.groupsmanager that return ChannelRuntimeProperties
 ChannelRuntimeProperties CGroupsManager.getRuntimeProperties(java.lang.String uid)
          Acquires ChannelRuntimeProperites from the channel.
 

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

Methods in org.jasig.portal.channels.permissionsmanager that return ChannelRuntimeProperties
 ChannelRuntimeProperties CPermissionsManager.getRuntimeProperties()
          put your documentation comment here
 

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

Methods in org.jasig.portal.channels.portlet that return ChannelRuntimeProperties
 ChannelRuntimeProperties CPortletAdapter.getRuntimeProperties(java.lang.String uid)
          Sets channel runtime properties.
 

Uses of ChannelRuntimeProperties in org.jasig.portal.channels.support
 

Subclasses of ChannelRuntimeProperties in org.jasig.portal.channels.support
 class TitledChannelRuntimeProperties
           
 

Uses of ChannelRuntimeProperties in org.jasig.portal.channels.UserPreferences
 

Methods in org.jasig.portal.channels.UserPreferences that return ChannelRuntimeProperties
 ChannelRuntimeProperties CUserPreferences.getRuntimeProperties()
          Returns channel runtime properties
 ChannelRuntimeProperties BaseState.getRuntimeProperties()
           
 

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

Methods in org.jasig.portal.channels.webproxy that return ChannelRuntimeProperties
 ChannelRuntimeProperties CWebProxy.getRuntimeProperties(java.lang.String uid)
          Acquires ChannelRuntimeProperites from the channel.