com.liferay.portal.kernel.servlet
Interface HttpMethods
public interface HttpMethods
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