Interface IResourceMatcher
public interface IResourceMatcher
- Author:
- XIMA MEDIA GmbH
-
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.
-