Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface URLTagFragmentGenerator
Method Summary | |
String |
|
public String generateURLFragment(String urlText)
Generates a URL string to go in an HTML image map.
Note that theurlText
will be created by a URL generator (such asCategoryURLGenerator
,PieURLGenerator
,XYURLGenerator
orXYZURLGenerator
) 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).