nl.gx.webmanager.springmvc
Class SpringMvcConstants

java.lang.Object
  extended by nl.gx.webmanager.springmvc.SpringMvcConstants

public class SpringMvcConstants
extends java.lang.Object

general constants used for the SpringMvc package.

Author:
johntd

Field Summary
static java.lang.String JSP_DIRS_KEY
          Key for the request attribute holding a string array of directories to be checked in sequence form jsp rendering.
static java.lang.String VIEW_COMPONENTID_SEPARATOR
          seperator string for componentId and viewname.
static java.lang.String WM_BASE_DIR_KEY
          Key for the request attribute holding the applciation rootdir for jsp rendering.
 
Constructor Summary
SpringMvcConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WM_BASE_DIR_KEY

public static final java.lang.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 java.lang.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 java.lang.String VIEW_COMPONENTID_SEPARATOR
seperator string for componentId and viewname.

See Also:
Constant Field Values
Constructor Detail

SpringMvcConstants

public SpringMvcConstants()


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.