46 * Base name of the module specific resource bundle. |
46 * Base name of the module specific resource bundle. |
47 * |
47 * |
48 * @return a base name suitable for the JSTL tag 'setBundle'. |
48 * @return a base name suitable for the JSTL tag 'setBundle'. |
49 */ |
49 */ |
50 String bundleBaseName(); |
50 String bundleBaseName(); |
51 |
|
52 /** |
|
53 * An array of required modules, identified by the string representation of |
|
54 * their class names. |
|
55 * |
|
56 * @return an array of class names of required modules |
|
57 */ |
|
58 String[] requires() default {}; |
|
59 |
51 |
60 /** |
52 /** |
61 * The path for this module, which will also be used for the menu entry. |
53 * The path for this module, which will also be used for the menu entry. |
62 * <p> |
54 * <p> |
63 * This path must adhere to the URL pattern of the Servlet but must not |
55 * This path must adhere to the URL pattern of the Servlet but must not |