org.springframework.richclient.context.support
Class TitleConfigurableBeanPostProcessor
java.lang.Object
org.springframework.richclient.context.support.TitleConfigurableBeanPostProcessor
- All Implemented Interfaces:
- BeanPostProcessor
public class TitleConfigurableBeanPostProcessor
- extends Object
- implements BeanPostProcessor
Field Summary |
static String |
TITLE_KEY
The key fragment used to retrieve the title for a given object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE_KEY
public static final String TITLE_KEY
- The key fragment used to retrieve the title for a given object.
- See Also:
- Constant Field Values
TitleConfigurableBeanPostProcessor
public TitleConfigurableBeanPostProcessor(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.