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

changeset 71
dca186d3911f
parent 70
821c4950b619
child 74
91d1fc2a3a14
equal deleted inserted replaced
70:821c4950b619 71:dca186d3911f
66 * Key for the request attribute containing the menu list. 66 * Key for the request attribute containing the menu list.
67 */ 67 */
68 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu"); 68 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");
69 69
70 /** 70 /**
71 * Key for the request attribute containing the breadcrumb menu.
72 */
73 public static final String REQ_ATTR_BREADCRUMBS = fqn(AbstractLightPITServlet.class, "breadcrumbs");
74
75 /**
71 * Key for the request attribute containing the base href. 76 * Key for the request attribute containing the base href.
72 */ 77 */
73 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href"); 78 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href");
74 79
75 /** 80 /**

mercurial