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

changeset 198
94f174d591ab
parent 184
e8eecee6aadf
child 205
7725a79416f3
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Thu May 13 18:01:56 2021 +0200
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Thu May 13 19:31:09 2021 +0200
     1.3 @@ -62,6 +62,11 @@
     1.4      const val REQ_ATTR_BASE_HREF = "base_href"
     1.5  
     1.6      /**
     1.7 +     * Key for the request attribute containing the RSS feed href.
     1.8 +     */
     1.9 +    const val REQ_ATTR_FEED_HREF = "feed_href"
    1.10 +
    1.11 +    /**
    1.12       * Key for the request attribute containing the full path information (servlet path + path info).
    1.13       */
    1.14      const val REQ_ATTR_PATH = "requestPath"

mercurial