Package org.craftercms.engine.macro
Interface MacroResolver
-
- All Known Implementing Classes:
MacroResolverImpl
public interface MacroResolverResolves the macros in the given string.- Author:
- Alfonso Vásquez
- See Also:
Macro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringresolveMacros(String str)Resolve the macros found in the string.StringresolveMacros(String str, Map<String,?> macroValues)Resolve the macros found in the string.
-