Class WelcomeResource

    • Constructor Detail

      • WelcomeResource

        public WelcomeResource()
    • Method Detail

      • get

        @GET
        @Produces("text/html")
        public javax.ws.rs.core.Response get​(@QueryParam("reload")
                                             boolean reload,
                                             @Context
                                             javax.ws.rs.core.UriInfo info)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getWebServices

        @GET
        @Path("webservices")
        @Produces("text/html")
        public javax.ws.rs.core.Response getWebServices​(@QueryParam("reload")
                                                        boolean reload,
                                                        @Context
                                                        javax.ws.rs.core.UriInfo info)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException