Package io.goobi.viewer.managedbeans
Class SitelinkBean
java.lang.Object
io.goobi.viewer.managedbeans.SitelinkBean
- All Implemented Interfaces:
Serializable
SitelinkBean.
- See Also:
-
Constructor Details
-
SitelinkBean
public SitelinkBean()
-
-
Method Details
-
getAvailableValues
getAvailableValues.- Returns:
- List of facet values for the configured field and query
- Throws:
PresentationException- if any.IndexUnreachableException- if any.
-
searchAction
searchAction.- Returns:
- Target page
- Throws:
IndexUnreachableException- if any.PresentationException- if any.DAOException- if any.
-
resetAction
resetAction.- Returns:
- an empty string after resetting the current sitelink value and hits
-
getValue
Getter for the fieldvalue.- Returns:
- the field value used to filter or look up sitelinks
-
setValue
Setter for the fieldvalue.- Parameters:
value- the field value used to filter or look up sitelinks
-
getHits
Getter for the fieldhits.- Returns:
- list of sitelink result pairs (label and URL)
-