Uses of Class
name.martingeisse.grumpyrest.RestApi
Packages that use RestApi
-
Uses of RestApi in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest that return RestApiModifier and TypeMethodDescriptionRequestCycle.getApi()Getter method for theRestApithat handles the requestConstructors in name.martingeisse.grumpyrest with parameters of type RestApiModifierConstructorDescriptionRequestCycle(RestApi api, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, RequestPathSourcingStrategy requestPathSourcingStrategy) NOT PUBLIC API -
Uses of RestApi in name.martingeisse.grumpyrest.servlet
Constructors in name.martingeisse.grumpyrest.servlet with parameters of type RestApiModifierConstructorDescriptionRestServlet(RestApi api, RequestPathSourcingStrategy requestPathSourcingStrategy) Constructor.