Uses of Class
org.exoplatform.services.jcr.webdav.Range
-
Packages that use Range Package Description org.exoplatform.services.jcr.webdav.command org.exoplatform.services.jcr.webdav.util -
-
Uses of Range in org.exoplatform.services.jcr.webdav.command
Method parameters in org.exoplatform.services.jcr.webdav.command with type arguments of type Range Modifier and Type Method Description javax.ws.rs.core.ResponseGetCommand. get(javax.jcr.Session session, String path, String version, String baseURI, List<Range> ranges, String ifModifiedSince, String ifNoneMatch, Map<javax.ws.rs.core.MediaType,String> cacheControls)GET content of the resource. -
Uses of Range in org.exoplatform.services.jcr.webdav.util
Constructor parameters in org.exoplatform.services.jcr.webdav.util with type arguments of type Range Constructor Description MultipartByterangesEntity(Resource resource, List<Range> ranges, String contentType, long contentLength)
-