C G O

C

CompatibilityBlock - Interface in org.xwiki.rendering.block
Add a backward compatibility layer to the Block class.

G

getChildrenByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
Deprecated. since 3.0M3 use #getBlocks(new ClassBlockMatcher(blockClass), Axes.DESCENDANT) instead if recurse was true and #getBlocks(new ClassBlockMatcher(blockClass), Axes.CHILD) otherwise
getParentBlockByType(Class<T>) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
Deprecated. since 3.0M3 use #getBlocks(BlockMatcher, Axes) instead
getPreviousBlockByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
Deprecated. since 3.0M3 use #getBlocks(BlockMatcher, Axes) instead

O

org.xwiki.rendering.block - package org.xwiki.rendering.block
 

C G O

Copyright © 2004–2014 XWiki. All rights reserved.