|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xwiki.rendering.macro.html.HTMLMacroParameters
public class HTMLMacroParameters
Parameters for the HTMLMacro
Macro.
Constructor Summary | |
---|---|
HTMLMacroParameters()
|
Method Summary | |
---|---|
boolean |
getClean()
|
boolean |
getWiki()
|
void |
setClean(boolean clean)
|
void |
setWiki(boolean wiki)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLMacroParameters()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |