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