org.springframework.richclient.context.support
Class LabelConfigurableBeanPostProcessor
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LabelConfigurableBeanPostProcessor
public LabelConfigurableBeanPostProcessor(MessageSource messageSource)
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.