Uses of Interface
com.invirgance.convirgance.web.service.Service
Packages that use Service
Package
Description
Core web service implementations.
Provides servlet components and service management utilities for web
applications.
-
Uses of Service in com.invirgance.convirgance.web.service
Classes in com.invirgance.convirgance.web.service that implement ServiceModifier and TypeClassDescriptionclass
Provides a Hypermedia view for a resource, including handling of REST-like calls routed through verbs to account for only GET/POST being supported by HTML forms.class
Service implementation for receiving and persisting data from HTTP requests.class
A meta-service that routes requests based on the HTTP Method.class
Routes requests between multiples services based on the request URL.class
Service implementation for retrieving and returning data in response to HTTP requests.Methods in com.invirgance.convirgance.web.service that return ServiceModifier and TypeMethodDescriptionRESTService.getDELETE()
The service handling the DELETE requestRESTService.getDestinationService
(HttpRequest request) Routable.getDestinationService
(HttpRequest request) Obtain the service that will handle this request.RoutedService.getDestinationService
(HttpRequest request) RESTService.getGET()
The service handling the GET requestRESTService.getPOST()
The service handling the POST requestRESTService.getPUT()
The service handling the PUT requestRESTService.getService
(String method) Obtain the service handling the given methodMethods in com.invirgance.convirgance.web.service that return types with arguments of type ServiceModifier and TypeMethodDescriptionRoutedService.getRoutes()
The list of paths for routing and the service configured to handle each route.Methods in com.invirgance.convirgance.web.service with parameters of type ServiceModifier and TypeMethodDescriptionvoid
Set the service to handle DELETE requestsvoid
Set the service to handle GET requestsvoid
Set the service to handle POST requestsvoid
Set the service to handle PUT requestsMethod parameters in com.invirgance.convirgance.web.service with type arguments of type Service -
Uses of Service in com.invirgance.convirgance.web.servlet
Methods in com.invirgance.convirgance.web.servlet that return ServiceModifier and TypeMethodDescriptionServiceLoader.get
(jakarta.servlet.http.HttpServletRequest request) Returns aService
for the request.Returns aService
for the request and path.ServiceLoader.get
(javax.servlet.http.HttpServletRequest request) Returns aService
for theHttpServletRequest
Returns aService
for theHttpServletRequest