Class ScriptCacheConsolePlugin

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

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONSOLE_LABEL  
      static java.lang.String CONSOLE_TITLE  
      static java.lang.String RESOURCES  
      • 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
      protected void doGet​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      protected void doPost​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      java.lang.String getLabel()  
      java.lang.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, 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, 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

      • ScriptCacheConsolePlugin

        public ScriptCacheConsolePlugin()
    • Method Detail

      • getTitle

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

        public java.lang.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 javax.servlet.ServletException,
                                     java.io.IOException
        Specified by:
        renderContent in class org.apache.felix.webconsole.AbstractWebConsolePlugin
        Throws:
        javax.servlet.ServletException
        java.io.IOException
      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             java.io.IOException
        Overrides:
        doGet in class org.apache.felix.webconsole.AbstractWebConsolePlugin
        Throws:
        javax.servlet.ServletException
        java.io.IOException
      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest req,
                              javax.servlet.http.HttpServletResponse resp)
                       throws javax.servlet.ServletException,
                              java.io.IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException