org.springframework.richclient.context.support
Class LabelConfigurableBeanPostProcessor

java.lang.Object
  extended by org.springframework.richclient.context.support.LabelConfigurableBeanPostProcessor
All Implemented Interfaces:
BeanPostProcessor

public class LabelConfigurableBeanPostProcessor
extends Object
implements BeanPostProcessor


Field Summary
static String LABEL_KEY
          The key fragment used to retrieve the label for a given object.
 
Constructor Summary
LabelConfigurableBeanPostProcessor(MessageSource messageSource)
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String name)
           
 Object postProcessBeforeInitialization(Object bean, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_KEY

public static final String LABEL_KEY
The key fragment used to retrieve the label for a given object.

See Also:
Constant Field Values
Constructor Detail

LabelConfigurableBeanPostProcessor

public LabelConfigurableBeanPostProcessor(MessageSource messageSource)
Method Detail

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String name)
                                      throws BeansException
Specified by:
postProcessAfterInitialization in interface BeanPostProcessor
Throws:
BeansException

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String name)
                                       throws BeansException
Specified by:
postProcessBeforeInitialization in interface BeanPostProcessor
Throws:
BeansException


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.