Class RawMacroParameters

java.lang.Object
org.xwiki.rendering.macro.raw.RawMacroParameters

public class RawMacroParameters extends Object
Parameters for the RawMacro.
Since:
13.1RC1
Version:
$Id: 9194472dc0267801e3859a529624a9be8ec6e3c9 $
  • Constructor Details

    • RawMacroParameters

      public RawMacroParameters()
  • Method Details

    • setSyntax

      public void setSyntax(Syntax syntax)
      Parameters:
      syntax - the target syntax and also the syntax in which the content is written in
    • getSyntax

      public Syntax getSyntax()
      Returns:
      the target syntax and also the syntax in which the content is written in