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,ServerHttpObservationFilter,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 Summary
Modifier and TypeMethodDescriptionvoidsetEnvironment(Environment environment) Set theEnvironmentthat this component runs in. 
- 
Method Details
- 
setEnvironment
Set theEnvironmentthat this component runs in. 
 -