spring-context

org.springframework.context
Interface EnvironmentAware

All Superinterfaces:
org.springframework.beans.factory.Aware
All Known Implementing Classes:
ConfigurationClassPostProcessor, PropertySourcesPlaceholderConfigurer

public interface EnvironmentAware
extends org.springframework.beans.factory.Aware

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

Method Summary
 void setEnvironment(org.springframework.core.env.Environment environment)
          Set the Environment that this object runs in.
 

Method Detail

setEnvironment

void setEnvironment(org.springframework.core.env.Environment environment)
Set the Environment that this object runs in.


spring-context