| org.jasig.portal.utils.SAX2BufferImpl org.jasig.portal.ChannelRenderingBuffer
ChannelRenderingBuffer | public class ChannelRenderingBuffer extends SAX2BufferImpl (Code) | | Channel Rendering buffer allows portal to accumulate a list
of all channels that will have to be rendered. This is done
by accumulating layout content (full page content minus content
provided by the channels).
The entire document is accumulated in a buffer. Information about
channel elements is passed to a ChannelManager. Once the end of the
document is reached, the entire buffer is released to a provided
Document Handler.
author: Peter Kharchenko version: $Revision: 34807 $ |
ccaching | boolean ccaching(Code) | | |
ChannelRenderingBuffer | public ChannelRenderingBuffer(ChannelManager chanman)(Code) | | Default constructor.
Parameters: chanman - the channel manager |
setCharacterCaching | public void setCharacterCaching(boolean setting)(Code) | | |
Methods inherited from org.jasig.portal.utils.SAX2BufferImpl | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public synchronized void clearBuffer()(Code)(Java Doc) public void comment(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endCDATA() throws SAXException(Code)(Java Doc) public void endDTD() throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endEntity(String name) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public synchronized boolean isEmpty()(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void outputBuffer() throws SAXException(Code)(Java Doc) public void outputBuffer(ContentHandler ch) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void setOutputAtDocumentEnd(boolean setting)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public synchronized void startBuffering()(Code)(Java Doc) public void startCDATA() throws SAXException(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException(Code)(Java Doc) public void startEntity(String name) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public synchronized void stopBuffering() throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|