Interface IResourceMatcher
public interface IResourceMatcher
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
matches
- Parameters:
uri
- URI to match.- Returns:
true
if the URI matches,false
otherwise.
-
matches
- Parameters:
url
- URL to match.- Returns:
true
if the URL matches,false
otherwise.
-