Module quak.framework.web
Annotation Interface Handle
Annotates a method in a class annotated with
Controller. A method with this annotation handles an HTTP request for a single endpoint.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
path
String path- Returns:
- The URL path.
-
method
RequestMethod method- Returns:
- The HTTP method for this endpoint.
- Default:
GET
-