be.re.webdav
Interface Util.DisplayNameHandler

Enclosing class:
Util

public static interface Util.DisplayNameHandler

This is for handling DAV:displayname properties in a multistatus response one by one.

Author:
Werner Donné
See Also:
Util.readDisplayNameList(URL, Client.Response, DisplayNameHandler, boolean)

Method Summary
 boolean handle(URL href, String displayName)
           
 

Method Detail

handle

boolean handle(URL href,
               String displayName)
Parameters:
href - the resource in the multistatus response entry.
displayName - the display name in the multistatus response entry.
Returns:
To stop processing false should be returned.