org.jboss.resteasy.springmvc
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyLifecycleManager
public JettyLifecycleManager()
getServletContainer
public org.mortbay.jetty.Server getServletContainer()
setServletContainer
public void setServletContainer(org.mortbay.jetty.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
Copyright © 2012. All Rights Reserved.