eXo JCR :: Component :: Webdav Service 1.15.11-GA

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

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

public class HeadCommand
extends Object

Created by The eXo Platform SAS. Author : Vitaly Guly

Version:
$Id: $

Constructor Summary
HeadCommand()
           
 
Method Summary
 javax.ws.rs.core.Response head(javax.jcr.Session session, String path, String baseURI)
          Webdav Head method implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadCommand

public HeadCommand()
Method Detail

head

public javax.ws.rs.core.Response head(javax.jcr.Session session,
                                      String path,
                                      String baseURI)
Webdav Head method implementation.

Parameters:
session - current session
path - resouce path
baseURI - base uri
Returns:
the instance of javax.ws.rs.core.Response

eXo JCR :: Component :: Webdav Service 1.15.11-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.