org.xwiki.rendering.macro.velocity
Interface VelocityMacroConfiguration
@Role
public interface VelocityMacroConfiguration
Configuration properties for the Velocity macro.
You can override the default values for each of the configuration properties below by defining them in XWiki's global
configuration file using a prefix of "rendering.macro.velocity" followed by the property name. For example:
rendering.macro.velocity.cleaner = none
- Since:
- 2.0M1
- Version:
- $Id: db18bd5ba35a29c1f1d24c4506c90a8549193292 $
getFilter
String getFilter()
- Returns:
- the hint of the
VelocityMacroFilter component to use
to modify velocity content before or after script execution.
Copyright © 2004-2013 XWiki. All Rights Reserved.