SourceForge.net Logo

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

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

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

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

Author:
Andreas Kuhrwahl

Nested Class Summary
static class UIComponentConfigurer.DummyUIComponent
          Dummy implementation of the UIComponent class.
 
Constructor Summary
UIComponentConfigurer()
           
 
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

UIComponentConfigurer

public UIComponentConfigurer()
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