org.codelabor.system.web.servlet
Class HttpResponseHeaderConstants
java.lang.Object
org.codelabor.system.web.servlet.HttpResponseHeaderConstants
public class HttpResponseHeaderConstants
- extends Object
Http 응답 헤더 상수
- Author:
- Shin Sang-jae
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HttpResponseHeaderConstants
public HttpResponseHeaderConstants()
Copyright © 2011 CODELABOR. All Rights Reserved.