org.xwiki.rendering.macro.velocity
Interface VelocityMacroConfiguration
@ComponentRole
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$
getFilter
String getFilter()
- Returns:
- the hint of the
VelocityMacroFilter component to use
to modify velocity content before or after script execution.
Copyright © 2004-2011 XWiki. All Rights Reserved.