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