@Deprecated public class CharsetValidationPattern extends CharacterLevelValidationPattern
ValidationPattern.ValidationPatternException| Modifier and Type | Field and Description |
|---|---|
protected String |
validChars
Deprecated.
|
exactLength, maxLength, regexPattern| Constructor and Description |
|---|
CharsetValidationPattern()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extendExportMap(ExportMap exportMap)
Deprecated.
Extends the given (parent class) exportMap as needed to represent subclass instances
|
protected String |
getRegexString()
Deprecated.
Escapes every special character I could think of, to limit potential misuse of this pattern.
|
String[] |
getValidationErrorMessageParameters(String attributeLabel)
Deprecated.
This overridden method ...
|
String |
getValidChars()
Deprecated.
|
void |
setValidChars(String validChars)
Deprecated.
|
buildExportMap, getExactLength, getMaxLength, getRegexPattern, getValidationErrorMessageKey, getValidationErrorMessageKeyOptions, setExactLength, setMaxLengthcompleteValidation, matchesprotected String validChars
public CharsetValidationPattern()
public String getValidChars()
public void setValidChars(String validChars)
validChars - for this charsetprotected String getRegexString()
getRegexString in class ValidationPatternValidationPattern.getRegexString()public void extendExportMap(ExportMap exportMap)
CharacterLevelValidationPatternextendExportMap in class CharacterLevelValidationPatternorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern#extendExportMap(org.kuali.bo.datadictionary.exporter.ExportMap)public String[] getValidationErrorMessageParameters(String attributeLabel)
getValidationErrorMessageParameters in class CharacterLevelValidationPatternorg.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern#getValidationErrorMessageParameters(java.lang.String, java.lang.String)Copyright © 2005–2015 The Kuali Foundation. All rights reserved.