public static interface ExportUtils.HtmlExporter.MacroResolver
Modifier and Type | Method and Description |
---|---|
Object |
resolve(String aMacro,
ExportUtils.HtmlExporter.Element aParent)
Resolves the result for a given macro string, found in the given
"parent" element.
|
Object resolve(String aMacro, ExportUtils.HtmlExporter.Element aParent)
aMacro
- the macro string to resolve, cannot be null
;aParent
- the parent element containing the macro, cannot be
null
.null
if no result
is available.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.