com.ibm.portal.resolver.mashup
Interface ResettableMashupContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, MashupContentHandler, ResettableContentHandler
All Known Subinterfaces:
DefaultMashupContentHandler
All Known Implementing Classes:
LeafMashupContentHandler, ResettableMashupContentHandlerAdapter

public interface ResettableMashupContentHandler
extends MashupContentHandler

Since:
8.0

Method Summary
 MashupContentHandler getMashupContentHandler()
          Returns the atom threading content handler that is currently attached to the chain
 void setMashupContentHandler(MashupContentHandler aHandler)
          Assign a new atom threading content handler that this handler will reroute its events onto.
 
Methods inherited from interface com.ibm.portal.resolver.mashup.MashupContentHandler
endBody, endEntry, endHeader, endHeaders, endMashup, endValue, startBody, startEntry, startHeader, startHeaders, startMashup, startValue
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setMashupContentHandler

void setMashupContentHandler(MashupContentHandler aHandler)
Assign a new atom threading content handler that this handler will reroute its events onto. If the content handler is not assigned, then the events will be silently ignored

Parameters:
aHandler - target content handler for the events.

getMashupContentHandler

MashupContentHandler getMashupContentHandler()
Returns the atom threading content handler that is currently attached to the chain

Returns:
the target content handler