org.jasig.portal
Interface IChannelRendererFactory

All Known Implementing Classes:
ChannelRendererFactoryImpl

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public interface IChannelRendererFactory

The IChannelRendererFactory interface defines the factory interface for IChannelRenderer objects. Provider implementations must provide a single string argument constructor. The string argument passed to the implementation is the key base used to construct the IChannelRendererFactory instance in the ChannelRendererFactory.newInstance method call. The implementation may use this argument to retrieve additional configuration parameters, if necessary.

Version:
$Revision: 19776 $
Author:
Jan Nielsen
See Also:
ChannelRendererFactory

Field Summary
static String RCS_ID
          Deprecated.  Class version identifier.
 
Method Summary
 IChannelRenderer newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData)
          Deprecated. Creates a new instance of a channel renderer object for the provided channel and runtime data instances.
 

Field Detail

RCS_ID

static final String RCS_ID
Deprecated. 

Class version identifier.

See Also:
Constant Field Values
Method Detail

newInstance

IChannelRenderer newInstance(IChannel channel,
                             ChannelRuntimeData channelRuntimeData)
Deprecated. 

Creates a new instance of a channel renderer object for the provided channel and runtime data instances.

Parameters:
channel - channel to render
channelRuntimeData - runtime data for the channel to render
Returns:
new instance of a channel renderer for the specified channel


Copyright © 2010 Jasig. All Rights Reserved.