Class WelcomeResource


@Path("/view") public class WelcomeResource extends AbstractFreemarkerResource
  • Constructor Details

    • WelcomeResource

      public WelcomeResource()
  • Method Details

    • get

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

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