Package oracle.dbtools.plugin.api.http.annotations

Annotations to describe what URL patterns and HTTP methods a HttpServlet support.

The annotations in this package provide capabilities analagous to those provided by the web.xml in a conventional JEE web application. In contrast to web.xml these annotations facilitate the discovery of what URL patterns are available at run-time.

Author:
cdivilly
See Also:
Dispatches