+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return 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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD