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

changeset 205
7725a79416f3
parent 198
94f174d591ab
child 207
479dd7993ef9
equal deleted inserted replaced
204:54c612612c69 205:7725a79416f3
70 * 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).
71 */ 71 */
72 const val REQ_ATTR_PATH = "requestPath" 72 const val REQ_ATTR_PATH = "requestPath"
73 73
74 /** 74 /**
75 * Key for the optional custom page title.
76 */
77 const val REQ_ATTR_PAGE_TITLE = "pageTitle"
78
79 /**
75 * Key for the name of the page which should be rendered. 80 * Key for the name of the page which should be rendered.
76 */ 81 */
77 const val REQ_ATTR_CONTENT_PAGE = "contentPage" 82 const val REQ_ATTR_CONTENT_PAGE = "contentPage"
78 83
79 /** 84 /**

mercurial