|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URIConstants
This interface contains all the constants that are always needed when working with URIs.
Field Summary | |
---|---|
static String |
CGI_ACTION_PARAM
CGI parameter for action name |
static String |
CGI_SCREEN_PARAM
CGI parameter for screen name |
static String |
CGI_TEMPLATE_PARAM
CGI parameter for template name |
static String |
EVENT_PREFIX
prefix for event names |
static int |
FTP_PORT
FTP Default Control Port |
static String |
HTTP
HTTP protocol. |
static int |
HTTP_PORT
HTTP Default Port |
static 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 String |
URI_SCHEME_SEPARATOR
The part of the URI which separates the protocol indicator (i.e. the scheme) from the rest of the URI. |
Field Detail |
---|
static final String HTTP
static final String HTTPS
static final int HTTP_PORT
static final int HTTPS_PORT
static final int FTP_PORT
static final int PATH_INFO
static final int QUERY_DATA
static final String URI_SCHEME_SEPARATOR
static final String CGI_ACTION_PARAM
static final String CGI_SCREEN_PARAM
static final String CGI_TEMPLATE_PARAM
static final String EVENT_PREFIX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |