Class | Description |
---|---|
ContextLoaderListener | Wraps the class org.springframework.web.context.ContextLoaderListener so that any exceptions generated by Spring can be caught, rather than escaping and preventing server initialiation from completing. |
SpringApplicationContextProvider | This singleton provides access to spring application context anywhere it is required, with no ServletContext or any other object required. |