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

changeset 311
bf67e0ff7131
parent 207
479dd7993ef9
equal deleted inserted replaced
310:bbf4eb9a71f8 311:bf67e0ff7131
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 /**
70 * Key for the request attribute containing the full path information (servlet path + path info). 65 * Key for the request attribute containing the full path information (servlet path + path info).
71 */ 66 */
72 const val REQ_ATTR_PATH = "requestPath" 67 const val REQ_ATTR_PATH = "requestPath"
73 68
74 /** 69 /**

mercurial