Package com.saperion.rs.common
Class InfoResource
java.lang.Object
com.saperion.rs.RestService
com.saperion.rs.common.InfoResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.saperion.rs.RestService
checkConnection, getConnection
-
Field Details
-
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
-