org.modeshape.webdav.methods
Class DeterminableMethod
java.lang.Object
org.modeshape.webdav.methods.AbstractMethod
org.modeshape.webdav.methods.DeterminableMethod
- All Implemented Interfaces:
- IMethodExecutor
- Direct Known Subclasses:
- DoOptions, DoUnlock
public abstract class DeterminableMethod
- extends AbstractMethod
Methods inherited from class org.modeshape.webdav.methods.AbstractMethod |
creationDateFormat, getCleanPath, getDepth, getDocumentBuilder, getETag, getLocalDateFormat, getLockIdFromIfHeader, getLockIdFromLockTokenHeader, getParentPath, getRelativePath, isUnlocked, lastModifiedDateFormat, rewriteUrl, sendReport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeterminableMethod
public DeterminableMethod()
determineMethodsAllowed
protected static String determineMethodsAllowed(StoredObject so)
- Determines the methods normally allowed for the resource.
- Parameters:
so
- StoredObject representing the resource
- Returns:
- all allowed methods, separated by commas
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.