+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD