|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.bean.conf.loader.xml.handler.AbstractPropertyValidationElementHandler
org.springmodules.validation.bean.conf.loader.xml.handler.LengthRuleElementHandler
public class LengthRuleElementHandler
An AbstractPropertyValidationElementHandler that can handle an element that represents a length range validation rule,
min length validation rule, or max length vaidation rule.
| Constructor Summary | |
|---|---|
LengthRuleElementHandler(java.lang.String namespaceUri)
Constructs a new LengthRuleElementHandler. |
|
| Method Summary | |
|---|---|
protected AbstractValidationRule |
createValidationRule(org.w3c.dom.Element element)
Creates the validation rule represented and initialized by and with the given element. |
| Methods inherited from class org.springmodules.validation.bean.conf.loader.xml.handler.AbstractPropertyValidationElementHandler |
|---|
extractApplicabilityCondition, extractArgumentsResolver, extractErrorCode, extractMessage, getConditionExpressionParser, getFunctionExpressionParser, handle, isConditionGloballyScoped, setConditionExpressionParser, setFunctionExpressionParser, supports |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LengthRuleElementHandler(java.lang.String namespaceUri)
| Method Detail |
|---|
protected AbstractValidationRule createValidationRule(org.w3c.dom.Element element)
AbstractPropertyValidationElementHandler
createValidationRule in class AbstractPropertyValidationElementHandlerelement - The element that represents the validation rule.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||