org.apache.turbine.util.uri
Interface URIConstants

All Known Implementing Classes:
BaseURI, DataURI

public interface URIConstants

This interface contains all the constants that are always needed when working with URIs.

Version:
$Id: URIConstants.java 534527 2007-05-02 16:10:59Z tv $
Author:
Henning P. Schmiedehausen, Quinton McCombs

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. the scheme) from the rest of the URI.
 

Field Detail

HTTP

public static final java.lang.String HTTP
HTTP protocol.

See Also:
Constant Field Values

HTTPS

public static final java.lang.String HTTPS
HTTPS protocol.

See Also:
Constant Field Values

HTTP_PORT

public static final int HTTP_PORT
HTTP Default Port

See Also:
Constant Field Values

HTTPS_PORT

public static final int HTTPS_PORT
HTTPS Default Port

See Also:
Constant Field Values

FTP_PORT

public static final int FTP_PORT
FTP Default Control Port

See Also:
Constant Field Values

PATH_INFO

public static final int PATH_INFO
Path Info Data Marker

See Also:
Constant Field Values

QUERY_DATA

public static final int QUERY_DATA
Query Data Marker

See Also:
Constant Field Values

URI_SCHEME_SEPARATOR

public static final java.lang.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

public static final java.lang.String CGI_ACTION_PARAM
CGI parameter for action name

See Also:
Constant Field Values

CGI_SCREEN_PARAM

public static final java.lang.String CGI_SCREEN_PARAM
CGI parameter for screen name

See Also:
Constant Field Values

CGI_TEMPLATE_PARAM

public static final java.lang.String CGI_TEMPLATE_PARAM
CGI parameter for template name

See Also:
Constant Field Values

EVENT_PREFIX

public static final java.lang.String EVENT_PREFIX
prefix for event names

See Also:
Constant Field Values


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.