org.xwiki.rendering.macro.html
Class HTMLMacroParameters

java.lang.Object
  extended by 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 $

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

HTMLMacroParameters

public HTMLMacroParameters()
Method Detail

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.