org.xwiki.rendering.macro.html
Class HTMLMacroParameters
java.lang.Object
org.xwiki.rendering.macro.html.HTMLMacroParameters
public class HTMLMacroParameters
- extends Object
Parameters for the org.xwiki.rendering.internal.macro.html.HTMLMacro
Macro.
- Since:
- 1.6M1
- Version:
- $Id: d32841bdce0033aa7105c04ea54101ee504082a4 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLMacroParameters
public HTMLMacroParameters()
setWiki
public void setWiki(boolean wiki)
- Parameters:
wiki
- indicate if the user has asked to interpret wiki syntax or not
setClean
public void setClean(boolean clean)
- Parameters:
clean
- indicate if the HTML should be transformed into valid XHTML or not
getWiki
public boolean getWiki()
- Returns:
- if the user has asked to interpret wiki syntax or not
getClean
public boolean getClean()
- Returns:
- if the HTML should be transformed into valid XHTML or not
Copyright © 2004-2013 XWiki. All Rights Reserved.