Class TopicMatcherHelper
- java.lang.Object
-
- org.apache.sling.event.impl.support.TopicMatcherHelper
-
public abstract class TopicMatcherHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TopicMatcher[]
MATCH_ALL
-
Constructor Summary
Constructors Constructor Description TopicMatcherHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TopicMatcher[]
buildMatchers(String[] topicsParam)
Create matchers based on the topic parameters.
-
-
-
Field Detail
-
MATCH_ALL
public static final TopicMatcher[] MATCH_ALL
-
-
Method Detail
-
buildMatchers
public static TopicMatcher[] buildMatchers(String[] topicsParam)
Create matchers based on the topic parameters. If the topic parameters do not contain any definitionnull
is returned.
-
-