Field Summary |
|
final public static String | ALERT The attribute name that contains the alert passed from
another request
org.zkoss.web.servlet.http.Https.sendRedirect . |
final public static String | ALERT_TYPE Denote the type of
Attributes.ALERT . |
final public static String | ARG The attribute used to pass parameters from the caller that invokes
Servlets.include() or Servlets.forward()
with
org.zkoss.web.servlet.Servlets.PASS_THRU_ATTR . |
final public static String | ERROR_EXCEPTION The attribute to hold the exception, if any. |
final public static String | FORWARD_CONTEXT_PATH The original context path that forwards this page; set by the servlet container. |
final public static String | FORWARD_PATH_INFO The original servlet path that forwards this page; set by the servlet container. |
final public static String | FORWARD_QUERY_STRING The original servlet path that forwards this page; set by the servlet container. |
final public static String | FORWARD_REQUEST_URI The original request URI that forwards this page; set by the servlet container. |
final public static String | FORWARD_SERVLET_PATH The original servlet path that forwards this page; set by the servlet container. |
final public static String | INCLUDE_CONTEXT_PATH The included context path; set by the servlet container. |
final public static String | INCLUDE_PATH_INFO The included servlet path; set by the servlet container. |
final public static String | INCLUDE_QUERY_STRING The included servlet path; set by the servlet container. |
final public static String | INCLUDE_REQUEST_URI The included request URI; set by the servlet container. |
final public static String | INCLUDE_SERVLET_PATH The included servlet path; set by the servlet container. |
final public static String | J_DOMAIN "j_domain" as part of the j_check_security request. |
final public static String | J_REMEMBER_ME "j_remember_me" as part of the j_check_security request. |
final public static String | PREFERRED_LOCALE The attribute used to store the preferred locale (Locale) in a session. |
final public static String | PREFERRED_TIME_ZONE The attribute used to store the preferred time zone (TimeZone) in a session. |
final public static String | TITLE The title (String) of a servlet or a portal. |