Uses of Interface
com.ecyrd.jspwiki.SearchResult

Packages that use SearchResult
com.ecyrd.jspwiki   
 

Uses of SearchResult in com.ecyrd.jspwiki
 

Classes in com.ecyrd.jspwiki that implement SearchResult
 class SearchMatcher.SearchResultImpl
           
 

Methods in com.ecyrd.jspwiki 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.