Class ResourceMatcher
- java.lang.Object
 - 
- org.ametys.plugins.explorer.resources.matchers.ResourceMatcher
 
 
- 
public class ResourceMatcher extends Object implements Matcher
This matcher matches URI with protocol inside Can be /view/protocol://resourceid/file/filename.ext or /download/... 
- 
- 
Constructor Summary
Constructors Constructor Description ResourceMatcher() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapmatch(String pattern, Map objectModel, Parameters parameters) 
 - 
 
- 
- 
Constructor Detail
- 
ResourceMatcher
public ResourceMatcher()
 
 - 
 
- 
Method Detail
- 
match
public Map match(String pattern, Map objectModel, Parameters parameters) throws PatternException
- Specified by:
 matchin interfaceMatcher- Throws:
 PatternException
 
 - 
 
 -