org.apache.sling.engine.impl.request
Class RequestHistoryConsolePlugin
java.lang.Object
org.apache.sling.engine.impl.request.RequestHistoryConsolePlugin
public class RequestHistoryConsolePlugin
- extends java.lang.Object
Felix OSGi console plugin that displays info about recent requests processed
by Sling. Info about all requests can be found in the logs, but this is
useful when testing or explaining things.
|
Method Summary |
static void |
destroyPlugin()
|
static void |
initPlugin(org.osgi.framework.BundleContext context,
int maxRequests)
|
static void |
recordRequest(org.apache.sling.api.SlingHttpServletRequest r)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABEL
public static final java.lang.String LABEL
- See Also:
- Constant Field Values
INDEX
public static final java.lang.String INDEX
- See Also:
- Constant Field Values
CLEAR
public static final java.lang.String CLEAR
- See Also:
- Constant Field Values
STORED_REQUESTS_COUNT
public static final int STORED_REQUESTS_COUNT
- See Also:
- Constant Field Values
recordRequest
public static void recordRequest(org.apache.sling.api.SlingHttpServletRequest r)
initPlugin
public static void initPlugin(org.osgi.framework.BundleContext context,
int maxRequests)
destroyPlugin
public static void destroyPlugin()
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.