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