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