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

changeset 96
b7b685f31e39
parent 86
0a658e53177c
child 109
2e0669e814ff
equal deleted inserted replaced
95:0552cc5755f3 96:b7b685f31e39
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 breadcrumb menu. 75 * Key for the request attribute containing the navigation menu.
76 */ 76 */
77 public static final String REQ_ATTR_BREADCRUMBS = fqn(AbstractLightPITServlet.class, "breadcrumbs"); 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.
81 */ 81 */
82 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href"); 82 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href");

mercurial