| Method and Description |
|---|
| org.xwiki.rendering.block.CompatibilityBlock.getChildrenByType(Class<T>, boolean)
since 3.0M3 use
Block#getBlocks(new ClassBlockMatcher(blockClass), Axes.DESCENDANT) instead
if recurse was true and
Block#getBlocks(new ClassBlockMatcher(blockClass), Axes.CHILD) otherwise |
| org.xwiki.rendering.block.CompatibilityBlock.getParentBlockByType(Class<T>)
since 3.0M3 use
Block.getBlocks(BlockMatcher, Axes) instead |
| org.xwiki.rendering.block.CompatibilityBlock.getPreviousBlockByType(Class<T>, boolean)
since 3.0M3 use
Block.getBlocks(BlockMatcher, Axes) instead |
Copyright © 2004–2017 XWiki. All rights reserved.