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: c95e450d77cd10929222475fa999c8c23fce9879 $

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.