@Path(value="/status") @ApplicationScoped public class RestStatusHandler extends Object
This handles the /status URL and outputs information read from the META-INF/MANIFEST.MF file together
with whatever information injected into it by maps of strings qualified by @RestStatusInfo.
There can be any number of such maps (including none) and all of them will be included in the output.
| Constructor and Description |
|---|
RestStatusHandler() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
status(javax.servlet.ServletContext servletContext) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.