net.craftforge.essential.controller.constants
Class HttpMethod

java.lang.Object
  extended by net.craftforge.essential.controller.constants.HttpMethod

public class HttpMethod
extends Object

HTTP method constants.

Since:
14.03.2011
Author:
Christian Bick

Field Summary
static String DELETE
          DELETE
static String GET
          GET
static String HEAD
          HEAD
static String OPTIONS
          OPTIONS
static String POST
          POST
static String PUT
          PUT
static String TRACE
          TRACE
 
Constructor Summary
HttpMethod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET

public static final String GET
GET

See Also:
Constant Field Values

POST

public static final String POST
POST

See Also:
Constant Field Values

PUT

public static final String PUT
PUT

See Also:
Constant Field Values

DELETE

public static final String DELETE
DELETE

See Also:
Constant Field Values

HEAD

public static final String HEAD
HEAD

See Also:
Constant Field Values

OPTIONS

public static final String OPTIONS
OPTIONS

See Also:
Constant Field Values

TRACE

public static final String TRACE
TRACE

See Also:
Constant Field Values
Constructor Detail

HttpMethod

public HttpMethod()


Copyright © 2011. All Rights Reserved.