Package org.xwiki.rendering.block.match
-
Interface Summary Interface Description BlockMatcher -
Class Summary Class Description AnyBlockMatcher Implementation ofBlockMatcher
which match anyBlock
.BlockNavigator Tool to navigate in a tree of blocks and extract them based on configurable criteria.ClassBlockMatcher Implementation ofBlockMatcher
which match anyBlock
with the provided class.CompositeBlockMatcher Implementation ofBlockMatcher
which matches blocks using passed matchers in series.CounterBlockMatcher Implementation ofBlockMatcher
which match anyBlock
with the provided class.EqualsBlockMatcher MacroBlockMatcher Implementation ofBlockMatcher
which matchesMacroBlock
s.MacroMarkerBlockMatcher Implementation ofBlockMatcher
which matchesMacroMarkerBlock
s for a list of provided macro names.MetadataBlockMatcher Implementation ofBlockMatcher
which matchesMetaData
information.OrBlockMatcher Implementation ofBlockMatcher
which matches blocks by matching with any of the configured matchers.SameBlockMatcher