Class JettyLifecycleManager

java.lang.Object
org.jboss.resteasy.springmvc.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 Details

    • JettyLifecycleManager

      public JettyLifecycleManager()
  • Method Details

    • 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