com.googlecode.webutilities.common
Class Constants
java.lang.Object
com.googlecode.webutilities.common.Constants
public final class Constants
- extends Object
Common Class to hold the public static constant so that to share across the project
- Version:
- 1.0
- Author:
- rpatil
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_JS
public static final String TYPE_JS
- See Also:
- Constant Field Values
TYPE_CSS
public static final String TYPE_CSS
- See Also:
- Constant Field Values
DEFAULT_CHARSET
public static final String DEFAULT_CHARSET
- See Also:
- Constant Field Values
EXT_JS
public static final String EXT_JS
- See Also:
- Constant Field Values
EXT_JSON
public static final String EXT_JSON
- See Also:
- Constant Field Values
EXT_CSS
public static final String EXT_CSS
- See Also:
- Constant Field Values
MIME_OCTET_STREAM
public static final String MIME_OCTET_STREAM
- See Also:
- Constant Field Values
MIME_JS
public static final String MIME_JS
- See Also:
- Constant Field Values
MIME_JSON
public static final String MIME_JSON
- See Also:
- Constant Field Values
MIME_CSS
public static final String MIME_CSS
- See Also:
- Constant Field Values
HEADER_EXPIRES
public static final String HEADER_EXPIRES
- See Also:
- Constant Field Values
HEADER_LAST_MODIFIED
public static final String HEADER_LAST_MODIFIED
- See Also:
- Constant Field Values
PARAM_EXPIRE_CACHE
public static final String PARAM_EXPIRE_CACHE
- See Also:
- Constant Field Values
PARAM_RESET_CACHE
public static final String PARAM_RESET_CACHE
- See Also:
- Constant Field Values
PARAM_SKIP_CACHE
public static final String PARAM_SKIP_CACHE
- See Also:
- Constant Field Values
PARAM_DEBUG
public static final String PARAM_DEBUG
- See Also:
- Constant Field Values
DEFAULT_EXPIRES_MINUTES
public static final long DEFAULT_EXPIRES_MINUTES
- See Also:
- Constant Field Values
DEFAULT_CACHE_CONTROL
public static final String DEFAULT_CACHE_CONTROL
- See Also:
- Constant Field Values
DEFAULT_COMPRESSION_SIZE_THRESHOLD
public static final int DEFAULT_COMPRESSION_SIZE_THRESHOLD
- See Also:
- Constant Field Values
HTTP_VARY_HEADER
public static final String HTTP_VARY_HEADER
- See Also:
- Constant Field Values
HTTP_ACCEPT_ENCODING_HEADER
public static final String HTTP_ACCEPT_ENCODING_HEADER
- See Also:
- Constant Field Values
HTTP_CONTENT_ENCODING_HEADER
public static final String HTTP_CONTENT_ENCODING_HEADER
- See Also:
- Constant Field Values
HTTP_CACHE_CONTROL_HEADER
public static final String HTTP_CACHE_CONTROL_HEADER
- See Also:
- Constant Field Values
HTTP_CONTENT_LENGTH_HEADER
public static final String HTTP_CONTENT_LENGTH_HEADER
- See Also:
- Constant Field Values
HTTP_CONTENT_TYPE_HEADER
public static final String HTTP_CONTENT_TYPE_HEADER
- See Also:
- Constant Field Values
HTTP_ETAG_HEADER
public static final String HTTP_ETAG_HEADER
- See Also:
- Constant Field Values
HTTP_IF_NONE_MATCH_HEADER
public static final String HTTP_IF_NONE_MATCH_HEADER
- See Also:
- Constant Field Values
HTTP_IF_MODIFIED_SINCE
public static final String HTTP_IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
CONTENT_ENCODING_GZIP
public static final String CONTENT_ENCODING_GZIP
- See Also:
- Constant Field Values
CONTENT_ENCODING_COMPRESS
public static final String CONTENT_ENCODING_COMPRESS
- See Also:
- Constant Field Values
CONTENT_ENCODING_DEFLATE
public static final String CONTENT_ENCODING_DEFLATE
- See Also:
- Constant Field Values
CONTENT_ENCODING_IDENTITY
public static final String CONTENT_ENCODING_IDENTITY
- See Also:
- Constant Field Values
HTTP_USER_AGENT_HEADER
public static final String HTTP_USER_AGENT_HEADER
- See Also:
- Constant Field Values
DATE_PATTERN_RFC_1123
public static final String DATE_PATTERN_RFC_1123
- See Also:
- Constant Field Values
DATE_PATTERN_RFC_1036
public static final String DATE_PATTERN_RFC_1036
- See Also:
- Constant Field Values
DATE_PATTERN_ANSI_C
public static final String DATE_PATTERN_ANSI_C
- See Also:
- Constant Field Values
DATE_PATTERN_HTTP_HEADER
public static final String DATE_PATTERN_HTTP_HEADER
- See Also:
- Constant Field Values
HEADER_X_OPTIMIZED_BY
public static final String HEADER_X_OPTIMIZED_BY
- See Also:
- Constant Field Values
X_OPTIMIZED_BY_VALUE
public static final String X_OPTIMIZED_BY_VALUE
- See Also:
- Constant Field Values
DEFAULT_LOCALE_US
public static final Locale DEFAULT_LOCALE_US
DEFAULT_ZONE_GMT
public static final TimeZone DEFAULT_ZONE_GMT
CSS_IMG_URL_PATTERN
public static final Pattern CSS_IMG_URL_PATTERN
CSS_IMG_REFERENCES
public static final Map<String,List<String>> CSS_IMG_REFERENCES
Copyright © 2011. All Rights Reserved.