org.abstracthorizon.danube.webdav.java
Class JavaDAVFactory

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

public class JavaDAVFactory
extends DAVFactory

Java DAV factory. It returns java related properties

Author:
Daniel Sendula

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

Constructor Detail

JavaDAVFactory

public JavaDAVFactory()
Method Detail

newGetContentLength

public GetContentLength newGetContentLength(XMLParserHandler parent)
Returns new GetContentLength object

Overrides:
newGetContentLength in class DAVFactory
Parameters:
parent - parent parser handler
Returns:
new GetContentLength object

newGetContentType

public GetContentType newGetContentType(XMLParserHandler parent)
Returns new GetContentType object

Overrides:
newGetContentType in class DAVFactory
Parameters:
parent - parent parser handler
Returns:
new GetContentType object


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