Class OrIdMatcher
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.OrIdMatcher
-
- All Implemented Interfaces:
IdMatcher
public final class OrIdMatcher extends Object implements IdMatcher
A wrapper around a collection of IdMatchers. A match occurs if any matcher matches.
-
-
Constructor Summary
Constructors Constructor Description OrIdMatcher(Collection<IdMatcher> matchers)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
OrIdMatcher
public OrIdMatcher(Collection<IdMatcher> matchers)
-
-