@Service
public class LogfileViewerConsolePlugin
extends org.apache.felix.webconsole.AbstractWebConsolePlugin
implements org.eclipse.gemini.blueprint.context.BundleContextAware
| Constructor and Description |
|---|
LogfileViewerConsolePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
determineSlingHomeDirectory() |
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() |
protected void |
renderContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
activate, deactivate, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, startResponsedoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@PostConstruct public void determineSlingHomeDirectory()
public String getCategory()
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 javax.servlet.ServletException,
IOException
renderContent in class org.apache.felix.webconsole.AbstractWebConsolePluginjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class org.apache.felix.webconsole.AbstractWebConsolePluginjavax.servlet.ServletExceptionIOExceptionpublic void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in interface org.eclipse.gemini.blueprint.context.BundleContextAwarepublic String getTitle()
getTitle in class org.apache.felix.webconsole.AbstractWebConsolePluginpublic String getLabel()
getLabel in class org.apache.felix.webconsole.AbstractWebConsolePluginCopyright © 2014–2015. All rights reserved.