com.liferay.portlet.portletdisplaytemplate.webdav
Class ApplicationDisplayTemplateWebDAVStorageImpl
java.lang.Object
com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl
com.liferay.portlet.portletdisplaytemplate.webdav.ApplicationDisplayTemplateWebDAVStorageImpl
- All Implemented Interfaces:
- WebDAVStorage
public class ApplicationDisplayTemplateWebDAVStorageImpl
- extends BaseWebDAVStorageImpl
Methods inherited from class com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl |
copyCollectionResource, copySimpleResource, getMethodFactory, getPlid, getRootPath, getToken, isAddGroupPermissions, isAvailable, isSupportsClassTwo, lockResource, makeCollection, moveCollectionResource, moveSimpleResource, refreshResourceLock, setRootPath, setToken, unlockResource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationDisplayTemplateWebDAVStorageImpl
public ApplicationDisplayTemplateWebDAVStorageImpl()
deleteResource
public int deleteResource(WebDAVRequest webDAVRequest)
throws WebDAVException
- Specified by:
deleteResource
in interface WebDAVStorage
- Overrides:
deleteResource
in class BaseWebDAVStorageImpl
- Throws:
WebDAVException
getResource
public Resource getResource(WebDAVRequest webDAVRequest)
throws WebDAVException
- Throws:
WebDAVException
getResources
public List<Resource> getResources(WebDAVRequest webDAVRequest)
throws WebDAVException
- Throws:
WebDAVException
putResource
public int putResource(WebDAVRequest webDAVRequest)
throws WebDAVException
- Specified by:
putResource
in interface WebDAVStorage
- Overrides:
putResource
in class BaseWebDAVStorageImpl
- Throws:
WebDAVException
getFolders
protected List<Resource> getFolders(WebDAVRequest webDAVRequest)
throws Exception
- Throws:
Exception
getTemplates
protected List<Resource> getTemplates(WebDAVRequest webDAVRequest)
throws Exception
- Throws:
Exception