SourceForge.net Logo

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

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

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

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

Author:
Andreas Kuhrwahl

Nested Class Summary
static class ValidatorConfigurer.DummyValidator
          Dummy implementation of the Validator interface.
 
Constructor Summary
ValidatorConfigurer()
           
 
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

ValidatorConfigurer

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