Liferay 6.0.5

com.liferay.portal.kernel.servlet
Interface HttpMethods


public interface HttpMethods


Field Summary
static String CONNECT
           
static String DELETE
           
static String GET
           
static String HEAD
           
static String OPTIONS
           
static String POST
           
static String PUT
           
static String TRACE
           
 

Field Detail

CONNECT

static final String CONNECT
See Also:
Constant Field Values

DELETE

static final String DELETE
See Also:
Constant Field Values

GET

static final String GET
See Also:
Constant Field Values

HEAD

static final String HEAD
See Also:
Constant Field Values

OPTIONS

static final String OPTIONS
See Also:
Constant Field Values

POST

static final String POST
See Also:
Constant Field Values

PUT

static final String PUT
See Also:
Constant Field Values

TRACE

static final String TRACE
See Also:
Constant Field Values

Liferay 6.0.5