Uses of Class
io.vertigo.vega.webservice.stereotype.SessionLess
-
Packages that use SessionLess Package Description io.vertigo.vega.engines.webservice.cmd io.vertigo.vega.impl.webservice.catalog io.vertigo.vega.impl.webservice.healthcheck -
-
Uses of SessionLess in io.vertigo.vega.engines.webservice.cmd
Methods in io.vertigo.vega.engines.webservice.cmd with annotations of type SessionLess Modifier and Type Method Description List<io.vertigo.core.analytics.health.HealthCheck>ComponentCmdWebServices. healthcheck()Healthcheck WebService. -
Uses of SessionLess in io.vertigo.vega.impl.webservice.catalog
Methods in io.vertigo.vega.impl.webservice.catalog with annotations of type SessionLess Modifier and Type Method Description Map<String,Object>SwaggerWebServices. getSwapperApi(javax.servlet.http.HttpServletRequest request)voidSwaggerWebServices. getSwapperUi(String resourcePathUrl, String resourceUrl, javax.servlet.http.HttpServletResponse response)Return a swagger static resources.voidSwaggerWebServices. getSwapperUi(String resourceUrl, javax.servlet.http.HttpServletResponse response)Return a swagger static resources.voidSwaggerWebServices. getSwapperUi(javax.servlet.http.HttpServletResponse response)Redirect to index.html.voidSwaggerWebServices. getSwapperUiEmpty(javax.servlet.http.HttpServletResponse response)Redirect to index.html.List<String>CatalogWebServices. publishCatalog() -
Uses of SessionLess in io.vertigo.vega.impl.webservice.healthcheck
Methods in io.vertigo.vega.impl.webservice.healthcheck with annotations of type SessionLess Modifier and Type Method Description List<io.vertigo.core.analytics.health.HealthCheck>HealthcheckWebServices. completeHealthcheck()Complete node healthcheck WebService.StringHealthcheckWebServices. healthcheck()Healthcheck WebService.
-