org.xwiki.rendering.renderer.reference.link
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 $
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
Copyright © 2004-2013 XWiki. All Rights Reserved.