net.sf.beanform.validator
Class CachingValidatorFactoryImpl

java.lang.Object
  extended by net.sf.beanform.validator.CachingValidatorFactoryImpl
All Implemented Interfaces:
EventListener, CachingValidatorFactory, ReportStatusListener, ResetEventListener

public class CachingValidatorFactoryImpl
extends Object
implements CachingValidatorFactory

Default implementation of the CachingValidatorFactory interface.

Author:
Daniel Gredler

Constructor Summary
CachingValidatorFactoryImpl()
           
 
Method Summary
 List<Validator> constructValidatorList(IComponent component, BeanProperty property)
           
 void reportStatus(ReportStatusEvent event)
           
 void resetEventDidOccur()
           
 void setServiceId(String serviceId)
           
 void setValidatorFactory(ValidatorFactory validatorFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingValidatorFactoryImpl

public CachingValidatorFactoryImpl()
Method Detail

setServiceId

public void setServiceId(String serviceId)

setValidatorFactory

public void setValidatorFactory(ValidatorFactory validatorFactory)

constructValidatorList

public List<Validator> constructValidatorList(IComponent component,
                                              BeanProperty property)
Specified by:
constructValidatorList in interface CachingValidatorFactory

resetEventDidOccur

public void resetEventDidOccur()
Specified by:
resetEventDidOccur in interface ResetEventListener

reportStatus

public void reportStatus(ReportStatusEvent event)
Specified by:
reportStatus in interface ReportStatusListener


Copyright © 2006 Daniel Gredler. All Rights Reserved.