Package org.apache.tapestry5.ioc
Interface IdMatcher
- 
- All Known Implementing Classes:
 IdMatcherImpl,OrIdMatcher
public interface IdMatcher
A matcher of fully qualified ids. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(String id)Returns true if the provided input id matches the pattern defined by this matcher instance. 
 -