org.xwiki.rendering.macro.velocity
Class VelocityMacroParameters

java.lang.Object
  extended by org.xwiki.rendering.macro.script.ScriptMacroParameters
      extended by org.xwiki.rendering.macro.velocity.VelocityMacroParameters

public class VelocityMacroParameters
extends ScriptMacroParameters

Parameters for the velocity macro.

Since:
1.7M3
Version:
$Id$

Constructor Summary
VelocityMacroParameters()
           
 
Method Summary
 String getFilter()
           
 void setFilter(String filter)
           
 
Methods inherited from class org.xwiki.rendering.macro.script.ScriptMacroParameters
getJars, isOutput, isWiki, setJars, setOutput, setWiki
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityMacroParameters

public VelocityMacroParameters()
Method Detail

setFilter

public void setFilter(String filter)
Parameters:
filter - indicate which filtering mode to use.
Since:
2.0M1

getFilter

public String getFilter()
Returns:
indicate which filtering mode to use
Since:
2.0M1


Copyright © 2004-2011 XWiki. All Rights Reserved.