org.xwiki.rendering.parser.xwiki10.macro
Interface VelocityMacroConverter
- All Known Implementing Classes:
- AbstractVelocityMacroConverter
@ComponentRole
public interface VelocityMacroConverter
Convert velocity macro to XWiki 2.0 syntax or macro.
- Since:
- 1.8M1
- Version:
- $Id: VelocityMacroConverter.java 20313 2009-05-23 11:29:05Z tmortagne $
protectResult
boolean protectResult()
isInline
boolean isInline()
convert
java.lang.String convert(java.lang.String name,
java.util.List<java.lang.String> parameters,
FilterContext context)
Copyright © 2004-2011 XWiki. All Rights Reserved.