@Deprecated public abstract class CharacterLevelValidationPattern extends ValidationPattern
ValidationPattern.ValidationPatternException| Modifier and Type | Field and Description | 
|---|---|
| protected int | exactLengthDeprecated.  | 
| protected int | maxLengthDeprecated.  | 
| protected Pattern | regexPatternDeprecated.  | 
| Constructor and Description | 
|---|
| CharacterLevelValidationPattern()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportMap | buildExportMap(String exportKey)Deprecated.  Builds an export map describing the subclass instance. | 
| abstract void | extendExportMap(ExportMap exportMap)Deprecated.  Extends the given (parent class) exportMap as needed to represent subclass instances | 
| int | getExactLength()Deprecated.  | 
| int | getMaxLength()Deprecated.  | 
| Pattern | getRegexPattern()Deprecated.  | 
| String | getValidationErrorMessageKey()Deprecated.  This overridden method ... | 
| protected String | getValidationErrorMessageKeyOptions()Deprecated.  | 
| String[] | getValidationErrorMessageParameters(String attributeLabel)Deprecated.  | 
| void | setExactLength(int exactLength)Deprecated.  Sets exactLength parameter for the associated regex. | 
| void | setMaxLength(int maxLength)Deprecated.  Sets maxLength parameter for the associated regex. | 
completeValidation, getRegexString, matchesprotected Pattern regexPattern
protected int maxLength
protected int exactLength
public CharacterLevelValidationPattern()
public void setMaxLength(int maxLength)
maxLength - public int getMaxLength()
public void setExactLength(int exactLength)
exactLength - public int getExactLength()
public final Pattern getRegexPattern()
getRegexPattern in class ValidationPatternpublic final ExportMap buildExportMap(String exportKey)
ValidationPatternbuildExportMap in class ValidationPatternValidationPattern.buildExportMap(java.lang.String)public abstract void extendExportMap(ExportMap exportMap)
exportMap - public String[] getValidationErrorMessageParameters(String attributeLabel)
getValidationErrorMessageParameters in class ValidationPatternpublic String getValidationErrorMessageKey()
getValidationErrorMessageKey in class ValidationPatternValidationPattern.getValidationErrorMessageKey()protected String getValidationErrorMessageKeyOptions()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.