src/main/java/de/uapcore/lightpit/Constants.java

changeset 109
2e0669e814ff
parent 96
b7b685f31e39
child 145
6d2d69fd1c12
equal deleted inserted replaced
108:6657dad897ea 109:2e0669e814ff
70 * Key for the request attribute containing the menu list. 70 * Key for the request attribute containing the menu list.
71 */ 71 */
72 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu"); 72 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");
73 73
74 /** 74 /**
75 * Key for the request attribute containing the navigation menu. 75 * Key for the request attribute containing the optional navigation menu jsp.
76 */ 76 */
77 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu"); 77 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu");
78 78
79 /** 79 /**
80 * Key for the request attribute containing the base href. 80 * Key for the request attribute containing the base href.

mercurial