org.xwiki.rendering.block.match
Interface BlockMatcher

All Known Implementing Classes:
AnyBlockMatcher, ClassBlockMatcher, CompositeBlockMatcher, EqualsBlockMatcher, MacroBlockMatcher, MetadataBlockMatcher, OrBlockMatcher, SameBlockMatcher

public interface BlockMatcher

Used by Block search method to select Block.

Since:
3.0M3
Version:
$Id$

Method Summary
 boolean match(Block block)
          True if the provided block is matched.
 

Method Detail

match

boolean match(Block block)
True if the provided block is matched.

Parameters:
block - the block to match
Returns:
true if the provided block is matched, false otherwise


Copyright © 2004–2014 XWiki. All rights reserved.