|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.internal.OrIdMatcher
public final class OrIdMatcher
A wrapper around a collection of IdMatchers. A match occurs if any matcher matches.
Constructor Summary | |
---|---|
OrIdMatcher(java.util.Collection<IdMatcher> matchers)
|
Method Summary | |
---|---|
boolean |
matches(java.lang.String id)
Returns true if the provided input id matches the pattern defined by this matcher instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrIdMatcher(java.util.Collection<IdMatcher> matchers)
Method Detail |
---|
public boolean matches(java.lang.String id)
IdMatcher
matches
in interface IdMatcher
id
- the fully qualfied id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |