src/java/de/uapcore/lightpit/RequestMapping.java

changeset 18
a94b172c3a93
parent 11
737ab27e37b3
child 24
8137ec335416
equal deleted inserted replaced
17:d1036b776eee 18:a94b172c3a93
57 * Specifies the request path relative to the module path. 57 * Specifies the request path relative to the module path.
58 * 58 *
59 * If a menu key is specified, this is also the path, which is linked 59 * If a menu key is specified, this is also the path, which is linked
60 * by the menu entry. 60 * by the menu entry.
61 * 61 *
62 * The path must be specified <em>without</em> a trailing slash. 62 * The path must be specified <em>without</em> leading and trailing slash.
63 * 63 *
64 * @return the request path the annotated method should handle 64 * @return the request path the annotated method should handle
65 */ 65 */
66 String requestPath() default ""; 66 String requestPath() default "";
67 67

mercurial