SourceForge.net Logo

de.mindmatters.faces.spring.factory.config
Class ConverterConfigurer

java.lang.Object
  extended byde.mindmatters.faces.spring.factory.config.ConverterConfigurer
All Implemented Interfaces:
BeanFactoryPostProcessor, InitializingBean

public final class ConverterConfigurer
extends java.lang.Object
implements BeanFactoryPostProcessor, InitializingBean

Adds all Spring hosted and configured Converters to the JSF Application instance.

Author:
Andreas Kuhrwahl

Nested Class Summary
static class ConverterConfigurer.DummyConverter
          Dummy implementation of the Converter interface.
 
Constructor Summary
ConverterConfigurer()
           
 
Method Summary
 void afterPropertiesSet()
          
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterConfigurer

public ConverterConfigurer()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

Specified by:
afterPropertiesSet in interface InitializingBean

postProcessBeanFactory

public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)

Specified by:
postProcessBeanFactory in interface BeanFactoryPostProcessor

SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG