@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.  
Builds an export map describing the subclass instance. 
 | 
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.  
Determines if an input string matches the pattern. 
 | 
public ValidationPattern()
public abstract Pattern getRegexPattern()
protected abstract String getRegexString()
public boolean matches(String input)
input - input stringpublic abstract ExportMap buildExportMap(String exportKey)
exportKey - public abstract String getValidationErrorMessageKey()
public String[] getValidationErrorMessageParameters(String attributeLabel)
public void completeValidation() throws ValidationPattern.ValidationPatternException
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.