org.xwiki.rendering.block.match
Class SameBlockMatcher
java.lang.Object
org.xwiki.rendering.block.match.SameBlockMatcher
- All Implemented Interfaces:
- BlockMatcher
public class SameBlockMatcher
- extends Object
- implements BlockMatcher
Implementation of BlockMatcher which match Block same as the registered Block.
- Since:
- 3.0M3
- Version:
- $Id$
|
Method Summary |
boolean |
match(Block block)
True if the provided block is matched. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SameBlockMatcher
public SameBlockMatcher(Block block)
- Parameters:
block - the block to match
match
public boolean match(Block block)
- Description copied from interface:
BlockMatcher
- True if the provided block is matched.
- Specified by:
match in interface BlockMatcher
- Parameters:
block - the block to match
- Returns:
- true if the provided block is matched, false otherwise
Copyright © 2004-2012 XWiki. All Rights Reserved.