ActiveWeb - the agile java framework
-
Name of action to which a route is mapped in the underscore format.
Specifies that this route is mapped to HTTP DELETE method.
Specifies that this route is mapped to HTTP GET method.
Specifies that this route is mapped to HTTP OPTIONS method.
Specifies that this route is mapped to HTTP PATCH method.
Specifies that this route is mapped to HTTP POST method.
Specifies that this route is mapped to HTTP PUT method.
RouteBuilder.to(Class<T> controllerClass)
Allows to wire a route to a controller.