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.
SameBlockMatcher Implementation of BlockMatcher which match Block same as the registered Block.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.