public class LogfileViewerConsolePlugin
extends org.apache.felix.webconsole.AbstractWebConsolePlugin
Constructor and Description |
---|
LogfileViewerConsolePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getCategory() |
String |
getLabel() |
URL |
getResource(String path)
This method follows a felix naming convention and is automatically used
by felix to retrieve resources for this plugin, e.g.
|
String |
getTitle() |
void |
init() |
protected void |
renderContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
activate, deactivate, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderMenu, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponse
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public String getCategory()
getCategory
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
public URL getResource(String path)
path
- must not be null
.null
.protected void renderContent(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException
renderContent
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
IOException
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
doGet
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
javax.servlet.ServletException
IOException
public String getTitle()
getTitle
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
public String getLabel()
getLabel
in class org.apache.felix.webconsole.AbstractWebConsolePlugin
Copyright © 2024. All rights reserved.