Deprecated API


Contents
Deprecated Methods
org.xwiki.rendering.block.Block.getChildrenByType(Class, boolean)
          since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead 
org.xwiki.rendering.block.AbstractBlock.getChildrenByType(Class, boolean)
           
org.xwiki.rendering.block.MacroMarkerBlock.getName()
          since 2.4M1 use MacroMarkerBlock.getId() instead 
org.xwiki.rendering.block.Block.getParentBlockByType(Class)
          since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead 
org.xwiki.rendering.block.AbstractBlock.getParentBlockByType(Class)
           
org.xwiki.rendering.block.Block.getPreviousBlockByType(Class, boolean)
          since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead 
org.xwiki.rendering.block.AbstractBlock.getPreviousBlockByType(Class, boolean)
           
org.xwiki.rendering.transformation.TransformationManager.performTransformations(XDOM, Syntax)
          since 2.4M1 use TransformationManager.performTransformations(Block, TransformationContext) instead 
org.xwiki.rendering.transformation.Transformation.transform(XDOM, Syntax)
          since 2.4M1 use Transformation.transform(Block, TransformationContext) instead 
 



Copyright © 2004-2011 XWiki. All Rights Reserved.