org.apache.pivot.web
Class Query.Status

java.lang.Object
  extended by org.apache.pivot.web.Query.Status
Enclosing class:
Query<V>

public static class Query.Status
extends Object

Query status codes.


Field Summary
static int BAD_REQUEST
           
static int CONFLICT
           
static int CREATED
           
static int FORBIDDEN
           
static int HTTP_VERSION_NOT_SUPPORTED
           
static int INTERNAL_SERVER_ERROR
           
static int LENGTH_REQUIRED
           
static int METHOD_NOT_ALLOWED
           
static int NO_CONTENT
           
static int NOT_FOUND
           
static int NOT_IMPLEMENTED
           
static int OK
           
static int PRECONDITION_FAILED
           
static int REQUEST_ENTITY_TOO_LARGE
           
static int REQUEST_TIMEOUT
           
static int REQUEST_URI_TOO_LONG
           
static int SERVICE_UNAVAILABLE
           
static int UNAUTHORIZED
           
static int UNSUPPORTED_MEDIA_TYPE
           
 
Constructor Summary
Query.Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

CREATED

public static final int CREATED
See Also:
Constant Field Values

NO_CONTENT

public static final int NO_CONTENT
See Also:
Constant Field Values

BAD_REQUEST

public static final int BAD_REQUEST
See Also:
Constant Field Values

UNAUTHORIZED

public static final int UNAUTHORIZED
See Also:
Constant Field Values

FORBIDDEN

public static final int FORBIDDEN
See Also:
Constant Field Values

NOT_FOUND

public static final int NOT_FOUND
See Also:
Constant Field Values

METHOD_NOT_ALLOWED

public static final int METHOD_NOT_ALLOWED
See Also:
Constant Field Values

REQUEST_TIMEOUT

public static final int REQUEST_TIMEOUT
See Also:
Constant Field Values

CONFLICT

public static final int CONFLICT
See Also:
Constant Field Values

LENGTH_REQUIRED

public static final int LENGTH_REQUIRED
See Also:
Constant Field Values

PRECONDITION_FAILED

public static final int PRECONDITION_FAILED
See Also:
Constant Field Values

REQUEST_ENTITY_TOO_LARGE

public static final int REQUEST_ENTITY_TOO_LARGE
See Also:
Constant Field Values

REQUEST_URI_TOO_LONG

public static final int REQUEST_URI_TOO_LONG
See Also:
Constant Field Values

UNSUPPORTED_MEDIA_TYPE

public static final int UNSUPPORTED_MEDIA_TYPE
See Also:
Constant Field Values

INTERNAL_SERVER_ERROR

public static final int INTERNAL_SERVER_ERROR
See Also:
Constant Field Values

NOT_IMPLEMENTED

public static final int NOT_IMPLEMENTED
See Also:
Constant Field Values

SERVICE_UNAVAILABLE

public static final int SERVICE_UNAVAILABLE
See Also:
Constant Field Values

HTTP_VERSION_NOT_SUPPORTED

public static final int HTTP_VERSION_NOT_SUPPORTED
See Also:
Constant Field Values
Constructor Detail

Query.Status

public Query.Status()