Class ScriptEngineConsolePlugin

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ScriptEngineConsolePlugin
    extends org.apache.felix.webconsole.AbstractWebConsolePlugin
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CONSOLE_LABEL  
      static String CONSOLE_TITLE  
      • Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin

        ATTR_FILEUPLOAD, GET_RESOURCE_METHOD_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getLabel()  
      String getTitle()  
      protected void renderContent​(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)  
      • Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin

        activate, deactivate, doGet, endResponse, getBrandingPlugin, getBundle, getBundleContext, getCategory, getCssReferences, getParameter, getResourceProvider, getServletName, isHtmlRequest, log, log, readTemplateFile, renderMenu, renderTopNavigation, sendRedirect, setBrandingPlugin, setLogLevel, 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
    • Constructor Detail

      • ScriptEngineConsolePlugin

        public ScriptEngineConsolePlugin()
    • Method Detail

      • getTitle

        public String getTitle()
        Specified by:
        getTitle in class org.apache.felix.webconsole.AbstractWebConsolePlugin
      • getLabel

        public String getLabel()
        Specified by:
        getLabel in class org.apache.felix.webconsole.AbstractWebConsolePlugin
      • renderContent

        protected void renderContent​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                     javax.servlet.http.HttpServletResponse httpServletResponse)
                              throws IOException
        Specified by:
        renderContent in class org.apache.felix.webconsole.AbstractWebConsolePlugin
        Throws:
        IOException