|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.match.ClassBlockMatcher
public class ClassBlockMatcher
Implementation of BlockMatcher which match any Block with the provided class.
| Constructor Summary | |
|---|---|
ClassBlockMatcher(java.lang.Class<? extends Block> blockClass)
|
|
| 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 ClassBlockMatcher(java.lang.Class<? extends Block> blockClass)
blockClass - the class of 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 | |||||||||