com.day.cq.audit.console
Class AuditLogRender
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.felix.webconsole.AbstractWebConsolePlugin
com.day.cq.audit.console.AuditLogRender
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class AuditLogRender
- extends org.apache.felix.webconsole.AbstractWebConsolePlugin
This is just a hack implementation to be able to see the audit log in the browser
- See Also:
- Serialized Form
| Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin |
ATTR_FILEUPLOAD |
|
Method Summary |
protected void |
activate(org.osgi.service.component.ComponentContext context)
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
|
String |
getLabel()
|
String |
getTitle()
|
protected void |
renderContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin |
activate, deactivate, doGet, endResponse, getBundleContext, getParameter, getServletName, renderTopNavigation, startResponse |
| 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 |
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
auditLog
protected AuditLog auditLog
AuditLogRender
public AuditLogRender()
getLabel
public String getLabel()
- Specified by:
getLabel in class org.apache.felix.webconsole.AbstractWebConsolePlugin
- See Also:
AbstractWebConsolePlugin.getLabel()
getTitle
public String getTitle()
- Specified by:
getTitle in class org.apache.felix.webconsole.AbstractWebConsolePlugin
- See Also:
AbstractWebConsolePlugin.getTitle()
activate
protected void activate(org.osgi.service.component.ComponentContext context)
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context)
renderContent
protected void renderContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
renderContent in class org.apache.felix.webconsole.AbstractWebConsolePlugin
- Throws:
javax.servlet.ServletException
IOException- See Also:
AbstractWebConsolePlugin.renderContent(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Copyright © 2008 Day Management AG. All Rights Reserved.