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, UTILFields inherited from class com.saperion.rs.RestService
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseget(boolean reload, jakarta.ws.rs.core.UriInfo info) jakarta.ws.rs.core.ResponsegetWebServices(boolean reload, jakarta.ws.rs.core.UriInfo info) Methods inherited from class com.saperion.rs.common.AbstractFreemarkerResource
createResponseBuilder, returnAsHtml, returnGeneric, returnGenericMethods 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
-