org.apache.wvcm.store.webdav.response
Class AccessControlElementFactory

java.lang.Object
  extended by org.apache.wvcm.store.webdav.response.AccessControlElementFactory

public class AccessControlElementFactory
extends java.lang.Object

Creates LockToken instances out of XML DAV:lockdiscovery response elements.

Version:
$Revision: 1.1.1.1.2.3 $

Constructor Summary
AccessControlElementFactory(Provider provider, Location location)
           
 
Method Summary
 void create(org.jdom.Element aceElm, boolean includeInherited)
          Create List of AccessControlElement instances from DAV:acl property included in this multistatus response.
 java.util.List getAccessControlList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlElementFactory

public AccessControlElementFactory(Provider provider,
                                   Location location)
Method Detail

getAccessControlList

public java.util.List getAccessControlList()

create

public void create(org.jdom.Element aceElm,
                   boolean includeInherited)
            throws WvcmException
Create List of AccessControlElement instances from DAV:acl property included in this multistatus response.

Parameters:
includeInherited - a boolean
Throws:
WvcmException


Copyright (c) 2003 - Apache Software Foundation