Uses of Interface
org.apache.tapestry5.ioc.IdMatcher
-
Packages that use IdMatcher Package Description org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. -
-
Uses of IdMatcher in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement IdMatcher Modifier and Type Class Description class
IdMatcherImpl
A wrapper around aGlobPatternMatcher
used to glob-match service ids.class
OrIdMatcher
A wrapper around a collection of IdMatchers.Fields in org.apache.tapestry5.ioc.internal declared as IdMatcher Modifier and Type Field Description protected IdMatcher
AbstractServiceInstrumenter. idMatcher
Constructor parameters in org.apache.tapestry5.ioc.internal with type arguments of type IdMatcher Constructor Description OrIdMatcher(Collection<IdMatcher> matchers)
-