Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Interface HttpHeaders


public interface HttpHeaders


Field Summary
static String ACCEPT
           
static String ACCEPT_ENCODING
           
static String ACCEPT_RANGES
           
static String ACCEPT_RANGES_BYTES_VALUE
           
static String AUTHORIZATION
           
static String CACHE_CONTROL
           
static String CACHE_CONTROL_DEFAULT_VALUE
           
static String CACHE_CONTROL_NO_CACHE_VALUE
           
static String CACHE_CONTROL_PRIVATE_VALUE
           
static String CACHE_CONTROL_PUBLIC_VALUE
           
static String CLOSE
          Deprecated. Use CONNECTION_CLOSE_VALUE.
static String CONNECTION
           
static String CONNECTION_CLOSE_VALUE
           
static String CONTENT_DISPOSITION
           
static String CONTENT_DISPOSITION_ATTACHMENT
           
static String CONTENT_DISPOSITION_INLINE
           
static String CONTENT_ENCODING
           
static String CONTENT_ID
           
static String CONTENT_LENGTH
           
static String CONTENT_RANGE
           
static String CONTENT_TYPE
           
static String COOKIE
           
static String ETAG
           
static String EXPIRES
           
static String EXPIRES_DEFAULT_VALUE
           
static String IF_MODIFIED_SINCE
           
static String IF_NONE_MATCH
           
static String KEEP_ALIVE
           
static String LAST_MODIFIED
           
static String LIFERAY_EMAIL_ADDRESS
           
static String LIFERAY_SCREEN_NAME
           
static String LIFERAY_USER_ID
           
static String LOCATION
           
static String PRAGMA
           
static String PRAGMA_NO_CACHE_VALUE
           
static String PRAGMA_PUBLIC_VALUE
           
static String PUBLIC
          Deprecated. Use CACHE_CONTROL_PUBLIC_VALUE.
static String RANGE
           
static String USER_AGENT
           
static String WWW_AUTHENTICATE
           
static String X_REQUESTED_WITH
           
static String XML_HTTP_REQUEST
           
 

Field Detail

ACCEPT

static final String ACCEPT
See Also:
Constant Field Values

ACCEPT_ENCODING

static final String ACCEPT_ENCODING
See Also:
Constant Field Values

ACCEPT_RANGES

static final String ACCEPT_RANGES
See Also:
Constant Field Values

AUTHORIZATION

static final String AUTHORIZATION
See Also:
Constant Field Values

CACHE_CONTROL

static final String CACHE_CONTROL
See Also:
Constant Field Values

CONNECTION

static final String CONNECTION
See Also:
Constant Field Values

CONTENT_DISPOSITION

static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

CONTENT_ENCODING

static final String CONTENT_ENCODING
See Also:
Constant Field Values

CONTENT_ID

static final String CONTENT_ID
See Also:
Constant Field Values

CONTENT_LENGTH

static final String CONTENT_LENGTH
See Also:
Constant Field Values

CONTENT_RANGE

static final String CONTENT_RANGE
See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
See Also:
Constant Field Values

COOKIE

static final String COOKIE
See Also:
Constant Field Values

ETAG

static final String ETAG
See Also:
Constant Field Values

EXPIRES

static final String EXPIRES
See Also:
Constant Field Values

IF_MODIFIED_SINCE

static final String IF_MODIFIED_SINCE
See Also:
Constant Field Values

IF_NONE_MATCH

static final String IF_NONE_MATCH
See Also:
Constant Field Values

KEEP_ALIVE

static final String KEEP_ALIVE
See Also:
Constant Field Values

LAST_MODIFIED

static final String LAST_MODIFIED
See Also:
Constant Field Values

LIFERAY_EMAIL_ADDRESS

static final String LIFERAY_EMAIL_ADDRESS
See Also:
Constant Field Values

LIFERAY_SCREEN_NAME

static final String LIFERAY_SCREEN_NAME
See Also:
Constant Field Values

LIFERAY_USER_ID

static final String LIFERAY_USER_ID
See Also:
Constant Field Values

LOCATION

static final String LOCATION
See Also:
Constant Field Values

PRAGMA

static final String PRAGMA
See Also:
Constant Field Values

RANGE

static final String RANGE
See Also:
Constant Field Values

USER_AGENT

static final String USER_AGENT
See Also:
Constant Field Values

WWW_AUTHENTICATE

static final String WWW_AUTHENTICATE
See Also:
Constant Field Values

X_REQUESTED_WITH

static final String X_REQUESTED_WITH
See Also:
Constant Field Values

ACCEPT_RANGES_BYTES_VALUE

static final String ACCEPT_RANGES_BYTES_VALUE
See Also:
Constant Field Values

CONNECTION_CLOSE_VALUE

static final String CONNECTION_CLOSE_VALUE
See Also:
Constant Field Values

CACHE_CONTROL_DEFAULT_VALUE

static final String CACHE_CONTROL_DEFAULT_VALUE
See Also:
Constant Field Values

CACHE_CONTROL_NO_CACHE_VALUE

static final String CACHE_CONTROL_NO_CACHE_VALUE
See Also:
Constant Field Values

CACHE_CONTROL_PRIVATE_VALUE

static final String CACHE_CONTROL_PRIVATE_VALUE
See Also:
Constant Field Values

CACHE_CONTROL_PUBLIC_VALUE

static final String CACHE_CONTROL_PUBLIC_VALUE
See Also:
Constant Field Values

CLOSE

static final String CLOSE
Deprecated. Use CONNECTION_CLOSE_VALUE.
See Also:
Constant Field Values

CONTENT_DISPOSITION_ATTACHMENT

static final String CONTENT_DISPOSITION_ATTACHMENT
See Also:
Constant Field Values

CONTENT_DISPOSITION_INLINE

static final String CONTENT_DISPOSITION_INLINE
See Also:
Constant Field Values

EXPIRES_DEFAULT_VALUE

static final String EXPIRES_DEFAULT_VALUE
See Also:
Constant Field Values

PRAGMA_NO_CACHE_VALUE

static final String PRAGMA_NO_CACHE_VALUE
See Also:
Constant Field Values

PRAGMA_PUBLIC_VALUE

static final String PRAGMA_PUBLIC_VALUE
See Also:
Constant Field Values

PUBLIC

static final String PUBLIC
Deprecated. Use CACHE_CONTROL_PUBLIC_VALUE.
See Also:
Constant Field Values

XML_HTTP_REQUEST

static final String XML_HTTP_REQUEST
See Also:
Constant Field Values

Liferay 6.1.2-ce-ga3