-
- All Known Implementing Classes:
StandardURLTagFragmentGenerator
public interface URLTagFragmentGenerator
Interface for generating the URL fragment of an HTML image map area tag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgenerateURLFragment(String urlText)Generates a URL string to go in an HTML image map.
-
-
-
Method Detail
-
generateURLFragment
String generateURLFragment(String urlText)
Generates a URL string to go in an HTML image map.
Note that theurlTextwill be created by a URL generator (such asCategoryURLGenerator,PieURLGenerator,XYURLGeneratororXYZURLGenerator) and that generator is responsible for ensuring that the URL text is correctly escaped.- Parameters:
urlText- the URL text (fully escaped).- Returns:
- The formatted HTML area tag attribute(s).
-
-