|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicMatcher | |
---|---|
org.apache.sling.event.impl.support |
Uses of TopicMatcher in org.apache.sling.event.impl.support |
---|
Classes in org.apache.sling.event.impl.support that implement TopicMatcher | |
---|---|
class |
ExactTopicMatcher
The topic must match exactly. |
class |
PackageTopicMatcher
Package matcher - the topic must be in the same package. |
class |
SubPackagesTopicMatcher
Sub package matcher - the topic must be in the same package or a sub package. |
Fields in org.apache.sling.event.impl.support declared as TopicMatcher | |
---|---|
static TopicMatcher[] |
TopicMatcherHelper.MATCH_ALL
|
Methods in org.apache.sling.event.impl.support that return TopicMatcher | |
---|---|
static TopicMatcher[] |
TopicMatcherHelper.buildMatchers(String[] topicsParam)
Create matchers based on the topic parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |