Package | Description |
---|---|
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
Modifier and Type | Method and Description |
---|---|
PatternDelegate |
PatternValidator.getPatternDelegate()
Returns the custom pattern matcher if one is provided or creates and returns the
default matcher laziliy.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternValidator.setPatternDelegate(PatternDelegate patternDelegate)
Allows for a custom implementation to do the pattern matching.
|