org.springmodules.validation.bean.conf.loader.xml
Class DefaultValidationRuleElementHandlerRegistry
java.lang.Object
org.springmodules.validation.util.context.BasicContextAware
org.springmodules.validation.bean.conf.loader.xml.SimpleValidationRuleElementHandlerRegistry
org.springmodules.validation.bean.conf.loader.xml.DefaultValidationRuleElementHandlerRegistry
- All Implemented Interfaces:
- BeanFactoryAware, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, MessageSourceAware, ResourceLoaderAware, ValidationRuleElementHandlerRegistry, ConditionExpressionBased, ContextAware, FunctionExpressionBased
public class DefaultValidationRuleElementHandlerRegistry
- extends SimpleValidationRuleElementHandlerRegistry
A SimpleValidationRuleElementHandlerRegistry
that already registers the following default element handlers:
NotNullRuleElementHandler
LengthRuleElementHandler
NotBlankRuleElementHandler
EmailRuleElementHandler
RegExpRuleElementHandler
SizeRuleElementHandler
NotEmptyRuleElementHandler
NotBlankRuleElementHandler
RangeRuleElementHandler
ExpressionPropertyValidationElementHandler
DateInPastRuleElementHandler
DateInFutureRuleElementHandler
*
InstantInFutureRuleElementHandler
(only if joda-time library is available in the classpath) *
InstantInPastRuleElementHandler
(only if joda-time library is available in the classpath) *
- Author:
- Uri Boness
Methods inherited from class org.springmodules.validation.bean.conf.loader.xml.SimpleValidationRuleElementHandlerRegistry |
afterPropertiesSet, findClassHandler, findConditionExpressionParserInApplicationContext, findFunctionExpressionParserInApplicationContext, findObjectInApplicationContext, findPropertyHandler, getClassHandlers, getPropertyHandlers, registerClassHandler, registerPropertyHandler, setClassHandlers, setConditionExpressionParser, setExpressionParsers, setExtraClassHandlers, setExtraPropertyHandlers, setFunctionExpressionParser, setPropertyHandlers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultValidationRuleElementHandlerRegistry
public DefaultValidationRuleElementHandlerRegistry()
- Constructs a new DefaultValidationRuleElementHandlerRegistry with the default handlers.
Copyright © 2009. All Rights Reserved.