Package com.netscape.certsrv.base
Annotation Interface WebAction
Implement basic routing for REST APIs
If a servlet extends PKIServlet this annotation can specify the method to use for handle a
specific REST API. It has two parameter associating the HTTP operation and the path to be
handled by this method. The paths are relative and inside the servlet context.
- Author:
- Marco Fargetta <mfargett@redhat.com>
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
method
PKIServlet.HttpMethod method -
paths
String[] paths
-