public class AbsoluteHrefEvaluator extends Object implements HrefEvaluator
| Constructor and Description |
|---|
AbsoluteHrefEvaluator(HrefEvaluator defaulHrefEvaluator,
SettingsManager settingsManager,
ContextPathHolder contextPathHolder) |
| Modifier and Type | Method and Description |
|---|---|
String |
createHref(ConversionContext context,
Object object,
String anchor)
Create the appropriate href attribute value for the supplied ConversionContext.
|
public AbsoluteHrefEvaluator(HrefEvaluator defaulHrefEvaluator, SettingsManager settingsManager, ContextPathHolder contextPathHolder)
public String createHref(ConversionContext context, Object object, String anchor)
HrefEvaluatorcreateHref in interface HrefEvaluatorcontext - the ConversionContext providing information about the conversion being performed, including the
target output type e.g. display, pdfobject - the objectanchor - an option parameter specifying an anchor component for the href attribute. This may be null if
there is no destination anchor.ConversionContextOutputType} for the supported outputTypeCopyright © 2003–2017 Atlassian. All rights reserved.