-
Method Summary
boolean
Indicates if the value returned by getIncomingURL()
is a regex expression
rather than a concrete URI.
void
void
void
void
void
Indicates if the value set by the method setIncomingURL(String)
should be treated as a regex
expression rather than as a concrete URI.
void
-
Method Details
-
-
-
-
setIncomingURL
void setIncomingURL(String incomingURL)
-
-
-
-
-
isRegexHandler
boolean isRegexHandler()
Indicates if the value returned by getIncomingURL()
is a regex expression
rather than a concrete URI. Default is false.
- Returns:
-
setRegexHandler
void setRegexHandler(Boolean regexHandler)
Indicates if the value set by the method setIncomingURL(String)
should be treated as a regex
expression rather than as a concrete URI.
- Parameters:
regexHandler
-
-
setRegexHandler
Deprecated.