Class VerbatimBlock

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

public class VerbatimBlock extends AbstractBlock
A Verbatim block.
Since:
1.8M2
Version:
$Id: 22056513a919039095ba7c732d17042acc19a8d8 $
  • Constructor Details

    • VerbatimBlock

      public VerbatimBlock(String protectedString, boolean isInline)
      Parameters:
      protectedString - the string to protect from rendering.
      isInline - if true the macro is located in a inline content (like paragraph, etc.).
    • VerbatimBlock

      public VerbatimBlock(String protectedString, Map<String,String> parameters, boolean isInline)
      Parameters:
      protectedString - the string to protect from rendering.
      parameters - the custom parameters
      isInline - if true the macro is located in a inline content (like paragraph, etc.).
  • Method Details