public interface HrefEvaluator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createHref(ConversionContext context,
java.lang.Object object,
java.lang.String anchor)
Create the appropriate href attribute value for the supplied ConversionContext.
|
java.lang.String createHref(ConversionContext context, java.lang.Object object, java.lang.String anchor)
context
- 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 outputType
Copyright © 2003-2014 Atlassian. All Rights Reserved.