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 navigation menu. |
75 * Key for the request attribute containing the optional navigation menu jsp. |
76 */ |
76 */ |
77 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu"); |
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. |