Deprecated API


Contents
Deprecated Methods
org.xwiki.rendering.block.CompatibilityBlock.getChildrenByType(Class, boolean)
          since 3.0M3 use #getBlocks(new ClassBlockMatcher(blockClass), Axes.DESCENDANT) instead if recurse was true and #getBlocks(new ClassBlockMatcher(blockClass), Axes.CHILD) otherwise 
org.xwiki.rendering.block.CompatibilityBlock.getParentBlockByType(Class)
          since 3.0M3 use #getBlocks(BlockMatcher, Axes) instead 
org.xwiki.rendering.block.CompatibilityBlock.getPreviousBlockByType(Class, boolean)
          since 3.0M3 use #getBlocks(BlockMatcher, Axes) instead 
 



Copyright © 2004–2014 XWiki. All rights reserved.