Class InfoResource

java.lang.Object
com.saperion.rs.RestService
com.saperion.rs.common.InfoResource

@Path("/check/info") public class InfoResource extends RestService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    get(boolean reload, jakarta.ws.rs.core.UriInfo info, jakarta.servlet.http.HttpServletRequest request)
     
    jakarta.ws.rs.core.Response
    head(jakarta.ws.rs.core.UriInfo info, jakarta.servlet.http.HttpServletRequest request)
     

    Methods inherited from class com.saperion.rs.RestService

    checkConnection, getConnection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • InfoResource

      public InfoResource()
  • Method Details

    • head

      @HEAD public jakarta.ws.rs.core.Response head(@Context jakarta.ws.rs.core.UriInfo info, @Context jakarta.servlet.http.HttpServletRequest request) throws IOException
      Throws:
      IOException
    • get

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