WebApplicationContextServletContextAwareProcessor

Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext. Can be used when registering the processor can occur before the ServletContext or ServletConfig have been initialized.

Author

Phillip Webb

Since

1.0.0

Constructors

constructor(webApplicationContext: ConfigurableWebApplicationContext)

Functions

Link copied to clipboard
open fun postProcessAfterInitialization(bean: Any, beanName: String): Any
Link copied to clipboard
open fun postProcessBeforeInitialization(bean: Any, beanName: String): Any