com.ecyrd.jspwiki
Class SearchMatcher.SearchResultImpl

java.lang.Object
  |
  +--com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
All Implemented Interfaces:
SearchResult
Enclosing class:
SearchMatcher

public class SearchMatcher.SearchResultImpl
extends java.lang.Object
implements SearchResult


Constructor Summary
SearchMatcher.SearchResultImpl(java.lang.String name, int score)
           
 
Method Summary
 WikiPage getPage()
          Return the page.
 int getScore()
          Returns the score.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchMatcher.SearchResultImpl

public SearchMatcher.SearchResultImpl(java.lang.String name,
                                      int score)
Method Detail

getPage

public WikiPage getPage()
Description copied from interface: SearchResult
Return the page.

Specified by:
getPage in interface SearchResult

getScore

public int getScore()
Description copied from interface: SearchResult
Returns the score.

Specified by:
getScore in interface SearchResult