wt.httpgw
Interface CGIConstants
- All Known Implementing Classes:
- FormAuthentication, GatewayAuthenticator, HTTPAuthentication, HTTPGatewayServlet, HTTPRequest, HTTPResponseImpl, HTTPServer, MethodRequestHandler, WindchillHome, WTServlet
- public interface CGIConstants
The public interface for HTTP request property keys (eg. HTTP headers et. al.).
The key names are used to define Java system properties when executing CGI programs
and therefore are prefixed with "cgi." to avoid namespace collisions with any other Java
system properties that may exist. The key names for HTTP request headers being passed
through the server hava an additional "http_" prefix, while those representing server
supplied values do not. All code accessing request properties from Windchill
HTTPRequest
objects should use these key constants.
Supported API: true
versionID
public static final String versionID
- See Also:
- Constant Field Values
CGI_PROPERTY_PREFIX
public static final String CGI_PROPERTY_PREFIX
- See Also:
- Constant Field Values
CGI_ACCEPT
public static final String CGI_ACCEPT
- See Also:
- Constant Field Values
CGI_ACCEPT_CHARSET
public static final String CGI_ACCEPT_CHARSET
- See Also:
- Constant Field Values
CGI_ACCEPT_LANGUAGE
public static final String CGI_ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
CGI_AUTH_TYPE
public static final String CGI_AUTH_TYPE
- See Also:
- Constant Field Values
CGI_AUTHORIZATION
public static final String CGI_AUTHORIZATION
- See Also:
- Constant Field Values
CGI_CONNECTION
public static final String CGI_CONNECTION
- See Also:
- Constant Field Values
CGI_CONTENT_LENGTH
public static final String CGI_CONTENT_LENGTH
- See Also:
- Constant Field Values
CGI_CONTENT_TYPE
public static final String CGI_CONTENT_TYPE
- See Also:
- Constant Field Values
CGI_CONTEXT_PATH
public static final String CGI_CONTEXT_PATH
- See Also:
- Constant Field Values
CGI_GATEWAY_INTERFACE
public static final String CGI_GATEWAY_INTERFACE
- See Also:
- Constant Field Values
CGI_IF_MODIFIED_SINCE
public static final String CGI_IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
CGI_HOST
public static final String CGI_HOST
- See Also:
- Constant Field Values
CGI_PATH_INFO
public static final String CGI_PATH_INFO
- See Also:
- Constant Field Values
CGI_PATH_TRANSLATED
public static final String CGI_PATH_TRANSLATED
- See Also:
- Constant Field Values
CGI_PRAGMA
public static final String CGI_PRAGMA
- See Also:
- Constant Field Values
CGI_PROTOCOL
public static final String CGI_PROTOCOL
- See Also:
- Constant Field Values
CGI_MULTIPART_BOUNDARY
public static final String CGI_MULTIPART_BOUNDARY
- See Also:
- Constant Field Values
CGI_QUERY_STRING
public static final String CGI_QUERY_STRING
- See Also:
- Constant Field Values
CGI_REFERER
public static final String CGI_REFERER
- See Also:
- Constant Field Values
CGI_REMOTE_ADDR
public static final String CGI_REMOTE_ADDR
- See Also:
- Constant Field Values
CGI_REMOTE_HOST
public static final String CGI_REMOTE_HOST
- See Also:
- Constant Field Values
CGI_REMOTE_IDENT
public static final String CGI_REMOTE_IDENT
- See Also:
- Constant Field Values
CGI_REMOTE_USER
public static final String CGI_REMOTE_USER
- See Also:
- Constant Field Values
CGI_REQUEST_METHOD
public static final String CGI_REQUEST_METHOD
- See Also:
- Constant Field Values
CGI_SCRIPT_NAME
public static final String CGI_SCRIPT_NAME
- See Also:
- Constant Field Values
CGI_SERVER_NAME
public static final String CGI_SERVER_NAME
- See Also:
- Constant Field Values
CGI_SERVER_PORT
public static final String CGI_SERVER_PORT
- See Also:
- Constant Field Values
CGI_SERVER_PROTOCOL
public static final String CGI_SERVER_PROTOCOL
- See Also:
- Constant Field Values
CGI_SERVER_SOFTWARE
public static final String CGI_SERVER_SOFTWARE
- See Also:
- Constant Field Values
CGI_UA_COLOR
public static final String CGI_UA_COLOR
- See Also:
- Constant Field Values
CGI_UA_CPU
public static final String CGI_UA_CPU
- See Also:
- Constant Field Values
CGI_UA_OS
public static final String CGI_UA_OS
- See Also:
- Constant Field Values
CGI_UA_PIXELS
public static final String CGI_UA_PIXELS
- See Also:
- Constant Field Values
CGI_URI
public static final String CGI_URI
- See Also:
- Constant Field Values
CGI_URL
public static final String CGI_URL
- See Also:
- Constant Field Values
CGI_SCHEME
public static final String CGI_SCHEME
- See Also:
- Constant Field Values
CGI_USER_AGENT
public static final String CGI_USER_AGENT
- See Also:
- Constant Field Values
CGI_DELETE_METHOD
public static final String CGI_DELETE_METHOD
- See Also:
- Constant Field Values
CGI_GET_METHOD
public static final String CGI_GET_METHOD
- See Also:
- Constant Field Values
CGI_HEAD_METHOD
public static final String CGI_HEAD_METHOD
- See Also:
- Constant Field Values
CGI_POST_METHOD
public static final String CGI_POST_METHOD
- See Also:
- Constant Field Values
CGI_PUT_METHOD
public static final String CGI_PUT_METHOD
- See Also:
- Constant Field Values
CGI_TRACE_METHOD
public static final String CGI_TRACE_METHOD
- See Also:
- Constant Field Values
CGI_SERVLET_SESSION
public static final String CGI_SERVLET_SESSION
- See Also:
- Constant Field Values