Uses of Interface
org.jasig.portal.IChannelRenderer

Packages that use IChannelRenderer
org.jasig.portal   
 

Uses of IChannelRenderer in org.jasig.portal
 

Classes in org.jasig.portal that implement IChannelRenderer
 class ChannelRenderer
          This class takes care of initiating channel rendering thread, monitoring it for timeouts, retreiving cache, and returning rendering results and status.
 

Methods in org.jasig.portal that return IChannelRenderer
 IChannelRenderer ChannelRendererFactoryImpl.newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData)
          Creates a new instance of a channel renderer object.
 IChannelRenderer IChannelRendererFactory.newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData)
          Creates a new instance of a channel renderer object for the provided channel and runtime data instances.
 IChannelRenderer ChannelManager.startChannelRendering(java.lang.String channelSubscribeId)
          Initiate channel rendering cycle.
private  IChannelRenderer ChannelManager.startChannelRendering(java.lang.String channelSubscribeId, boolean noTimeout)
          Initiate channel rendering cycle, possibly disabling timeout.