public class RegexOverride extends Object implements PathParameterProcessor
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
pattern |
static String |
REGEX |
| Constructor and Description |
|---|
RegexOverride() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegex() |
PathParameter |
process(PathParameter param)
This method must call
PathParameter#setExpressionIsEL(boolean) if
the parameter's expression is EL discovered by this processor. |
public static final String REGEX
public static final Pattern pattern
public PathParameter process(PathParameter param)
PathParameterProcessorPathParameter#setExpressionIsEL(boolean) if
the parameter's expression is EL discovered by this processor.process in interface PathParameterProcessorpublic String getRegex()
getRegex in interface PathParameterProcessorCopyright © 2014 OCPsoft. All Rights Reserved.