com.plumtree.uiinfrastructure.activityspace
Class HTTPHeaderConstants

java.lang.Object
  extended by com.plumtree.uiinfrastructure.activityspace.HTTPHeaderConstants

public final class HTTPHeaderConstants
extends java.lang.Object

This has HTTP header constants.


Field Summary
static java.lang.String CACHE_CONTROL
           
static java.lang.String CONTENT_DISPOSITION
           
static java.lang.String CONTENT_LANGUAGE
           
static java.lang.String CONTENT_LENGTH
           
static java.lang.String CONTENT_TYPE
          Common header names
static java.lang.String EXPIRES
           
static java.lang.String LAST_MODIFIED
           
static java.lang.String PRAGMA
           
 
Constructor Summary
HTTPHeaderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
Common header names

See Also:
Constant Field Values

CONTENT_LENGTH

public static final java.lang.String CONTENT_LENGTH
See Also:
Constant Field Values

CONTENT_DISPOSITION

public static final java.lang.String CONTENT_DISPOSITION
See Also:
Constant Field Values

CONTENT_LANGUAGE

public static final java.lang.String CONTENT_LANGUAGE
See Also:
Constant Field Values

CACHE_CONTROL

public static final java.lang.String CACHE_CONTROL
See Also:
Constant Field Values

PRAGMA

public static final java.lang.String PRAGMA
See Also:
Constant Field Values

LAST_MODIFIED

public static final java.lang.String LAST_MODIFIED
See Also:
Constant Field Values

EXPIRES

public static final java.lang.String EXPIRES
See Also:
Constant Field Values
Constructor Detail

HTTPHeaderConstants

public HTTPHeaderConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.