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

changeset 145
6d2d69fd1c12
parent 109
2e0669e814ff
equal deleted inserted replaced
144:7e06b75cf1b9 145:6d2d69fd1c12
65 * Key for the request attribute containing the resource bundle name. 65 * Key for the request attribute containing the resource bundle name.
66 */ 66 */
67 public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName"); 67 public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName");
68 68
69 /** 69 /**
70 * Key for the request attribute containing the menu list.
71 */
72 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");
73
74 /**
75 * Key for the request attribute containing the optional navigation menu jsp. 70 * Key for the request attribute containing the optional navigation menu jsp.
76 */ 71 */
77 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu"); 72 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu");
78 73
79 /** 74 /**

mercurial