List of usage examples for com.liferay.portal.kernel.webdav WebDAVStorage putResource
public int putResource(WebDAVRequest webDAVRequest) throws WebDAVException;
From source file:it.smc.calendar.sync.caldav.methods.PutMethodImpl.java
License:Open Source License
@Override public int process(WebDAVRequest webDAVRequest) throws WebDAVException { WebDAVStorage storage = webDAVRequest.getWebDAVStorage(); return storage.putResource(webDAVRequest); }