65 * Key for the request attribute containing the resource bundle name. |
65 * Key for the request attribute containing the resource bundle name. |
66 */ |
66 */ |
67 public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName"); |
67 public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName"); |
68 |
68 |
69 /** |
69 /** |
70 * Key for the request attribute containing the menu list. |
|
71 */ |
|
72 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu"); |
|
73 |
|
74 /** |
|
75 * Key for the request attribute containing the optional navigation menu jsp. |
70 * Key for the request attribute containing the optional navigation menu jsp. |
76 */ |
71 */ |
77 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu"); |
72 public static final String REQ_ATTR_NAVIGATION = fqn(AbstractLightPITServlet.class, "navMenu"); |
78 |
73 |
79 /** |
74 /** |