public abstract class AbstractMatcher extends java.lang.Object implements URIMatcher
| Constructor and Description |
|---|
AbstractMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReject()
If true and the matcher accepts the uri, the request needs to be rejected.
|
void |
setReject(boolean reject)
Reverses the matcher.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchesvalidatepublic final boolean isReject()
URIMatcherisReject in interface URIMatcherpublic final void setReject(boolean reject)
reject - Should reject?