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

changeset 71
dca186d3911f
parent 70
821c4950b619
child 74
91d1fc2a3a14
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Tue May 19 19:34:57 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Fri May 22 16:21:31 2020 +0200
     1.3 @@ -68,6 +68,11 @@
     1.4      public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");
     1.5  
     1.6      /**
     1.7 +     * Key for the request attribute containing the breadcrumb menu.
     1.8 +     */
     1.9 +    public static final String REQ_ATTR_BREADCRUMBS = fqn(AbstractLightPITServlet.class, "breadcrumbs");
    1.10 +
    1.11 +    /**
    1.12       * Key for the request attribute containing the base href.
    1.13       */
    1.14      public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href");

mercurial