Class Link
java.lang.Object
org.ametys.web.frontoffice.search.instance.model.Link
A link in a
SearchServiceInstance
-
Constructor Summary
ConstructorDescriptionLink
(String targetPage, String title, AmetysObjectResolver resolver) Creates a Link ofSearchServiceInstance
-
Method Summary
-
Constructor Details
-
Link
Creates a Link ofSearchServiceInstance
- Parameters:
targetPage
- the target page of the link. Can be nulltitle
- the title of the linkresolver
- The ametys object resolver
-
-
Method Details
-
getTarget
Gets the target page of the link- Returns:
- the target page of the link
-
getTitle
Gets the title of the link- Returns:
- the title of the link
-