public interface Linkable
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHref()
Get the URL for this item. 
 | 
String | 
getHref(boolean mapped)
Get the mapped URL for this item. 
 | 
Link | 
getLink()
Get a link for this item. 
 | 
Link | 
getLink(boolean mapped)
Get a link for this item. 
 | 
LinkBuilder | 
getLinkBuilder()
Get a link builder for the current resource path. 
 | 
LinkBuilder | 
getLinkBuilder(boolean mapped)
Get a mapped link builder for the current resource path. 
 | 
String getHref()
String getHref(boolean mapped)
mapped - if true, the path will be routed through the resource resolver to determine the mapped path (e.g.
 without leading "/content").Link getLink()
Link getLink(boolean mapped)
mapped - if true, the Link path will be routed through the resource resolver to determine the
 mapped path (e.g. without leading "/content").LinkBuilder getLinkBuilder()
LinkBuilder getLinkBuilder(boolean mapped)
mapped - if true, the LinkBuilder for this resource will be routed through the resource
 resolver to determine the mapped path (e.g. without leading "/content").Copyright © 2019 ICF Next. All rights reserved.