Class ViewService


  • @Path("")
    public class ViewService
    extends Object
    • Field Detail

      • longVersion

        public static final String longVersion
    • Constructor Detail

      • ViewService

        public ViewService()
    • Method Detail

      • dashboard

        @GET
        @Path("/dashboard")
        @Produces("text/html")
        public void dashboard​(@Context
                              jakarta.servlet.http.HttpServletResponse response,
                              @Context
                              jakarta.servlet.http.HttpServletRequest request)
                       throws jakarta.servlet.ServletException,
                              IOException
        Throws:
        jakarta.servlet.ServletException
        IOException