com.ibm.portal.resolver.webdav.tree
Interface WebdavSupportedPrivilegeHandler


public interface WebdavSupportedPrivilegeHandler

Callback interface used to indicate supported privileges of a particular resource. The interface is used by the (WebdavSupportedPrivilegeHandler, Object) method to enumerate the supported privileges of a resource.

Since:
7.0.0.1
Note:
This interface is designed to be implemented by clients.

Method Summary
 void supportedPrivilege(WebdavSupportedPrivilege privilege)
          Called to indicate a supported privilege
 

Method Detail

supportedPrivilege

void supportedPrivilege(WebdavSupportedPrivilege privilege)
                        throws org.xml.sax.SAXException,
                               java.io.IOException
Called to indicate a supported privilege

Parameters:
privilege - the supported privilege, not null
Throws:
org.xml.sax.SAXException
java.io.IOException