org.exoplatform.services.jcr.webdav.command
Class GetCommand

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.command.GetCommand

public class GetCommand
extends java.lang.Object

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: GetCommand.java 49574 2010-07-21 11:31:32Z paristote $

Constructor Summary
GetCommand()
           
 
Method Summary
 org.exoplatform.services.rest.Response get(javax.jcr.Session session, java.lang.String path, java.lang.String version, java.lang.String ifModifiedSince, java.lang.String baseURI, java.util.List<Range> ranges, java.util.HashMap<org.exoplatform.common.util.MediaType,java.lang.String> cacheControls)
          GET content of the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCommand

public GetCommand()
Method Detail

get

public org.exoplatform.services.rest.Response get(javax.jcr.Session session,
                                                  java.lang.String path,
                                                  java.lang.String version,
                                                  java.lang.String ifModifiedSince,
                                                  java.lang.String baseURI,
                                                  java.util.List<Range> ranges,
                                                  java.util.HashMap<org.exoplatform.common.util.MediaType,java.lang.String> cacheControls)
GET content of the resource. Can be return content of the file. The content returns in the XML type. If version parameter is present, returns the content of the version of the resource.

Parameters:
session -
path -
version -
baseURI -
range -
Returns:


Copyright © 2010 eXo Platform SAS. All Rights Reserved.