Package jetbrains.spring.web
Class JspConstants
- java.lang.Object
-
- jetbrains.spring.web.JspConstants
-
public class JspConstants extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 29.05.2008 Time: 17:45:14
-
-
Field Summary
Fields Modifier and Type Field Description static String
FORWARD_CONTEXT_PATH_ATTR
The request attribute under which the original context path is stored on an forwarded dispatcher request.static String
FORWARD_PATH_INFO_ATTR
The request attribute under which the original path info is stored on an forwarded dispatcher request.static String
FORWARD_QUERY_STRING_ATTR
The request attribute under which the original query string is stored on an forwarded dispatcher request.static String
FORWARD_REQUEST_URI_ATTR
The request attribute under which the original request URI is stored on an forwarded dispatcher request.static String
FORWARD_SERVLET_PATH_ATTR
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.static String
INCLUDE_CONTEXT_PATH_ATTR
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.static String
INCLUDE_PATH_INFO_ATTR
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.static String
INCLUDE_QUERY_STRING_ATTR
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.static String
INCLUDE_REQUEST_URI_ATTR
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.static String
INCLUDE_SERVLET_PATH_ATTR
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.static String
JSP_FILE_ATTR
-
Constructor Summary
Constructors Constructor Description JspConstants()
-
-
-
Field Detail
-
FORWARD_REQUEST_URI_ATTR
public static final String FORWARD_REQUEST_URI_ATTR
The request attribute under which the original request URI is stored on an forwarded dispatcher request.- See Also:
- Constant Field Values
-
FORWARD_CONTEXT_PATH_ATTR
public static final String FORWARD_CONTEXT_PATH_ATTR
The request attribute under which the original context path is stored on an forwarded dispatcher request.- See Also:
- Constant Field Values
-
FORWARD_PATH_INFO_ATTR
public static final String FORWARD_PATH_INFO_ATTR
The request attribute under which the original path info is stored on an forwarded dispatcher request.- See Also:
- Constant Field Values
-
FORWARD_SERVLET_PATH_ATTR
public static final String FORWARD_SERVLET_PATH_ATTR
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.- See Also:
- Constant Field Values
-
FORWARD_QUERY_STRING_ATTR
public static final String FORWARD_QUERY_STRING_ATTR
The request attribute under which the original query string is stored on an forwarded dispatcher request.- See Also:
- Constant Field Values
-
INCLUDE_REQUEST_URI_ATTR
public static final String INCLUDE_REQUEST_URI_ATTR
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.- See Also:
- Constant Field Values
-
INCLUDE_CONTEXT_PATH_ATTR
public static final String INCLUDE_CONTEXT_PATH_ATTR
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.- See Also:
- Constant Field Values
-
INCLUDE_PATH_INFO_ATTR
public static final String INCLUDE_PATH_INFO_ATTR
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.- See Also:
- Constant Field Values
-
INCLUDE_SERVLET_PATH_ATTR
public static final String INCLUDE_SERVLET_PATH_ATTR
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.- See Also:
- Constant Field Values
-
INCLUDE_QUERY_STRING_ATTR
public static final String INCLUDE_QUERY_STRING_ATTR
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.- See Also:
- Constant Field Values
-
JSP_FILE_ATTR
public static final String JSP_FILE_ATTR
- See Also:
- Constant Field Values
-
-