| org.jasig.portal.IChannelRendererFactory
All known Subclasses: org.jasig.portal.ChannelRendererFactoryImpl,
IChannelRendererFactory | public interface IChannelRendererFactory (Code) | | 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.
See Also: org.jasig.portal.ChannelRendererFactory author: Jan Nielsen version: $Revision: 42516 $ |
RCS_ID | final public static String RCS_ID(Code) | | Class version identifier.
|
newInstance | IChannelRenderer newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData, PortalControlStructures pcs)(Code) | | Creates a new instance of a channel renderer object for the provided
channel and runtime data instances.
Parameters: channel - channel to render Parameters: channelRuntimeData - runtime data for the channel to render new instance of a channel renderer for the specified channel |
|
|