org.codelabor.system.web.servlet
Class HttpResponseHeaderConstants

java.lang.Object
  extended by org.codelabor.system.web.servlet.HttpResponseHeaderConstants

public class HttpResponseHeaderConstants
extends Object

Http 응답 헤더 상수

Author:
Shin Sang-jae

Field Summary
static String ACCEPT_RANGES
           
static String AGE
           
static String ALLOW
           
static String CACHE_CONTROL
           
static String CONTENT_DISPOSITION
           
static String CONTENT_ENCODING
           
static String CONTENT_LANGUAGE
           
static String CONTENT_LENGTH
           
static String CONTENT_LOCATION
           
static String CONTENT_MD5
           
static String CONTENT_RANGE
           
static String CONTENT_TYPE
           
static String DATE
           
static String ETAG
           
static String EXPIRES
           
static String LAST_MODIFIED
           
static String LOCATION
           
static String PRAGMA
           
static String PROXY_AUTHENTICATE
           
static String REFRESH
           
static String RETRY_AFTER
           
static String SERVER
           
static String SET_COOKIE
           
static String TRAILER
           
static String TRANSFER_ENCODING
           
static String VARY
           
static String VIA
           
static String WARNING
           
static String WWW_AUTHENTICATE
           
 
Constructor Summary
HttpResponseHeaderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCEPT_RANGES

public static final String ACCEPT_RANGES
See Also:
Constant Field Values

AGE

public static final String AGE
See Also:
Constant Field Values

ALLOW

public static final String ALLOW
See Also:
Constant Field Values

CACHE_CONTROL

public static final String CACHE_CONTROL
See Also:
Constant Field Values

CONTENT_ENCODING

public static final String CONTENT_ENCODING
See Also:
Constant Field Values

CONTENT_LANGUAGE

public static final String CONTENT_LANGUAGE
See Also:
Constant Field Values

CONTENT_LENGTH

public static final String CONTENT_LENGTH
See Also:
Constant Field Values

CONTENT_LOCATION

public static final String CONTENT_LOCATION
See Also:
Constant Field Values

CONTENT_DISPOSITION

public static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

CONTENT_MD5

public static final String CONTENT_MD5
See Also:
Constant Field Values

CONTENT_RANGE

public static final String CONTENT_RANGE
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

DATE

public static final String DATE
See Also:
Constant Field Values

ETAG

public static final String ETAG
See Also:
Constant Field Values

EXPIRES

public static final String EXPIRES
See Also:
Constant Field Values

LAST_MODIFIED

public static final String LAST_MODIFIED
See Also:
Constant Field Values

LOCATION

public static final String LOCATION
See Also:
Constant Field Values

PRAGMA

public static final String PRAGMA
See Also:
Constant Field Values

PROXY_AUTHENTICATE

public static final String PROXY_AUTHENTICATE
See Also:
Constant Field Values

REFRESH

public static final String REFRESH
See Also:
Constant Field Values

RETRY_AFTER

public static final String RETRY_AFTER
See Also:
Constant Field Values

SERVER

public static final String SERVER
See Also:
Constant Field Values

SET_COOKIE

public static final String SET_COOKIE
See Also:
Constant Field Values

TRAILER

public static final String TRAILER
See Also:
Constant Field Values

TRANSFER_ENCODING

public static final String TRANSFER_ENCODING
See Also:
Constant Field Values

VARY

public static final String VARY
See Also:
Constant Field Values

VIA

public static final String VIA
See Also:
Constant Field Values

WARNING

public static final String WARNING
See Also:
Constant Field Values

WWW_AUTHENTICATE

public static final String WWW_AUTHENTICATE
See Also:
Constant Field Values
Constructor Detail

HttpResponseHeaderConstants

public HttpResponseHeaderConstants()


Copyright © 2011 CODELABOR. All Rights Reserved.