public interface IReverseLinkComponent
Modifier and Type | Method and Description |
---|---|
String |
getLinkText(ContentContext ctx)
this text must be replace with a link.
|
String |
getLinkURL(ContentContext ctx)
return the link code (in HTML) with the link text in.
|
MenuElement |
getPage()
get the page of the component.
|
boolean |
isOnlyFirstOccurrence()
only modify the first occurrence on the page
|
boolean |
isOnlyPreviousComponent()
change only the component juste before link component
|
boolean |
isOnlyThisPage()
only if reverse link change text only on the same page than the component.
|
boolean |
isReverseLink()
return true if the component must be use as reverselink.
|
MenuElement getPage()
String getLinkText(ContentContext ctx)
String getLinkURL(ContentContext ctx)
boolean isReverseLink()
boolean isOnlyFirstOccurrence()
boolean isOnlyThisPage()
boolean isOnlyPreviousComponent()
Copyright © 2012-2018. All Rights Reserved.