Package com.saperion.rs.common
Class WelcomeResource
java.lang.Object
com.saperion.rs.RestService
com.saperion.rs.common.AbstractFreemarkerResource
com.saperion.rs.common.WelcomeResource
-
Field Summary
Fields inherited from class com.saperion.rs.common.AbstractFreemarkerResource
autoRefresh, HTML_ENCODING, refreshTimeout, UTF8_ENCODING, UTIL
Fields inherited from class com.saperion.rs.RestService
LOGGER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
get
(boolean reload, jakarta.ws.rs.core.UriInfo info) jakarta.ws.rs.core.Response
getWebServices
(boolean reload, jakarta.ws.rs.core.UriInfo info) Methods inherited from class com.saperion.rs.common.AbstractFreemarkerResource
createResponseBuilder, returnAsHtml, returnGeneric, returnGeneric
Methods inherited from class com.saperion.rs.RestService
checkConnection, getConnection
-
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
-