org.springjutsu.validation.executors.impl
Class AlphanumericRuleExecutor
java.lang.Object
org.springjutsu.validation.executors.ValidWhenEmptyRuleExecutor
org.springjutsu.validation.executors.RegexMatchRuleExecutor
org.springjutsu.validation.executors.impl.AlphanumericRuleExecutor
- All Implemented Interfaces:
- RuleExecutor
public class AlphanumericRuleExecutor
- extends RegexMatchRuleExecutor
Asserts that the model is alphanumeric
- Author:
- Clark Duplichien, Taylor Wicksell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALPHANUMERIC_STRICT_PATTERN
public static final String ALPHANUMERIC_STRICT_PATTERN
- A strict alphanumeric pattern
- See Also:
- Constant Field Values
AlphanumericRuleExecutor
public AlphanumericRuleExecutor()
getRegularExpression
public String getRegularExpression()
- Specified by:
getRegularExpression in class RegexMatchRuleExecutor
Copyright © 2013 Spring Jutsu. All Rights Reserved.