|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.utils.SAX2FilterImpl
org.jasig.portal.utils.SAX2BufferImpl
org.jasig.portal.ChannelRenderingBuffer
@Deprecated public class ChannelRenderingBuffer
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.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.utils.SAX2BufferImpl |
|---|
buffering, CHARACTERS, COMMENT, copyCharBlock, ENDCDATA, ENDDOCUMENT, ENDDTD, ENDELEMENT, ENDENTITY, ENDPREFIXMAPPING, ERROR, eventArguments, eventTypes, FATALERROR, IGNORABLEWHITESPACE, NOTATIONDECL, outputAtDocumentEnd, PROCESSINGINSTRUCTION, SKIPPEDENTITY, STARTCDATA, STARTDOCUMENT, STARTDTD, STARTELEMENT, STARTENTITY, STARTPREFIXMAPPING, UNPARSEDENTITYDECL, WARNING |
| Fields inherited from class org.jasig.portal.utils.SAX2FilterImpl |
|---|
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator |
| Constructor Summary | |
|---|---|
ChannelRenderingBuffer(ChannelManager chanman,
boolean ccaching,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. |
|
ChannelRenderingBuffer(XMLReader parent,
ChannelManager chanman,
boolean ccaching,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
endDocument()
Deprecated. Filter an end document event. |
void |
endElement(String url,
String localName,
String qName)
Deprecated. Filter an end element event. |
void |
startDocument()
Deprecated. Filter a start document event. |
void |
startElement(String url,
String localName,
String qName,
Attributes atts)
Deprecated. Filter a start element event. |
| Methods inherited from class org.jasig.portal.utils.SAX2BufferImpl |
|---|
characters, clearBuffer, comment, endCDATA, endDTD, endEntity, endPrefixMapping, error, fatalError, ignorableWhitespace, isEmpty, notationDecl, outputBuffer, outputBuffer, processingInstruction, setDocumentLocator, setOutputAtDocumentEnd, skippedEntity, startBuffering, startCDATA, startDTD, startEntity, startPrefixMapping, stopBuffering, unparsedEntityDecl, warning |
| Methods inherited from class org.jasig.portal.utils.SAX2FilterImpl |
|---|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, parse, parse, resolveEntity, setAllHandlers, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setParent, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelRenderingBuffer(XMLReader parent,
ChannelManager chanman,
boolean ccaching,
HttpServletRequest request,
HttpServletResponse response)
public ChannelRenderingBuffer(ChannelManager chanman,
boolean ccaching,
HttpServletRequest request,
HttpServletResponse response)
| Method Detail |
|---|
public void startDocument()
throws SAXException
SAX2FilterImpl
startDocument in interface ContentHandlerstartDocument in class SAX2BufferImplSAXException - The client may throw
an exception during processing.ContentHandler.startDocument()
public void endDocument()
throws SAXException
SAX2FilterImpl
endDocument in interface ContentHandlerendDocument in class SAX2BufferImplSAXException - The client may throw
an exception during processing.ContentHandler.endDocument()
public void startElement(String url,
String localName,
String qName,
Attributes atts)
throws SAXException
SAX2FilterImpl
startElement in interface ContentHandlerstartElement in class SAX2BufferImplurl - The element's Namespace URI, or the empty string.localName - The element's local name, or the empty string.qName - The element's qualified (prefixed) name, or the empty
string.atts - The element's attributes.
SAXException - The client may throw
an exception during processing.ContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
public void endElement(String url,
String localName,
String qName)
throws SAXException
SAX2FilterImpl
endElement in interface ContentHandlerendElement in class SAX2BufferImplurl - The element's Namespace URI, or the empty string.localName - The element's local name, or the empty string.qName - The element's qualified (prefixed) name, or the empty
string.
SAXException - The client may throw
an exception during processing.ContentHandler.endElement(java.lang.String, java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||