Java Doc for LinkFormat.java in » Development » ivatamasks » com » ivata » mask » web » format » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Convert all URLs in the text provided into HTML 'anchor' links.
Currently, this method knows and converts URLs beginning with:
http://
https://
ftp://
Parameters: hTMLTextParam - HTML text to convert URLs in.
final void
setConvertHTMLEntities(boolean convertHTMLEntitiesParam) Allows HTMLFormat to tell this format it should convert
HTML character entities in the display part of the link.
Convert all URLs in the text provided into HTML 'anchor' links.
Currently, this method knows and converts URLs beginning with:
http://
https://
ftp://
Parameters: hTMLTextParam - HTML text to convert URLs in. formatted text, with all of the URLs converted to HTML anchortags.
setConvertHTMLEntities
final void setConvertHTMLEntities(boolean convertHTMLEntitiesParam)(Code)
Allows HTMLFormat to tell this format it should convert
HTML character entities in the display part of the link.
Parameters: convertHTMLEntitiesParam - if true then character entities will beconverted.