Class HeadCommand
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.HeadCommand
-
public class HeadCommand extends Object
Created by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Vitaly Guly - gavrikvetal@gmail.com
-
-
Constructor Summary
Constructors Constructor Description HeadCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsehead(javax.jcr.Session session, String path, String baseURI)Webdav Head method implementation.
-