Package org.xwiki.rendering.block.match

Interface Summary
BlockMatcher Used by Block search method to select Block.
 

Class Summary
AnyBlockMatcher Implementation of BlockMatcher which match any Block.
ClassBlockMatcher Implementation of BlockMatcher which match any Block with the provided class.
CompositeBlockMatcher Implementation of BlockMatcher which matches blocks using passed matchers in series.
EqualsBlockMatcher Implementation of BlockMatcher which match Block equals to the registered Block.
MacroBlockMatcher Implementation of BlockMatcher which matches MacroBlocks.
MetadataBlockMatcher Implementation of BlockMatcher which matches MetaData information.
OrBlockMatcher Implementation of BlockMatcher which matches blocks by matching with any of the configured matchers.
SameBlockMatcher Implementation of BlockMatcher which match Block same as the registered Block.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.