org.jasig.portal
Class ChannelSAXStreamFilter

java.lang.Object
  extended by org.jasig.portal.utils.SAX2FilterImpl
      extended by org.jasig.portal.ChannelSAXStreamFilter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler, XMLFilter, XMLReader

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public class ChannelSAXStreamFilter
extends SAX2FilterImpl

Filters out startDocument and endDocument from the channel content. This filter is invoked by the ChannelManager prior to passing channel content to the ChannelIncorporationFilter.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko

Field Summary
 
Fields inherited from class org.jasig.portal.utils.SAX2FilterImpl
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, log
 
Constructor Summary
ChannelSAXStreamFilter(ContentHandler handler)
          Deprecated.  
ChannelSAXStreamFilter(XMLReader parent)
          Deprecated.  
 
Method Summary
 void endDocument()
          Deprecated. Filter an end document event.
 void processingInstruction(String target, String data)
          Deprecated. Filter a processing instruction event.
 void startDocument()
          Deprecated. Filter a start document event.
 
Methods inherited from class org.jasig.portal.utils.SAX2FilterImpl
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, resolveEntity, setAllHandlers, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setParent, setProperty, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelSAXStreamFilter

public ChannelSAXStreamFilter(ContentHandler handler)
Deprecated. 

ChannelSAXStreamFilter

public ChannelSAXStreamFilter(XMLReader parent)
Deprecated. 
Method Detail

startDocument

public void startDocument()
                   throws SAXException
Deprecated. 
Description copied from class: SAX2FilterImpl
Filter a start document event.

Specified by:
startDocument in interface ContentHandler
Overrides:
startDocument in class SAX2FilterImpl
Throws:
SAXException - The client may throw an exception during processing.
See Also:
ContentHandler.startDocument()

endDocument

public void endDocument()
                 throws SAXException
Deprecated. 
Description copied from class: SAX2FilterImpl
Filter an end document event.

Specified by:
endDocument in interface ContentHandler
Overrides:
endDocument in class SAX2FilterImpl
Throws:
SAXException - The client may throw an exception during processing.
See Also:
ContentHandler.endDocument()

processingInstruction

public void processingInstruction(String target,
                                  String data)
                           throws SAXException
Deprecated. 
Description copied from class: SAX2FilterImpl
Filter a processing instruction event.

Specified by:
processingInstruction in interface ContentHandler
Overrides:
processingInstruction in class SAX2FilterImpl
Parameters:
target - The processing instruction target.
data - The text following the target.
Throws:
SAXException - The client may throw an exception during processing.
See Also:
ContentHandler.processingInstruction(java.lang.String, java.lang.String)


Copyright © 2010 Jasig. All Rights Reserved.