|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.IdMatcherImpl
public class IdMatcherImpl
A wrapper around a GlobPatternMatcher used to glob-match service ids.
| Constructor Summary | |
|---|---|
IdMatcherImpl(java.lang.String pattern)
|
|
| 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 IdMatcherImpl(java.lang.String pattern)
| Method Detail |
|---|
public boolean matches(java.lang.String id)
IdMatcher
matches in interface IdMatcherid - the fully qualfied id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||