Package com.saperion.rs.common
Class WelcomeResource
- java.lang.Object
-
- com.saperion.rs.RestService
-
- com.saperion.rs.common.AbstractFreemarkerResource
-
- com.saperion.rs.common.WelcomeResource
-
@Path("/view") public class WelcomeResource extends AbstractFreemarkerResource
-
-
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 Constructor Description WelcomeResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
get(boolean reload, javax.ws.rs.core.UriInfo info)
javax.ws.rs.core.Response
getWebServices(boolean reload, javax.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
-
-
-
-
Method Detail
-
get
@GET @Produces("text/html") public javax.ws.rs.core.Response get(@QueryParam("reload") boolean reload, @Context javax.ws.rs.core.UriInfo info) throws java.io.IOException
- Throws:
java.io.IOException
-
getWebServices
@GET @Path("webservices") @Produces("text/html") public javax.ws.rs.core.Response getWebServices(@QueryParam("reload") boolean reload, @Context javax.ws.rs.core.UriInfo info) throws java.io.IOException
- Throws:
java.io.IOException
-
-