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

changeset 86
0a658e53177c
parent 78
bb4c52bf3439
child 96
b7b685f31e39
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Sat May 30 18:12:38 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Mon Jun 01 14:46:58 2020 +0200
     1.3 @@ -92,6 +92,11 @@
     1.4      public static final String REQ_ATTR_CONTENT_PAGE = fqn(AbstractLightPITServlet.class, "content-page");
     1.5  
     1.6      /**
     1.7 +     * Key for the view model object (the type depends on the rendered site).
     1.8 +     */
     1.9 +    public static final String REQ_ATTR_VIEWMODEL = "viewmodel";
    1.10 +
    1.11 +    /**
    1.12       * Key for the name of the additional stylesheet used by a module.
    1.13       */
    1.14      public static final String REQ_ATTR_STYLESHEET = fqn(AbstractLightPITServlet.class, "extraCss");

mercurial