Package nl.gx.webmanager.springmvc
Class SpringMvcConstants
- java.lang.Object
-
- nl.gx.webmanager.springmvc.SpringMvcConstants
-
public class SpringMvcConstants extends Object
general constants used for the SpringMvc package.- Author:
- johntd
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSP_DIRS_KEY
Key for the request attribute holding a string array of directories to be checked in sequence form jsp rendering.static String
VIEW_COMPONENTID_SEPARATOR
seperator string for componentId and viewname.static String
WM_BASE_DIR_KEY
Key for the request attribute holding the applciation rootdir for jsp rendering.
-
Constructor Summary
Constructors Constructor Description SpringMvcConstants()
-
-
-
Field Detail
-
WM_BASE_DIR_KEY
public static final String WM_BASE_DIR_KEY
Key for the request attribute holding the applciation rootdir for jsp rendering.- See Also:
- Constant Field Values
-
JSP_DIRS_KEY
public static final String JSP_DIRS_KEY
Key for the request attribute holding a string array of directories to be checked in sequence form jsp rendering.- See Also:
- Constant Field Values
-
VIEW_COMPONENTID_SEPARATOR
public static final String VIEW_COMPONENTID_SEPARATOR
seperator string for componentId and viewname.- See Also:
- Constant Field Values
-
-