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 boolean
matches(String id)
Returns true if the provided input id matches the pattern defined by this matcher instance.
-