Class WebConsoleSupport


  • @Configuration
    public class WebConsoleSupport
    extends java.lang.Object
    Integrates the Felix WebConsole support with servlet container. The console is accessible at /osgi/system/console/
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.servlet.ServletListenerRegistrationBean felixListener()  
      org.springframework.boot.web.servlet.ServletRegistrationBean felixProxyServlet()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebConsoleSupport

        public WebConsoleSupport()
    • Method Detail

      • felixProxyServlet

        @Bean
        public org.springframework.boot.web.servlet.ServletRegistrationBean felixProxyServlet()
      • felixListener

        @Bean
        public org.springframework.boot.web.servlet.ServletListenerRegistrationBean felixListener()