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

changeset 96
b7b685f31e39
parent 86
0a658e53177c
child 109
2e0669e814ff
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Sun Jun 21 12:38:15 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Sat Aug 22 16:25:03 2020 +0200
     1.3 @@ -72,9 +72,9 @@
     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 +     * Key for the request attribute containing the navigation menu.
     1.9       */
    1.10 -    public static final String REQ_ATTR_BREADCRUMBS = fqn(AbstractLightPITServlet.class, "breadcrumbs");
    1.11 +    public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu");
    1.12  
    1.13      /**
    1.14       * Key for the request attribute containing the base href.

mercurial