Uses of Package
io.vertigo.vega.webservice.stereotype
-
Packages that use io.vertigo.vega.webservice.stereotype Package Description io.vertigo.vega.engines.webservice.cmd io.vertigo.vega.impl.webservice.catalog io.vertigo.vega.impl.webservice.healthcheck -
Classes in io.vertigo.vega.webservice.stereotype used by io.vertigo.vega.engines.webservice.cmd Class Description AnonymousAccessAllowed Accept anonymous access.GET Indicates that the annotated method responds to HTTP GET requests.PathParam Bind the value of a path sub-element to the annotated parameter.SessionLess No session access.It's means "No HTTP Session was created". -
Classes in io.vertigo.vega.webservice.stereotype used by io.vertigo.vega.impl.webservice.catalog Class Description AnonymousAccessAllowed Accept anonymous access.GET Indicates that the annotated method responds to HTTP GET requests.PathParam Bind the value of a path sub-element to the annotated parameter.SessionLess No session access.It's means "No HTTP Session was created". -
Classes in io.vertigo.vega.webservice.stereotype used by io.vertigo.vega.impl.webservice.healthcheck Class Description AnonymousAccessAllowed Accept anonymous access.GET Indicates that the annotated method responds to HTTP GET requests.PathPrefix Route path prefix.SessionLess No session access.It's means "No HTTP Session was created".