org.apache.sling.commons.log.internal.slf4j
Class SlingLogPanel

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.sling.commons.log.internal.slf4j.SlingLogPanel
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SlingLogPanel
extends javax.servlet.http.HttpServlet

The SlingLogPanel is a Felix Web Console plugin to display the current active log bundle configuration.

In future revisions of this plugin, the configuration may probably even be modified through this panel.

See Also:
Serialized Form

Constructor Summary
SlingLogPanel()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
static void registerPanel(org.osgi.framework.BundleContext ctx)
           
static void unregisterPanel()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingLogPanel

public SlingLogPanel()
Method Detail

registerPanel

public static void registerPanel(org.osgi.framework.BundleContext ctx)

unregisterPanel

public static void unregisterPanel()

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
IOException


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.