com.ibm.portal.resolver.webdav
Interface ResettableWebdavContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, ResettableContentHandler, WebdavContentHandler
All Known Subinterfaces:
DefaultWebdavContentHandler

public interface ResettableWebdavContentHandler
extends WebdavContentHandler


Method Summary
 WebdavContentHandler getWebdavContentHandler()
          Returns the atom threading content handler that is currently attached to the chain
 void setWebdavContentHandler(WebdavContentHandler aHandler)
          Assign a new atom threading content handler that this handler will reroute its events onto.
 
Methods inherited from interface com.ibm.portal.resolver.webdav.WebdavContentHandler
endAbstract, endAce, endAcl, endAclRestrictions, endActiveLock, endAllProp, endCollection, endContentClass, endCreationDate, endCurrentUserPrivilegeSet, endDefaultDocument, endDeny, endDenyBeforeGrant, endDepth, endDescription, endDisplayName, endDst, endExclusive, endGetContentLanguage, endGetContentLength, endGetContentType, endGetETag, endGetLastModified, endGrant, endGrantOnly, endGroup, endHref, endInherited, endInheritedAclSet, endIsCollection, endIsHidden, endIsReadOnly, endIsRoot, endIsStructuredDocument, endKeepAlive, endLastAccessed, endLink, endLockDiscovery, endLockEntry, endLockInfo, endLockScope, endLockToken, endLockType, endMultiStatus, endName, endNoInvert, endOmit, endOwner, endParentName, endPrincipal, endPrincipalCollectionSet, endPrivilege, endProp, endPropertyBehavior, endPropertyUpdate, endPropFind, endPropName, endPropStat, endProtected, endRemove, endRequiredPrincipals, endResourceType, endResponse, endResponseDescription, endSet, endShared, endSource, endSrc, endStatus, endSupportedLock, endSupportedPrivilege, endSupportedPrivilegeSet, endTimeout, endWrite, startAbstract, startAce, startAcl, startAclRestrictions, startActiveLock, startAllProp, startCollection, startContentClass, startCreationDate, startCurrentUserPrivilegeSet, startDefaultDocument, startDeny, startDenyBeforeGrant, startDepth, startDescription, startDisplayName, startDst, startExclusive, startGetContentLanguage, startGetContentLength, startGetContentType, startGetETag, startGetLastModified, startGrant, startGrantOnly, startGroup, startHref, startInherited, startInheritedAclSet, startIsCollection, startIsHidden, startIsReadOnly, startIsRoot, startIsStructuredDocument, startKeepAlive, startLastAccessed, startLink, startLockDiscovery, startLockEntry, startLockInfo, startLockScope, startLockToken, startLockType, startMultiStatus, startName, startNoInvert, startOmit, startOwner, startParentName, startPrincipal, startPrincipalCollectionSet, startPrivilege, startProp, startPropertyBehavior, startPropertyUpdate, startPropFind, startPropName, startPropStat, startProtected, startRemove, startRequiredPrincipals, startResourceType, startResponse, startResponseDescription, startSet, startShared, startSource, startSrc, startStatus, startSupportedLock, startSupportedPrivilege, startSupportedPrivilegeSet, startTimeout, startWrite
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setWebdavContentHandler

void setWebdavContentHandler(WebdavContentHandler 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.

getWebdavContentHandler

WebdavContentHandler getWebdavContentHandler()
Returns the atom threading content handler that is currently attached to the chain

Returns:
the target content handler