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


public interface WebdavPropertyHandler

Callback interface used to indicate non-standard properties for a resource

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

Method Summary
 void property(WebdavProperty aProperty)
          Called to indicate a property
 

Method Detail

property

void property(WebdavProperty aProperty)
              throws org.xml.sax.SAXException
Called to indicate a property

Parameters:
aProperty - the property description, not null
Throws:
org.xml.sax.SAXException