@Deprecated public abstract class ValidationPattern extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ValidationPattern.ValidationPatternException
Deprecated.
exception thrown when a ValidationPattern is in an incorrect state.
|
Constructor and Description |
---|
ValidationPattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ExportMap |
buildExportMap(String exportKey)
Deprecated.
|
void |
completeValidation()
Deprecated.
This method throws an exception if it is not configured properly
|
abstract Pattern |
getRegexPattern()
Deprecated.
|
protected abstract String |
getRegexString()
Deprecated.
|
abstract String |
getValidationErrorMessageKey()
Deprecated.
|
String[] |
getValidationErrorMessageParameters(String attributeLabel)
Deprecated.
|
boolean |
matches(String input)
Deprecated.
|
public ValidationPattern()
public abstract Pattern getRegexPattern()
protected abstract String getRegexString()
public boolean matches(String input)
public abstract ExportMap buildExportMap(String exportKey)
public abstract String getValidationErrorMessageKey()
public String[] getValidationErrorMessageParameters(String attributeLabel)
public void completeValidation() throws ValidationPattern.ValidationPatternException
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.