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 sub menu list. |
|
72 */ |
|
73 public static final String REQ_ATTR_SUB_MENU = fqn(AbstractLightPITServlet.class, "subMenu"); |
|
74 |
|
75 /** |
|
76 * Key for the request attribute containing the base href. |
71 * Key for the request attribute containing the base href. |
77 */ |
72 */ |
78 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href"); |
73 public static final String REQ_ATTR_BASE_HREF = fqn(AbstractLightPITServlet.class, "base_href"); |
79 |
74 |
80 /** |
75 /** |