@Service(value=javax.servlet.Servlet.class)
@Properties(value={@Property(name="service.description",value="Apache Sling Health Check Web Console Plugin"),@Property(name="felix.webconsole.label",value="healthcheck"),@Property(name="felix.webconsole.title",value="Sling Health Check"),@Property(name="felix.webconsole.category",value="Sling"),@Property(name="felix.webconsole.css",value="/healthcheck/res/ui/healthcheck.css")})
public class HealthCheckWebconsolePlugin
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
CATEGORY |
static String |
LABEL |
static String |
PARAM_COMBINE_TAGS_WITH_OR |
static String |
PARAM_DEBUG |
static String |
PARAM_FORCE_INSTANT_EXECUTION |
static String |
PARAM_OVERRIDE_GLOBAL_TIMEOUT |
static String |
PARAM_QUIET |
static String |
PARAM_TAGS |
static String |
TITLE |
Constructor and Description |
---|
HealthCheckWebconsolePlugin() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static final String TITLE
public static final String LABEL
public static final String CATEGORY
public static final String PARAM_TAGS
public static final String PARAM_DEBUG
public static final String PARAM_QUIET
public static final String PARAM_FORCE_INSTANT_EXECUTION
public static final String PARAM_COMBINE_TAGS_WITH_OR
public static final String PARAM_OVERRIDE_GLOBAL_TIMEOUT
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.