Package org.springframework.context
Interface EnvironmentAware
- All Superinterfaces:
- Aware
- All Known Implementing Classes:
- AbstractRequestLoggingFilter,- CharacterEncodingFilter,- CommonsRequestLoggingFilter,- ConfigurationClassPostProcessor,- CorsFilter,- DelegatingFilterProxy,- DispatcherServlet,- FormContentFilter,- ForwardedHeaderFilter,- FrameworkServlet,- GenericFilterBean,- HiddenHttpMethodFilter,- HttpServletBean,- MBeanExportConfiguration,- MultipartFilter,- OncePerRequestFilter,- OpenEntityManagerInViewFilter,- OpenSessionInViewFilter,- PropertySourcesPlaceholderConfigurer,- RelativeRedirectFilter,- RequestContextFilter,- ResourceUrlEncodingFilter,- ServletContextRequestLoggingFilter,- ShallowEtagHeaderFilter
Interface to be implemented by any bean that wishes to be notified
 of the 
Environment that it runs in.- Since:
- 3.1
- Author:
- Chris Beams
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetEnvironment(Environment environment) Set theEnvironmentthat this component runs in.
- 
Method Details- 
setEnvironmentSet theEnvironmentthat this component runs in.
 
-