@Path(value="/") public class RootResourceV1 extends RootResourceSupport
| Constructor and Description |
|---|
RootResourceV1() |
| Modifier and Type | Method and Description |
|---|---|
AdminResourceV1 |
getAdminResource() |
ClientResourceV1 |
getClientResource() |
javax.ws.rs.core.UriInfo |
getUriInfo() |
Thymeleaf |
getWelcome() |
javax.ws.rs.core.Response |
healthCheck$GET() |
apple_touch_icon_png, apple_touch_icon_precomposed_png, managerStatus, renderCSS, renderGIFs, renderHtml, renderICOs, renderJavaScript, renderPDFs, renderPNGs, renderText, renderTXTs, trafficbasedsspsitemap_xmlpublic RootResourceV1()
throws java.lang.Exception
java.lang.Exceptionpublic javax.ws.rs.core.UriInfo getUriInfo()
getUriInfo in class RootResourceSupport@GET @Produces(value="text/html") public Thymeleaf getWelcome() throws java.lang.Exception
java.lang.Exception@GET @Path(value="/ping") @Produces(value="text/html") public javax.ws.rs.core.Response healthCheck$GET()
@Path(value="/api/v1/client") public ClientResourceV1 getClientResource() throws java.lang.Exception
java.lang.Exception@Path(value="/api/v1/admin") public AdminResourceV1 getAdminResource() throws java.lang.Exception
java.lang.Exception