Skip to content

Navigator Panel

Alessandro Falappa edited this page Aug 30, 2018 · 2 revisions

The plugin adds a panel to NetBeans Navigator view showing the URL mappings of a @Controller / @RestController annotated class. The panel can be found after the Members one in the Navigator view top combo box.

Clicking on a row of the mappings table moves the cursor to the corresponding handler method and moves the focus to the editor window.

URLs are computed taking also into account the base path of an optional @RequestMapping annotation on the class. As you can see from the screenshot also the new Spring 4.3 composed annotations are supported.

Clone this wiki locally