public interface HtmlResultProvider
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IResult> |
getResults(java.util.Collection<java.lang.String> topics) |
java.util.Collection<IResult> getResults(java.util.Collection<java.lang.String> topics)
topics
- A collection of topics to get results for. The implementation may handle special
wildcard topics like the empty string.