public interface

EnvironmentAware

implements Aware
org.springframework.context.EnvironmentAware
Known Indirect Subclasses

Class Overview

Interface to be implemented by any bean that wishes to be notified of the Environment that it runs in.

Summary

Public Methods
abstract void setEnvironment(Environment environment)
Set the Environment that this object runs in.

Public Methods

public abstract void setEnvironment (Environment environment)

Set the Environment that this object runs in.