Interface LinkLabelGenerator
-
@Role public interface LinkLabelGenerator
Generate Link label. Used when no label has been specified by the user for links.- Since:
- 1.8RC2
- Version:
- $Id: 7e05c8a3fa23206ae76d6606568a5fa1196fbc17 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
generate(ResourceReference reference)
Generate a clean String label for the providedResourceReference
.
-
-
-
Method Detail
-
generate
String generate(ResourceReference reference)
Generate a clean String label for the providedResourceReference
.- Parameters:
reference
- the link reference- Returns:
- the generated label
- Since:
- 2.5RC1
-
-