public class RequestHistoryConsolePlugin
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR |
static String |
INDEX |
static String |
LABEL |
static int |
STORED_REQUESTS_COUNT |
| Constructor and Description |
|---|
RequestHistoryConsolePlugin(org.apache.sling.engine.impl.SlingMainServlet.Config config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deactivate() |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static void |
recordRequest(org.apache.sling.api.SlingHttpServletRequest r) |
protected void |
update(org.apache.sling.engine.impl.SlingMainServlet.Config config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String LABEL
public static final String INDEX
public static final String CLEAR
public static final int STORED_REQUESTS_COUNT
public RequestHistoryConsolePlugin(org.apache.sling.engine.impl.SlingMainServlet.Config config)
protected void update(org.apache.sling.engine.impl.SlingMainServlet.Config config)
protected void deactivate()
public static void recordRequest(org.apache.sling.api.SlingHttpServletRequest r)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doPost in class javax.servlet.http.HttpServletIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.