Its current use (as of uPortal 2.5.1) is for marking a {@link org.jasig.portal.ChannelRuntimeProperties}as conveying a dynamic channel title. That is, an {@link org.jasig.portal.IChannel} returninga {@link org.jasig.portal.ChannelRuntimeProperties} that implements IChannelTitle communicatesto the framework a desired title for the channel, overriding any title declared at the time of channel publication.
Dynamic channel title capability is implemented in terms of this interface rather than in terms of detection of some particular {@link org.jasig.portal.ChannelRuntimeProperties}subclass so that any existing or new {@link org.jasig.portal.ChannelRuntimeProperties} subclassesscan be made dynamically titled. Recommendation for channel implementors: use {@link TitledChannelRuntimeProperties} rather than writing a new{@link org.jasig.portal.ChannelRuntimeProperties} subclassimplementing this interface, where possible.
@since uPortal 2.5.1 @version $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $ @deprecated All IChannel implementations should be migrated to portlets
|
|