public class HttpVerbUriRegexPropertyValue
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpVerbUriRegexPropertyValue.Verb |
| Constructor and Description |
|---|
HttpVerbUriRegexPropertyValue(HttpVerbUriRegexPropertyValue.Verb verb,
java.lang.String uriRegex) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getMethodSeparator() |
java.lang.String |
getUriRegex() |
HttpVerbUriRegexPropertyValue.Verb |
getVerb() |
static HttpVerbUriRegexPropertyValue |
getVerbUriRegex(java.lang.String propValue)
Expects property value to be of the form <uriRegex> OR <HTTP
Verb name><space><uriRegex>
|
public HttpVerbUriRegexPropertyValue(HttpVerbUriRegexPropertyValue.Verb verb, java.lang.String uriRegex)
public static HttpVerbUriRegexPropertyValue getVerbUriRegex(java.lang.String propValue)
propValue - property valueHttpVerbUriRegexPropertyValue instance corresponding to
propValue if propValue is not null, null otherwisepublic HttpVerbUriRegexPropertyValue.Verb getVerb()
public java.lang.String getUriRegex()
public static java.lang.String getMethodSeparator()