net.sf.beanform.validator
Class CachingValidatorFactoryImpl
java.lang.Object
net.sf.beanform.validator.CachingValidatorFactoryImpl
- All Implemented Interfaces:
- EventListener, CachingValidatorFactory, org.apache.tapestry.event.ReportStatusListener, org.apache.tapestry.event.ResetEventListener
public class CachingValidatorFactoryImpl
- extends Object
- implements CachingValidatorFactory
Default implementation of the CachingValidatorFactory
interface.
- Author:
- Daniel Gredler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingValidatorFactoryImpl
public CachingValidatorFactoryImpl()
setServiceId
public void setServiceId(String serviceId)
setValidatorFactory
public void setValidatorFactory(org.apache.tapestry.form.validator.ValidatorFactory validatorFactory)
constructValidatorList
public List<org.apache.tapestry.form.validator.Validator> constructValidatorList(org.apache.tapestry.IComponent component,
BeanProperty property)
- Specified by:
constructValidatorList
in interface CachingValidatorFactory
resetEventDidOccur
public void resetEventDidOccur()
- Specified by:
resetEventDidOccur
in interface org.apache.tapestry.event.ResetEventListener
reportStatus
public void reportStatus(org.apache.tapestry.event.ReportStatusEvent event)
- Specified by:
reportStatus
in interface org.apache.tapestry.event.ReportStatusListener
Copyright © 2005-2008 SourceForge.net. All Rights Reserved.