public interface MessageSourceAware
Title: MessageSourceAware.java
Description:
bboss workgroup
Copyright (c) 2007
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setMessageSource(MessageSource messageSource)
Set the MessageSource that this object runs in.
|
void setMessageSource(MessageSource messageSource)
Invoked after population of normal bean properties but before an init callback like InitializingBean's afterPropertiesSet or a custom init-method. Invoked before ApplicationContextAware's setApplicationContext.
messageSource - message sourceto be used by this object