Interface EnvironmentAware
- All Superinterfaces:
Aware
- All Known Implementing Classes:
AbstractHttpServiceRegistrar, AbstractRequestLoggingFilter, CharacterEncodingFilter, CommonsRequestLoggingFilter, ConfigurationClassPostProcessor, CorsFilter, DelegatingFilterProxy, DispatcherServlet, DynamicPropertyRegistrarBeanInitializer, FormContentFilter, ForwardedHeaderFilter, FrameworkServlet, GenericFilterBean, HiddenHttpMethodFilter, HttpServletBean, MBeanExportConfiguration, MultipartFilter, OncePerRequestFilter, OpenEntityManagerInViewFilter, PropertySourcesPlaceholderConfigurer, RelativeRedirectFilter, RequestContextFilter, ResourceUrlEncodingFilter, ServerHttpObservationFilter, ServletContextRequestLoggingFilter, ShallowEtagHeaderFilter, UrlHandlerFilter
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 TypeMethodDescriptionvoid
setEnvironment
(Environment environment) Set theEnvironment
that this component runs in.
-
Method Details
-
setEnvironment
Set theEnvironment
that this component runs in.
-