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

changeset 198
94f174d591ab
parent 184
e8eecee6aadf
child 205
7725a79416f3
equal deleted inserted replaced
197:0a2ad22ac656 198:94f174d591ab
60 * Key for the request attribute containing the base href. 60 * Key for the request attribute containing the base href.
61 */ 61 */
62 const val REQ_ATTR_BASE_HREF = "base_href" 62 const val REQ_ATTR_BASE_HREF = "base_href"
63 63
64 /** 64 /**
65 * Key for the request attribute containing the RSS feed href.
66 */
67 const val REQ_ATTR_FEED_HREF = "feed_href"
68
69 /**
65 * Key for the request attribute containing the full path information (servlet path + path info). 70 * Key for the request attribute containing the full path information (servlet path + path info).
66 */ 71 */
67 const val REQ_ATTR_PATH = "requestPath" 72 const val REQ_ATTR_PATH = "requestPath"
68 73
69 /** 74 /**

mercurial