|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
ChannelRendererFactory
Field Summary | |
static java.lang.String |
RCS_ID
Class version identifier. |
Method Summary | |
IChannelRenderer |
newInstance(IChannel channel,
ChannelRuntimeData channelRuntimeData)
Creates a new instance of a channel renderer object for the provided channel and runtime data instances. |
Field Detail |
public static final java.lang.String RCS_ID
Class version identifier.
Method Detail |
public IChannelRenderer newInstance(IChannel channel, ChannelRuntimeData channelRuntimeData)
Creates a new instance of a channel renderer object for the provided channel and runtime data instances.
channel
- channel to renderchannelRuntimeData
- runtime data for the channel to render
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |