Interface URILabelGenerator
-
@Role public interface URILabelGenerator
Generate Resource Reference labels for URIs. For example an implementation for MAILTO URIs would remove the scheme part and the query string part.- Since:
- 2.2RC1
- Version:
- $Id: f32385565e9c4f7a3c374d131ea03098da5e54f2 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
generateLabel(ResourceReference reference)
-
-
-
Method Detail
-
generateLabel
String generateLabel(ResourceReference reference)
- Parameters:
reference
- the reference pointing to a URI for which we want to generate a label- Returns:
- the URI label to display when rendering resource references
- Since:
- 2.5RC1
-
-