com.silverpeas.search
Interface ResultDisplayer

All Known Implementing Classes:
AbstractResultDisplayer

public interface ResultDisplayer


Method Summary
 String getResultContent(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


Copyright © 2016 Silverpeas. All Rights Reserved.