public interface URLTagFragmentGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateURLFragment(java.lang.String urlText)
Generates a URL string to go in an HTML image map.
|
java.lang.String generateURLFragment(java.lang.String urlText)
urlText will be created by a URL generator
(such as CategoryURLGenerator, PieURLGenerator,
XYURLGenerator or XYZURLGenerator) and that generator is
responsible for ensuring that the URL text is correctly escaped.urlText - the URL text (fully escaped).