org.abstracthorizon.danube.webdav.spring
Class SpringResourceDAVFactory

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.xml.dav.DAVFactory
      extended by org.abstracthorizon.danube.webdav.spring.SpringResourceDAVFactory

public class SpringResourceDAVFactory
extends DAVFactory

DAV Factory that returns file system specific request properties

Author:
Daniel Sendula

Constructor Summary
SpringResourceDAVFactory()
           
 
Method Summary
 GetContentLength newGetContentLength(XMLParserHandler parent)
           
 GetContentType newGetContentType(XMLParserHandler parent)
           
 GetLastModified newGetLastModified(XMLParserHandler parent)
           
 Source newSource(XMLParserHandler parent)
           
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.DAVFactory
newCreationDate, newDisplayName, newGetContentLanguage, newGetETag, newKeepAlive, newLockDiscovery, newLockEntry, newLockInfo, newLockScope, newLockType, newProp, newPropertyBehavior, newPropertyUpdate, newPropFind, newRemove, newResourceType, newSet, newSupportedLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringResourceDAVFactory

public SpringResourceDAVFactory()
Method Detail

newGetContentLength

public GetContentLength newGetContentLength(XMLParserHandler parent)
Overrides:
newGetContentLength in class DAVFactory

newGetContentType

public GetContentType newGetContentType(XMLParserHandler parent)
Overrides:
newGetContentType in class DAVFactory

newGetLastModified

public GetLastModified newGetLastModified(XMLParserHandler parent)
Overrides:
newGetLastModified in class DAVFactory

newSource

public Source newSource(XMLParserHandler parent)
Overrides:
newSource in class DAVFactory


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