Package org.apache.turbine.util.uri
Interface URIConstants
-
- All Known Implementing Classes:
BaseURI,DataURI,TemplateURI,TurbineURI
public interface URIConstants
This interface contains all the constants that are always needed when working with URIs.- Version:
- $Id$
- Author:
- Henning P. Schmiedehausen, Quinton McCombs
-
-
Field Summary
Fields Modifier and Type Field Description static StringCGI_ACTION_PARAMCGI parameter for action namestatic StringCGI_SCREEN_PARAMCGI parameter for screen namestatic StringCGI_TEMPLATE_PARAMCGI parameter for template namestatic StringEVENT_PREFIXprefix for event namesstatic intFTP_PORTFTP Default Control Portstatic StringHTTPHTTP protocol.static intHTTP_PORTHTTP Default Portstatic StringHTTPSHTTPS protocol.static intHTTPS_PORTHTTPS Default Portstatic intPATH_INFOPath Info Data Markerstatic intQUERY_DATAQuery Data Markerstatic StringURI_SCHEME_SEPARATORThe part of the URI which separates the protocol indicator (i.e. the scheme) from the rest of the URI.
-
-
-
Field Detail
-
HTTP
static final String HTTP
HTTP protocol.- See Also:
- Constant Field Values
-
HTTPS
static final String HTTPS
HTTPS protocol.- See Also:
- Constant Field Values
-
HTTP_PORT
static final int HTTP_PORT
HTTP Default Port- See Also:
- Constant Field Values
-
HTTPS_PORT
static final int HTTPS_PORT
HTTPS Default Port- See Also:
- Constant Field Values
-
FTP_PORT
static final int FTP_PORT
FTP Default Control Port- See Also:
- Constant Field Values
-
PATH_INFO
static final int PATH_INFO
Path Info Data Marker- See Also:
- Constant Field Values
-
QUERY_DATA
static final int QUERY_DATA
Query Data Marker- See Also:
- Constant Field Values
-
URI_SCHEME_SEPARATOR
static final String URI_SCHEME_SEPARATOR
The part of the URI which separates the protocol indicator (i.e. the scheme) from the rest of the URI.- See Also:
- Constant Field Values
-
CGI_ACTION_PARAM
static final String CGI_ACTION_PARAM
CGI parameter for action name- See Also:
- Constant Field Values
-
CGI_SCREEN_PARAM
static final String CGI_SCREEN_PARAM
CGI parameter for screen name- See Also:
- Constant Field Values
-
CGI_TEMPLATE_PARAM
static final String CGI_TEMPLATE_PARAM
CGI parameter for template name- See Also:
- Constant Field Values
-
EVENT_PREFIX
static final String EVENT_PREFIX
prefix for event names- See Also:
- Constant Field Values
-
-