|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An optional channel interface that allows channels to provide their content in a character form (as opposed to XML form). Note: If a particular channel implements this optional interface, the portal will make use of it if and only if character caching portal setting is turned on. (it is not necessary for the channel to support caching, but character caching needs to be enabled for the portal)
Method Summary | |
void |
renderCharacters(java.io.PrintWriter pw)
Asks the channel to render its content as characters. |
Methods inherited from interface org.jasig.portal.IChannel |
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData |
Method Detail |
public void renderCharacters(java.io.PrintWriter pw) throws PortalException
pw
- a PrintWriter
value into which the character output should be directed
PortalException
- if an error occurs
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |