Uses of Class
org.abstracthorizon.danube.webdav.xml.dav.DAVFactory

Packages that use DAVFactory
org.abstracthorizon.danube.webdav.fs   
org.abstracthorizon.danube.webdav.java   
org.abstracthorizon.danube.webdav.spring   
org.abstracthorizon.danube.webdav.xml.dav   
org.abstracthorizon.danube.webdav.xml.dav.request   
org.abstracthorizon.danube.webdav.xml.dav.request.properties   
 

Uses of DAVFactory in org.abstracthorizon.danube.webdav.fs
 

Subclasses of DAVFactory in org.abstracthorizon.danube.webdav.fs
 class FSDAVFactory
          DAV Factory that returns file system specific request properties
 

Uses of DAVFactory in org.abstracthorizon.danube.webdav.java
 

Subclasses of DAVFactory in org.abstracthorizon.danube.webdav.java
 class JavaDAVFactory
          Java DAV factory.
 

Uses of DAVFactory in org.abstracthorizon.danube.webdav.spring
 

Subclasses of DAVFactory in org.abstracthorizon.danube.webdav.spring
 class SpringResourceDAVFactory
          DAV Factory that returns file system specific request properties
 

Uses of DAVFactory in org.abstracthorizon.danube.webdav.xml.dav
 

Fields in org.abstracthorizon.danube.webdav.xml.dav declared as DAVFactory
protected  DAVFactory DAVNamespace.davFactory
          Factory
protected  DAVFactory DAVAbstractXMLParser.davFactory
          Factory to create requred objects
 

Methods in org.abstracthorizon.danube.webdav.xml.dav that return DAVFactory
 DAVFactory DAVNamespace.getDAVFactory()
          Retruns factory
 

Methods in org.abstracthorizon.danube.webdav.xml.dav with parameters of type DAVFactory
 void DAVNamespace.setDAVFactory(DAVFactory factory)
          Sets factory
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav with parameters of type DAVFactory
DAVAbstractXMLParser(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
RequestProp(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
RequestProp(XMLParserHandler parent, DAVFactory davFactory, boolean set)
          Constructor
 

Uses of DAVFactory in org.abstracthorizon.danube.webdav.xml.dav.request
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav.request with parameters of type DAVFactory
LockEntry(XMLParserHandler parent, DAVFactory factory)
          Constructor
LockInfo(XMLParserHandler parent, DAVFactory factory)
          Constructor
PropertyBehavior(XMLParserHandler parent, DAVFactory factory)
          Constructor
PropertyUpdate(XMLParserHandler parent, DAVFactory factory)
          Constructor
PropFind(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
Remove(XMLParserHandler parent, DAVFactory factory)
          Constructor
Set(XMLParserHandler parent, DAVFactory factory)
          Constructor
 

Uses of DAVFactory in org.abstracthorizon.danube.webdav.xml.dav.request.properties
 

Fields in org.abstracthorizon.danube.webdav.xml.dav.request.properties declared as DAVFactory
protected  DAVFactory SupportedLock.davFactory
          Factory
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav.request.properties with parameters of type DAVFactory
SupportedLock(XMLParserHandler parent, DAVFactory factory)
          Constructor
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.