org.springframework.richclient.context.support
Class TitleConfigurableBeanPostProcessor

java.lang.Object
  extended by 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.
 
Constructor Summary
TitleConfigurableBeanPostProcessor(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

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
Constructor Detail

TitleConfigurableBeanPostProcessor

public TitleConfigurableBeanPostProcessor(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.