Class JettyLifecycleManager

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    public class JettyLifecycleManager
    extends Object
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Version:
    $Revision: 1 $
    Author:
    Solomon Duskis
    • Constructor Detail

      • JettyLifecycleManager

        public JettyLifecycleManager()
    • Method Detail

      • getServletContainer

        public org.eclipse.jetty.server.Server getServletContainer()
      • setServletContainer

        public void setServletContainer​(org.eclipse.jetty.server.Server servletContainer)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • destroy

        public void destroy()
                     throws Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        Exception