@Configuration public class ServerServiceIntegrationSpringDocs.Configurer extends Object implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor, org.springframework.web.context.ServletContextAware
Constructor and Description |
---|
Configurer() |
Modifier and Type | Method and Description |
---|---|
org.cometd.bayeux.server.BayeuxServer |
bayeuxServer() |
Object |
postProcessAfterInitialization(Object bean,
String name) |
void |
postProcessBeforeDestruction(Object bean,
String name) |
Object |
postProcessBeforeInitialization(Object bean,
String name) |
boolean |
requiresDestruction(Object bean) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
@Bean(initMethod="start", destroyMethod="stop") public org.cometd.bayeux.server.BayeuxServer bayeuxServer()
public Object postProcessBeforeInitialization(Object bean, String name) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean, String name) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public boolean requiresDestruction(Object bean)
requiresDestruction
in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
public void postProcessBeforeDestruction(Object bean, String name) throws org.springframework.beans.BeansException
postProcessBeforeDestruction
in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
org.springframework.beans.BeansException
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
Copyright © 2008–2023 The CometD Project. All rights reserved.