org.xcmis.client.gwt.rest
Interface HTTPMethod


public interface HTTPMethod

Created by The eXo Platform SARL .
HTTP methods

Version:
$Id: $
Author:
Gennady Azarenkov

Field Summary
static String CHECKIN
           
static String CHECKOUT
           
static String COPY
           
static String DELETE
           
static String GET
           
static String HEAD
           
static String LOCK
           
static String MKCOL
           
static String MOVE
           
static String OPTIONS
           
static String POST
           
static String PROPFIND
           
static String PROPPATCH
           
static String PUT
           
static String SEARCH
           
static String UNLOCK
           
 

Field Detail

GET

static final String GET
See Also:
Constant Field Values

PUT

static final String PUT
See Also:
Constant Field Values

POST

static final String POST
See Also:
Constant Field Values

DELETE

static final String DELETE
See Also:
Constant Field Values

SEARCH

static final String SEARCH
See Also:
Constant Field Values

PROPFIND

static final String PROPFIND
See Also:
Constant Field Values

PROPPATCH

static final String PROPPATCH
See Also:
Constant Field Values

HEAD

static final String HEAD
See Also:
Constant Field Values

CHECKIN

static final String CHECKIN
See Also:
Constant Field Values

CHECKOUT

static final String CHECKOUT
See Also:
Constant Field Values

COPY

static final String COPY
See Also:
Constant Field Values

LOCK

static final String LOCK
See Also:
Constant Field Values

MOVE

static final String MOVE
See Also:
Constant Field Values

UNLOCK

static final String UNLOCK
See Also:
Constant Field Values

OPTIONS

static final String OPTIONS
See Also:
Constant Field Values

MKCOL

static final String MKCOL
See Also:
Constant Field Values


Copyright © 2010 eXo Platform SAS. All Rights Reserved.