public class LinkURIBuilder extends Object
Limitations: - the only extension conversion supported is ".rtf" to ".html"
Constructor and Description |
---|
LinkURIBuilder(String fieldExpression) |
Modifier and Type | Method and Description |
---|---|
String |
getHyperlinkTarget()
Constructs a HTTP link from the HYPERLINK field expression.
|
boolean |
isHyperlinkField() |
boolean |
isValidFragment()
It is recommended to use only Latin letters, Arabic numerals (digits), hyphen (-), underscore
(_) and dot (.) for anchors, to support as many HTML versions and web browsers as possible.
|
public LinkURIBuilder(String fieldExpression)
public boolean isHyperlinkField()
public boolean isValidFragment()
public String getHyperlinkTarget()
Copyright © 2019 Habarisoft. All rights reserved.