|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.block.match.ClassBlockMatcher
org.xwiki.rendering.block.match.MacroBlockMatcher
public class MacroBlockMatcher
Implementation of BlockMatcher which matches MacroBlocks.
| Constructor Summary | |
|---|---|
MacroBlockMatcher(java.lang.String macroId)
Match MacroBlock having the passed 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 |
| Constructor Detail |
|---|
public MacroBlockMatcher(java.lang.String macroId)
MacroBlock having the passed id.
macroId - the macro id to match| Method Detail |
|---|
public boolean match(Block block)
match in interface BlockMatchermatch in class ClassBlockMatcherblock - 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 | |||||||||