|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains all the constants that are always needed when working with URIs.
Field Summary | |
static java.lang.String |
CGI_ACTION_PARAM
CGI parameter for action name |
static java.lang.String |
CGI_SCREEN_PARAM
CGI parameter for screen name |
static java.lang.String |
CGI_TEMPLATE_PARAM
CGI parameter for template name |
static java.lang.String |
EVENT_PREFIX
prefix for event names |
static int |
FTP_PORT
FTP Default Control Port |
static java.lang.String |
HTTP
HTTP protocol. |
static int |
HTTP_PORT
HTTP Default Port |
static java.lang.String |
HTTPS
HTTPS protocol. |
static int |
HTTPS_PORT
HTTPS Default Port |
static int |
PATH_INFO
Path Info Data Marker |
static int |
QUERY_DATA
Query Data Marker |
static java.lang.String |
URI_SCHEME_SEPARATOR
The part of the URI which separates the protocol indicator (i.e. |
Field Detail |
public static final java.lang.String HTTP
public static final java.lang.String HTTPS
public static final int HTTP_PORT
public static final int HTTPS_PORT
public static final int FTP_PORT
public static final int PATH_INFO
public static final int QUERY_DATA
public static final java.lang.String URI_SCHEME_SEPARATOR
public static final java.lang.String CGI_ACTION_PARAM
public static final java.lang.String CGI_SCREEN_PARAM
public static final java.lang.String CGI_TEMPLATE_PARAM
public static final java.lang.String EVENT_PREFIX
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |