com.ibm.portal.resolver.mashup
Interface ResettableMashupSitemapContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, MashupSitemapContentHandler, ResettableContentHandler
All Known Subinterfaces:
DefaultMashupSitemapContentHandler

public interface ResettableMashupSitemapContentHandler
extends MashupSitemapContentHandler


Method Summary
 MashupSitemapContentHandler getMashupSitemapContentHandler()
          Returns the atom threading content handler that is currently attached to the chain
 void setMashupSitemapContentHandler(MashupSitemapContentHandler 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.MashupSitemapContentHandler
endEntry, endParameter, endSiteMap, endValue, startEntry, startParameter, startSiteMap, startValue
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setMashupSitemapContentHandler

void setMashupSitemapContentHandler(MashupSitemapContentHandler 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.

getMashupSitemapContentHandler

MashupSitemapContentHandler getMashupSitemapContentHandler()
Returns the atom threading content handler that is currently attached to the chain

Returns:
the target content handler