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

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

mercurial