|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.match.SameBlockMatcher
public class SameBlockMatcher
Implementation of BlockMatcher which match Block same as the registered Block.
| Constructor Summary | |
|---|---|
SameBlockMatcher(Block block)
|
|
| 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 |
| Constructor Detail |
|---|
public SameBlockMatcher(Block block)
block - the block to match| Method Detail |
|---|
public boolean match(Block block)
match in interface BlockMatcherblock - the block to match
BlockMatcher.match(org.xwiki.rendering.block.Block)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||