nl.lxtreme.ols.util
Interface ExportUtils.HtmlExporter.MacroResolver
- All Known Implementing Classes:
- NullMacroResolver
- Enclosing interface:
- ExportUtils.HtmlExporter
public static interface ExportUtils.HtmlExporter.MacroResolver
Denotes a very simple macro resolver, which is basically a
resolve
Object resolve(String aMacro,
ExportUtils.HtmlExporter.Element aParent)
- Resolves the result for a given macro string, found in the given
"parent" element.
- Parameters:
aMacro
- the macro string to resolve, cannot be null
;aParent
- the parent element containing the macro, cannot be
null
.
- Returns:
- the result of the macro, can be
null
if no result
is available.
Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.