|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.match.CompositeBlockMatcher
public class CompositeBlockMatcher
Implementation of BlockMatcher which matches blocks using passed matchers in series.
| Constructor Summary | |
|---|---|
CompositeBlockMatcher(BlockMatcher... matchers)
|
|
CompositeBlockMatcher(java.util.List<BlockMatcher> matchers)
|
|
| 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 CompositeBlockMatcher(java.util.List<BlockMatcher> matchers)
matchers - list of matchers to addpublic CompositeBlockMatcher(BlockMatcher... matchers)
matchers - vararg list of matchers to add| 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 | |||||||||