C G O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CompatibilityBlock - Interface in org.xwiki.rendering.block
-
Add a backward compatibility layer to the
Block
class. - CompatibilityTransformationManager - Interface in org.xwiki.rendering.transformation
-
Indirect way of adding a new method to an interface.
- createSyntaxFromIdString(String) - Method in interface org.xwiki.rendering.syntax.SyntaxFactory
-
Deprecated.since 9.8RC1, use
Syntax.valueOf(String)
instead
G
- getChildrenByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
-
Deprecated.since 3.0M3 use
Block#getBlocks(new ClassBlockMatcher(blockClass), Axes.DESCENDANT)
instead ifrecurse
was true andBlock#getBlocks(new ClassBlockMatcher(blockClass), Axes.CHILD)
otherwise - getParentBlockByType(Class<T>) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
-
Deprecated.since 3.0M3 use
Block.getBlocks(BlockMatcher, Axes)
instead - getPreviousBlockByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
-
Deprecated.since 3.0M3 use
Block.getBlocks(BlockMatcher, Axes)
instead
O
- org.xwiki.rendering.block - package org.xwiki.rendering.block
- org.xwiki.rendering.syntax - package org.xwiki.rendering.syntax
- org.xwiki.rendering.transformation - package org.xwiki.rendering.transformation
P
- performTransformations(XDOM, Syntax) - Method in interface org.xwiki.rendering.transformation.CompatibilityTransformationManager
-
Deprecated.since 2.4M1 use
TransformationManager.performTransformations(Block, TransformationContext)
instead
S
- SyntaxFactory - Interface in org.xwiki.rendering.syntax
-
Deprecated.since 9.8RC1, use
Syntax.valueOf(String)
instead
All Classes All Packages