Class IdMatcherImpl
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.IdMatcherImpl
 
 
- 
- All Implemented Interfaces:
 IdMatcher
public class IdMatcherImpl extends Object implements IdMatcher
A wrapper around aGlobPatternMatcherused to glob-match service ids. 
- 
- 
Constructor Summary
Constructors Constructor Description IdMatcherImpl(String pattern) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(String id)Returns true if the provided input id matches the pattern defined by this matcher instance. 
 - 
 
- 
- 
Constructor Detail
- 
IdMatcherImpl
public IdMatcherImpl(String pattern)
 
 - 
 
 -