| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.resolver.xml.helper.LeafContentHandler com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
public class ResettableAtomContentHandlerAdapter
Base class that can be used for chains of atom content handlers. The implementation simply delegates to the next element in the handler chain. This class should be used as a convenience baseclass for implementations of ResettableAtomContentHandler.
Constructor Summary | |
---|---|
protected | ResettableAtomContentHandlerAdapter(ResettableAtomContentHandler aDelegate)
|
Method Summary | |
---|---|
AtomContentHandler | getAtomContentHandler()
Returns the atom content handler that is currently attached to the chain |
void | setAtomContentHandler(AtomContentHandler aHandler)
Assign a new ATOM content handler that this handler will reroute its events onto. |
Methods inherited from class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler |
---|
endAuthor, endCategory, endContent, endContributor, endEMail, endEntry, endFeed, endGenerator, endIcon, endId, endLink, endLogo, endName, endPublished, endRights, endSource, endSubtitle, endSummary, endTitle, endUpdated, endURI, getContentHandler, setContentHandler, startAuthor, startCategory, startContent, startContributor, startEMail, startEntry, startFeed, startGenerator, startIcon, startId, startLink, startLogo, startName, startPublished, startRights, startSource, startSubtitle, startSummary, startTitle, startUpdated, startURI |
Methods inherited from class com.ibm.portal.resolver.xml.helper.LeafContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Constructor Detail |
---|
protected ResettableAtomContentHandlerAdapter(ResettableAtomContentHandler aDelegate)
Method Detail |
---|
public void setAtomContentHandler(AtomContentHandler aHandler)
public AtomContentHandler getAtomContentHandler()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |