com.liferay.faces.util
Interface HttpHeaders


public interface HttpHeaders

Author:
Brian Wing Shun Chan

Field Summary
static String ACCEPT
           
static String ACCEPT_ENCODING
           
static String CACHE_CONTROL
           
static String CACHE_CONTROL_NO_CACHE_VALUE
           
static String CONTENT_DISPOSITION
           
static String IF_MODIFIED_SINCE
           
static String USER_AGENT
           
 

Field Detail

ACCEPT

static final String ACCEPT
See Also:
Constant Field Values

ACCEPT_ENCODING

static final String ACCEPT_ENCODING
See Also:
Constant Field Values

CACHE_CONTROL

static final String CACHE_CONTROL
See Also:
Constant Field Values

CACHE_CONTROL_NO_CACHE_VALUE

static final String CACHE_CONTROL_NO_CACHE_VALUE
See Also:
Constant Field Values

CONTENT_DISPOSITION

static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

IF_MODIFIED_SINCE

static final String IF_MODIFIED_SINCE
See Also:
Constant Field Values

USER_AGENT

static final String USER_AGENT
See Also:
Constant Field Values


Copyright © 2015 Liferay, Inc.. All rights reserved.