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