Class StandardURLTagFragmentGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateURLFragment​(java.lang.String urlText)
      Generates a URL string to go in an HTML image map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardURLTagFragmentGenerator

        public StandardURLTagFragmentGenerator()
        Creates a new instance.
    • Method Detail

      • generateURLFragment

        public java.lang.String generateURLFragment​(java.lang.String urlText)
        Generates a URL string to go in an HTML image map.
        Specified by:
        generateURLFragment in interface URLTagFragmentGenerator
        Parameters:
        urlText - the URL text (fully escaped).
        Returns:
        The formatted text