|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@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.
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 |
|---|
static final String RCS_ID
Class version identifier.
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||