src/main/java/de/uapcore/lightpit/Constants.java

changeset 86
0a658e53177c
parent 78
bb4c52bf3439
child 96
b7b685f31e39
equal deleted inserted replaced
85:3d16ad54b3dc 86:0a658e53177c
90 * Key for the name of the page which should be rendered. 90 * Key for the name of the page which should be rendered.
91 */ 91 */
92 public static final String REQ_ATTR_CONTENT_PAGE = fqn(AbstractLightPITServlet.class, "content-page"); 92 public static final String REQ_ATTR_CONTENT_PAGE = fqn(AbstractLightPITServlet.class, "content-page");
93 93
94 /** 94 /**
95 * Key for the view model object (the type depends on the rendered site).
96 */
97 public static final String REQ_ATTR_VIEWMODEL = "viewmodel";
98
99 /**
95 * Key for the name of the additional stylesheet used by a module. 100 * Key for the name of the additional stylesheet used by a module.
96 */ 101 */
97 public static final String REQ_ATTR_STYLESHEET = fqn(AbstractLightPITServlet.class, "extraCss"); 102 public static final String REQ_ATTR_STYLESHEET = fqn(AbstractLightPITServlet.class, "extraCss");
98 103
99 /** 104 /**

mercurial