public class JettyLifecycleManager extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
JettyLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.mortbay.jetty.Server |
getServletContainer() |
void |
setServletContainer(org.mortbay.jetty.Server servletContainer) |
public org.mortbay.jetty.Server getServletContainer()
public void setServletContainer(org.mortbay.jetty.Server servletContainer)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2013. All Rights Reserved.