ApplicationAware instead@Deprecated public interface ApplicationAware
Actions that want to be aware of the application Map object should implement this interface. This will give them access to a Map where they can put objects that should be available to other parts of the application.
Typical uses are configuration objects and caches.
| Modifier and Type | Method and Description | 
|---|---|
| void | setApplication(Map<String,Object> application)Deprecated. 
 please use  ApplicationAware.withApplication(Map)instead | 
@Deprecated void setApplication(Map<String,Object> application)
ApplicationAware.withApplication(Map) insteadapplication - a Map of application properties.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.