Package org.apache.tapestry5.ioc
Interface IdMatcher
- All Known Implementing Classes:
IdMatcherImpl
,OrIdMatcher
public interface IdMatcher
A matcher of fully qualified ids.
-
Method Summary
-
Method Details
-
matches
Returns true if the provided input id matches the pattern defined by this matcher instance.- Parameters:
id
- the fully qualified id- Returns:
- true on match, false otherwise
-