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
          Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release
 

Methods in org.jasig.portal that return IChannelRenderer
 IChannelRenderer IChannelRendererFactory.newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData)
          Deprecated. Creates a new instance of a channel renderer object for the provided channel and runtime data instances.
 IChannelRenderer ChannelRendererFactoryImpl.newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData)
          Deprecated. Creates a new instance of a channel renderer object.
 IChannelRenderer ChannelManager.startChannelRendering(HttpServletRequest request, HttpServletResponse response, String channelSubscribeId)
          Deprecated. Initiate channel rendering cycle.
 



Copyright © 2010 Jasig. All Rights Reserved.