org.xwiki.rendering.macro.velocity
Class VelocityMacroParameters
java.lang.Object
org.xwiki.rendering.macro.script.ScriptMacroParameters
org.xwiki.rendering.macro.velocity.VelocityMacroParameters
public class VelocityMacroParameters
- extends ScriptMacroParameters
Parameters for the velocity macro.
- Since:
- 1.7M3
- Version:
- $Id: 0ad710da9ad7efe649ca2fda89dbfabc9849f89c $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityMacroParameters
public VelocityMacroParameters()
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-2013 XWiki. All Rights Reserved.