org.xwiki.rendering.macro.content
Class ContentMacroParameters

java.lang.Object
  extended by org.xwiki.rendering.macro.content.ContentMacroParameters

public class ContentMacroParameters
extends Object

Parameters for the org.xwiki.rendering.internal.macro.content.ContentMacro Macro.

Since:
4.2M3
Version:
$Id: 58441578f8894226a0690a546ea2ad51dfdc57c5 $

Constructor Summary
ContentMacroParameters()
           
 
Method Summary
 Syntax getSyntax()
           
 void setSyntax(Syntax syntax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMacroParameters

public ContentMacroParameters()
Method Detail

setSyntax

public void setSyntax(Syntax syntax)
Parameters:
syntax - see getSyntax()

getSyntax

public Syntax getSyntax()
Returns:
the wiki syntax in which the content is written (e.g. "xwiki/2.1", "confluence/1.0", etc)


Copyright © 2004-2013 XWiki. All Rights Reserved.