Uses of Interface
org.springframework.web.context.ServletConfigAware
Packages that use ServletConfigAware Package Description org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.Uses of ServletConfigAware in org.springframework.web.servlet.handler
Classes in org.springframework.web.servlet.handler that implement ServletConfigAware Modifier and Type Class Description classSimpleServletPostProcessorBeanPostProcessorthat applies initialization and destruction callbacks to beans that implement theServletinterface.