|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.match.AnyBlockMatcher
public class AnyBlockMatcher
Implementation of BlockMatcher which match any Block.
| Field Summary | |
|---|---|
static AnyBlockMatcher |
ANYBLOCKMATCHER
Static version of AnyBlockMatcher since it's always the same. |
| Constructor Summary | |
|---|---|
AnyBlockMatcher()
|
|
| 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 |
| Field Detail |
|---|
public static final AnyBlockMatcher ANYBLOCKMATCHER
AnyBlockMatcher since it's always the same.
| Constructor Detail |
|---|
public AnyBlockMatcher()
| Method Detail |
|---|
public boolean match(Block block)
BlockMatcher
match in interface BlockMatcherblock - the block to match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||