|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.format.LinkFormat
This class converts URLs in the text into HTML anchor links.
| Constructor Summary | |
LinkFormat()
|
|
| Method Summary | |
java.lang.String |
format(java.lang.String hTMLTextParam)
Convert all URLs in the text provided into HTML 'anchor' links. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinkFormat()
| Method Detail |
public final java.lang.String format(java.lang.String hTMLTextParam)
Convert all URLs in the text provided into HTML 'anchor' links.
Currently, this method knows and converts URLs beginning with:
format in interface HTMLFormathTMLTextParam - HTML text to convert URLs in.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||