|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.faunos.skwish.ext.http.QueryStringConsts
public final class QueryStringConsts
Defines some constants used by skwish in query strings.
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 |
---|
public static final String ID
public static final String TID
public static final String CONTENT_TYPE
public static final String LOCATION
public static final String ABBR_TEXT_HTML
public static final String ABBR_PLAIN_TEXT
public static final String ENC_TEXT_HTML
public static final String ENC_PLAIN_TEXT
public static final String ENC_APP_OCT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |