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