public class EnvironmentKeys extends Object
Environment
attributes.Environment
Modifier and Type | Field and Description |
---|---|
static String |
BASE_URL
The first segement of the servlet path (scope:
Scope.REQUEST ) |
static String |
DEFAULT_PATH
The default path which points to the login page (scope:
Scope.REQUEST ) |
static String |
EXECUTE_PATH
The actual execute path (scope:
Scope.REQUEST ) |
static String |
EXPLICIT_FORMAT
Whether or not the output format (and optionally the type) has been explicitly set in the URL
|
static String |
JAR_INFO_MAP
FIXME wrong place for this!
|
static String |
JSP_URL_PARAMETERS |
static String |
PATH_INFO
|
static String |
PREVIOUS_PATH
The servlet path of the previous
HttpServletRequest (scope: Scope.SESSION ) |
static String |
QUERY_STRING
The query String as returned by
HttpServletRequest.getQueryString() (scope: Scope.REQUEST ) |
static String |
RENDER
A
Boolean defining if the template should render some HTML (scope: Scope.REQUEST ) |
static String |
SERVLETPATH
The original servlet path as returned by
HttpServletRequest.getServletPath() (scope:
Scope.REQUEST ) |
static String |
SESSION_PARAMS
FIXME wrong place for this!
|
public static final String BASE_URL
Scope.REQUEST
)public static final String SERVLETPATH
HttpServletRequest.getServletPath()
(scope:
Scope.REQUEST
)public static final String SESSION_PARAMS
public static final String EXECUTE_PATH
Scope.REQUEST
)public static final String DEFAULT_PATH
Scope.REQUEST
)public static final String JAR_INFO_MAP
public static final String EXPLICIT_FORMAT
public static final String PATH_INFO
public static final String JSP_URL_PARAMETERS
public static final String PREVIOUS_PATH
HttpServletRequest
(scope: Scope.SESSION
)public static final String QUERY_STRING
HttpServletRequest.getQueryString()
(scope: Scope.REQUEST
)public static final String RENDER
Boolean
defining if the template should render some HTML (scope: Scope.REQUEST
)Copyright © 2011–2020 aiticon GmbH. All rights reserved.