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 TypeClassDescriptionclassProvides 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.classService implementation for receiving and persisting data from HTTP requests.classA meta-service that routes requests based on the HTTP Method.classRoutes requests between multiples services based on the request URL.classService implementation for retrieving and returning data in response to HTTP requests.classConvenience service for executing simple SQL updates like delete or update.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 TypeMethodDescriptionvoidSet the service to handle DELETE requestsvoidSet the service to handle GET requestsvoidSet the service to handle POST requestsvoidSet 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 aServicefor the request.Returns aServicefor the request and path.ServiceLoader.get(javax.servlet.http.HttpServletRequest request) Returns aServicefor theHttpServletRequestReturns aServicefor theHttpServletRequest