Class SpaceBlock

java.lang.Object
org.xwiki.rendering.block.AbstractBlock
org.xwiki.rendering.block.SpaceBlock
All Implemented Interfaces:
Cloneable, Block

public final class SpaceBlock extends AbstractBlock
A space block represents a space. Note that we don't make SpaceBlock a singleton since that would cause problems when using Block APIs to manipulate a tree of blocks (for example to find the position of a space block in a list using List.indexOf(Object) which would always return the first space block).
Since:
1.5M2
Version:
$Id: 65be13be5783203307f3762e91e258926d700df1 $