| org.jasig.portal.IMultithreadedCharacterChannel
Method Summary | |
public void | renderCharacters(PrintWriter pw, String uid) Asks the channel to render its content as characters.
The method has the same call precedence as the IChannel.renderXML() method.
(i.e. |
renderCharacters | public void renderCharacters(PrintWriter pw, String uid) throws PortalException(Code) | | 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 directed Parameters: uid - a String identifying the "instance" being served exception: PortalException - if an error occurs |
|
|