org.springframework.richclient.context.support
Class AbstractConfigurableBeanPostProcessor

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.context.support.AbstractConfigurableBeanPostProcessor
All Implemented Interfaces:
BeanPostProcessor

public abstract class AbstractConfigurableBeanPostProcessor
extends Object
implements BeanPostProcessor


Constructor Summary
protected AbstractConfigurableBeanPostProcessor(MessageSource messageSource)
           
 
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
 
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization, postProcessBeforeInitialization
 

Constructor Detail

AbstractConfigurableBeanPostProcessor

protected AbstractConfigurableBeanPostProcessor(MessageSource messageSource)
Method Detail

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.