|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
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.
方法摘要 | |
---|---|
void |
setApplication(Map<String,Object> application)
Sets the map of application properties in the implementing class. |
方法详细信息 |
---|
void setApplication(Map<String,Object> application)
application
- a Map of application properties.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |