66 * Key for the request attribute containing the menu list. |
66 * Key for the request attribute containing the menu list. |
67 */ |
67 */ |
68 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu"); |
68 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu"); |
69 |
69 |
70 /** |
70 /** |
|
71 * Key for the request attribute containing the breadcrumb menu. |
|
72 */ |
|
73 public static final String REQ_ATTR_BREADCRUMBS = fqn(AbstractLightPITServlet.class, "breadcrumbs"); |
|
74 |
|
75 /** |
71 * Key for the request attribute containing the base href. |
76 * Key for the request attribute containing the base href. |
72 */ |
77 */ |
73 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href"); |
78 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href"); |
74 |
79 |
75 /** |
80 /** |