org.exoplatform.common.http
Interface HTTPMethods


public interface HTTPMethods

Created by The eXo Platform SARL .
HTTP methods

Version:
$Id: $
Author:
Gennady Azarenkov

Field Summary
static java.lang.String DELETE
           
static java.lang.String GET
           
static java.lang.String POST
           
static java.lang.String PUT
           
 

Field Detail

GET

static final java.lang.String GET
See Also:
Constant Field Values

PUT

static final java.lang.String PUT
See Also:
Constant Field Values

POST

static final java.lang.String POST
See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
See Also:
Constant Field Values


Copyright © 2011 eXo Platform SAS. All Rights Reserved.