Class RootService

  • All Implemented Interfaces:
    jakarta.ws.rs.container.ContainerRequestFilter

    @Path("/")
    @Singleton
    public final class RootService
    extends Object
    implements jakarta.ws.rs.container.ContainerRequestFilter
    • Field Detail

      • logger

        public static final Logger logger
      • DEBUG

        private static final boolean DEBUG
      • helper

        private final Helper helper
      • httpServletRequest

        @Context
        private jakarta.servlet.http.HttpServletRequest httpServletRequest
    • Constructor Detail

      • RootService

        public RootService()
    • Method Detail

      • info

        @GET
        @Produces("text/html")
        public String info​(@Context
                           jakarta.ws.rs.core.UriInfo uriInfo)
      • filter

        public void filter​(jakarta.ws.rs.container.ContainerRequestContext requestContext)
                    throws IOException
        Specified by:
        filter in interface jakarta.ws.rs.container.ContainerRequestFilter
        Throws:
        IOException