com.faunos.skwish.ext.http
Class QueryStringConsts

java.lang.Object
  extended by com.faunos.skwish.ext.http.QueryStringConsts

public final class QueryStringConsts
extends Object

Defines some constants used by skwish in query strings.

Author:
Babak Farhang

Field Summary
static String ABBR_PLAIN_TEXT
          Abbreviation used for denoting plain text (text/plain) as the content type.
static String ABBR_TEXT_HTML
          Abbreviation used for denoting HTML (text/html) as the content type.
static String CONTENT_TYPE
          The name used to denote the requested content type.
static String ENC_APP_OCT
          The value "application/octet-stream", URL encoded.
static String ENC_PLAIN_TEXT
          The value "text/plain", URL encoded.
static String ENC_TEXT_HTML
          The value "text/html", URL encoded.
static String ID
          The name used to denote a entry ID within a skwish store.
static String LOCATION
          The name used to denote the requested location value in the HTTP response headers.
static String TID
          The name used to denote a skwish transaction ID.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
The name used to denote a entry ID within a skwish store. "id"

See Also:
Constant Field Values

TID

public static final String TID
The name used to denote a skwish transaction ID. Used to resolve entry IDs recorded during, but before the commit of, a transaction.

See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
The name used to denote the requested content type.

See Also:
Constant Field Values

LOCATION

public static final String LOCATION
The name used to denote the requested location value in the HTTP response headers.

See Also:
Constant Field Values

ABBR_TEXT_HTML

public static final String ABBR_TEXT_HTML
Abbreviation used for denoting HTML (text/html) as the content type.

See Also:
Constant Field Values

ABBR_PLAIN_TEXT

public static final String ABBR_PLAIN_TEXT
Abbreviation used for denoting plain text (text/plain) as the content type.

See Also:
Constant Field Values

ENC_TEXT_HTML

public static final String ENC_TEXT_HTML
The value "text/html", URL encoded.


ENC_PLAIN_TEXT

public static final String ENC_PLAIN_TEXT
The value "text/plain", URL encoded.


ENC_APP_OCT

public static final String ENC_APP_OCT
The value "application/octet-stream", URL encoded.



SourceForge.net Logo