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 /** |