Package org.silverpeas.core.web.search
Interface ResultDisplayer
-
- All Known Implementing Classes:
AbstractResultDisplayer
public interface ResultDisplayer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResultContent(SearchResultContentVO searchResult)If parameters are missing, add them inside SearchResultContentVO in order to keep the same interface.
-
-
-
Method Detail
-
getResultContent
String getResultContent(SearchResultContentVO searchResult)
If parameters are missing, add them inside SearchResultContentVO in order to keep the same interface.- Parameters:
searchResult- a SearchResultContent value object which is initialized from search result data.- Returns:
- an HTML string representation of the result with additional informations about current search result content
-
-