com.ibm.portal.resolver.atom
Interface ResettableAtomPublishingContentHandler

All Superinterfaces:
AtomPublishingContentHandler, org.xml.sax.ContentHandler, ResettableContentHandler
All Known Subinterfaces:
DefaultAtomPublishingContentHandler

public interface ResettableAtomPublishingContentHandler
extends AtomPublishingContentHandler

Extension of AtomPublishingContentHandler that allows to builds processing chains of these handlers.

Since:
6.0.1

Method Summary
 AtomPublishingContentHandler getAtomPublishingContentHandler()
          Returns the atom content handler that is currently attached to the chain
 void setAtomPublishingContentHandler(AtomPublishingContentHandler aHandler)
          Assign a new ATOM content handler that this handler will reroute its events onto.
 
Methods inherited from interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
endAccept, endCategories, endCollection, endControl, endDraft, endEdited, endService, endWorkspace, startAccept, startCategories, startCollection, startControl, startDraft, startEdited, startService, startWorkspace
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setAtomPublishingContentHandler

void setAtomPublishingContentHandler(AtomPublishingContentHandler aHandler)
Assign a new ATOM 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 - the new content handler

getAtomPublishingContentHandler

AtomPublishingContentHandler getAtomPublishingContentHandler()
Returns the atom content handler that is currently attached to the chain

Returns:
the current content handler