| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.faunos.skwish.ext.http.QueryStringConsts
public final class QueryStringConsts
Defines some constants used by skwish in query strings.
| Field Summary | |
|---|---|
| static String | ABBR_PLAIN_TEXTAbbreviation used for denoting plain text (text/plain) as the content type. | 
| static String | ABBR_TEXT_HTMLAbbreviation used for denoting HTML (text/html) as the content type. | 
| static String | CONTENT_TYPEThe name used to denote the requested content type. | 
| static String | ENC_APP_OCTThe value "application/octet-stream", URL encoded. | 
| static String | ENC_PLAIN_TEXTThe value "text/plain", URL encoded. | 
| static String | ENC_TEXT_HTMLThe value "text/html", URL encoded. | 
| static String | IDThe name used to denote a entry ID within a skwish store. | 
| static String | LOCATIONThe name used to denote the requested location value in the HTTP response headers. | 
| static String | TIDThe 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 | |||||||||