org.apache.sling.api.servlets
Class HttpConstants
java.lang.Object
org.apache.sling.api.servlets.HttpConstants
public class HttpConstants
- extends Object
HTTP-related constants
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_OPTIONS
public static final String METHOD_OPTIONS
- See Also:
- Constant Field Values
METHOD_GET
public static final String METHOD_GET
- See Also:
- Constant Field Values
METHOD_HEAD
public static final String METHOD_HEAD
- See Also:
- Constant Field Values
METHOD_POST
public static final String METHOD_POST
- See Also:
- Constant Field Values
METHOD_PUT
public static final String METHOD_PUT
- See Also:
- Constant Field Values
METHOD_DELETE
public static final String METHOD_DELETE
- See Also:
- Constant Field Values
METHOD_TRACE
public static final String METHOD_TRACE
- See Also:
- Constant Field Values
METHOD_CONNECT
public static final String METHOD_CONNECT
- See Also:
- Constant Field Values
HEADER_ACCEPT
public static final String HEADER_ACCEPT
- See Also:
- Constant Field Values
HEADER_ETAG
public static final String HEADER_ETAG
- See Also:
- Constant Field Values
HEADER_IF_MATCH
public static final String HEADER_IF_MATCH
- See Also:
- Constant Field Values
HEADER_IF_MODIFIED_SINCE
public static final String HEADER_IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
HEADER_LAST_MODIFIED
public static final String HEADER_LAST_MODIFIED
- See Also:
- Constant Field Values
HttpConstants
public HttpConstants()
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.