public class NullMacroResolver extends Object implements ExportUtils.HtmlExporter.MacroResolver
null
for each
given macro.Constructor and Description |
---|
NullMacroResolver() |
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.
|
public Object resolve(String aMacro, ExportUtils.HtmlExporter.Element aParent)
ExportUtils.HtmlExporter.MacroResolver
resolve
in interface ExportUtils.HtmlExporter.MacroResolver
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.ExportUtils.HtmlExporter.MacroResolver.resolve(java.lang.String,
nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element)
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.