src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 205
7725a79416f3
parent 198
94f174d591ab
child 207
479dd7993ef9
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Sun Aug 01 18:14:36 2021 +0200
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Sun Aug 01 18:56:28 2021 +0200
     1.3 @@ -72,6 +72,11 @@
     1.4      const val REQ_ATTR_PATH = "requestPath"
     1.5  
     1.6      /**
     1.7 +     * Key for the optional custom page title.
     1.8 +     */
     1.9 +    const val REQ_ATTR_PAGE_TITLE = "pageTitle"
    1.10 +
    1.11 +    /**
    1.12       * Key for the name of the page which should be rendered.
    1.13       */
    1.14      const val REQ_ATTR_CONTENT_PAGE = "contentPage"

mercurial