public class UriRuleProbeProvider
extends java.lang.Object
| Constructor and Description |
|---|
UriRuleProbeProvider() |
| Modifier and Type | Method and Description |
|---|---|
static void |
requestEnd()
Invoked when matching ends.
|
static void |
requestStart(java.net.URI requestUri)
Invoked when matching starts.
|
static void |
ruleAccept(java.lang.String ruleName,
java.lang.CharSequence path,
java.lang.Object resourceClass)
Invoked when a UriRule is matched.
|
public static void requestStart(java.net.URI requestUri)
requestUri - the request URI.public static void ruleAccept(java.lang.String ruleName,
java.lang.CharSequence path,
java.lang.Object resourceClass)
ruleName - the URI rule name.path - the matched path.resourceClass - the resource instance associated with matching.public static void requestEnd()
Copyright © 2016 Oracle Corporation. All Rights Reserved.