org.jasig.portal
Interface IMultithreadedCharacterChannel
- All Superinterfaces:
- IMultithreadedChannel
Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see:
http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
@Deprecated
public interface IMultithreadedCharacterChannel
- extends IMultithreadedChannel
A multithreaded version of a ICharacterChannel.
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko pkharchenko@interactivebusiness.com", Nick Bolton
renderCharacters
void renderCharacters(PrintWriter pw,
String uid)
throws PortalException
- Deprecated.
- Asks the channel to render its content as characters.
The method has the same call precedence as the IChannel.renderXML() method.
(i.e. if the channel also supports ICacheable, portal will try to find a cache entry prior calling this method)
- Parameters:
pw - a PrintWriter value into which the character output should be directeduid - a String identifying the "instance" being served
- Throws:
PortalException - if an error occurs
Copyright © 2010 Jasig. All Rights Reserved.