Class RawBlock

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

public class RawBlock extends AbstractBlock
Represents some raw content that shouldn't be parsed or modified and that should be injected as is in any output. The content depends on a syntax and listeners decide if they can handle that syntax or not. For example if it's in "xhtml/1.0" syntax then the XHTML Renderer can insert it directly in the XHTML output.
Since:
1.8.3
Version:
$Id: f43998235ed54eb324416bbd919f88e91d0dd1c7 $