org.springjutsu.validation.executors.impl
Class AlphabeticRuleExecutor

java.lang.Object
  extended by org.springjutsu.validation.executors.ValidWhenEmptyRuleExecutor
      extended by org.springjutsu.validation.executors.RegexMatchRuleExecutor
          extended by org.springjutsu.validation.executors.impl.AlphabeticRuleExecutor
All Implemented Interfaces:
RuleExecutor

public class AlphabeticRuleExecutor
extends RegexMatchRuleExecutor

Asserts that the model is alphabetic.

Author:
Clark Duplichien, Taylor Wicksell

Field Summary
static String ALPHABETIC_STRICT_PATTERN
          A strict alphabetic pattern.
 
Constructor Summary
AlphabeticRuleExecutor()
           
 
Method Summary
 String getRegularExpression()
           
 
Methods inherited from class org.springjutsu.validation.executors.RegexMatchRuleExecutor
doValidate
 
Methods inherited from class org.springjutsu.validation.executors.ValidWhenEmptyRuleExecutor
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALPHABETIC_STRICT_PATTERN

public static final String ALPHABETIC_STRICT_PATTERN
A strict alphabetic pattern.

See Also:
Constant Field Values
Constructor Detail

AlphabeticRuleExecutor

public AlphabeticRuleExecutor()
Method Detail

getRegularExpression

public String getRegularExpression()
Specified by:
getRegularExpression in class RegexMatchRuleExecutor


Copyright © 2013 Spring Jutsu. All Rights Reserved.