public class HTMLMacroParameters extends Object
HTMLMacro
Macro.Constructor and Description |
---|
HTMLMacroParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
getClean() |
boolean |
getWiki() |
void |
setClean(boolean clean) |
void |
setWiki(boolean wiki) |
public void setWiki(boolean wiki)
wiki
- indicate if the user has asked to interpret wiki syntax or notpublic void setClean(boolean clean)
clean
- indicate if the HTML should be transformed into valid XHTML or notpublic boolean getWiki()
public boolean getClean()
Copyright © 2004–2016 XWiki. All rights reserved.