Uses of Interface
org.apache.wiki.SearchResult

Packages that use SearchResult
org.apache.wiki The chief package of JSPWiki. 
 

Uses of SearchResult in org.apache.wiki
 

Classes in org.apache.wiki that implement SearchResult
 class SearchMatcher.SearchResultImpl
          A local search result.
 

Methods in org.apache.wiki that return SearchResult
 SearchResult SearchMatcher.matchPageContent(String wikiname, String pageText)
          Compares the page content, available through the given stream, to the query items of this matcher.
 

Methods in org.apache.wiki with parameters of type SearchResult
 int SearchResultComparator.compare(SearchResult s1, SearchResult s2)
          Compares two SearchResult objects, returning the one that scored higher.