org.springframework.richclient.context.support
Class AbstractConfigurableBeanPostProcessor
java.lang.Object
org.springframework.richclient.context.support.AbstractConfigurableBeanPostProcessor
- All Implemented Interfaces:
- BeanPostProcessor
public abstract class AbstractConfigurableBeanPostProcessor
- extends Object
- implements BeanPostProcessor
Method Summary |
protected String |
loadMessage(String messageCode)
Attempts to load the message corresponding to the given message code using this instance's MessageSource
and locale. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfigurableBeanPostProcessor
protected AbstractConfigurableBeanPostProcessor(MessageSource messageSource)
loadMessage
protected String loadMessage(String messageCode)
- Attempts to load the message corresponding to the given message code using this instance's
MessageSource
and locale.
- Parameters:
messageCode
- The message code that will be used to retrieve the message. Must not be null.
- Returns:
- The message for the given code, or null if the message code could not be found.
- Throws:
IllegalArgumentException
- if messageCode
is null.
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.