Interface IResourceMatcher
-
Method Summary
-
Method Details
-
matches
- Parameters:
uri- URI to match.- Returns:
trueif the URI matches,falseotherwise.
-
matches
- Parameters:
url- URL to match.- Returns:
trueif the URL matches,falseotherwise.
-
uri - URI to match.true if the URI matches, false otherwise.url - URL to match.true if the URL matches, false otherwise.