org.xwiki.rendering.block.match
public class ClassBlockMatcher extends Object implements BlockMatcher
BlockMatcher which match any Block with the provided class.| Constructor and Description |
|---|
ClassBlockMatcher(Class<? extends Block> blockClass) |
public boolean match(Block block)
BlockMatchermatch in interface BlockMatcherblock - the block to matchCopyright © 2004-2013 XWiki. All Rights Reserved.