public class SpringComponentPostProcessor extends Object implements javax.servlet.ServletContextListener, org.codehaus.enunciate.webapp.ComponentPostProcessor
| Constructor and Description |
|---|
SpringComponentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
autowire(Object component,
org.springframework.context.ApplicationContext applicationContext)
Autowire the specified component.
|
void |
contextDestroyed(javax.servlet.ServletContextEvent event) |
void |
contextInitialized(javax.servlet.ServletContextEvent event) |
void |
postProcess(Object component)
Post process the specified component.
|
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic void postProcess(Object component)
postProcess in interface org.codehaus.enunciate.webapp.ComponentPostProcessorcomponent - The component.public static void autowire(Object component, org.springframework.context.ApplicationContext applicationContext)
component - the component.applicationContext - the application context to use to autowire the component.Copyright © 2015. All rights reserved.