Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class resultsnavscreen

java.lang.Object
  |
  +--ORG.oclc.obi.resultsnavscreen

public class resultsnavscreen
extends Object
implements JavaPage

The resultsnavscreen class creates/updates the UserStateObject entities SortLink, CurrentPostings, and LimitInfo.

If the resultSet is able to be sorted (server supports SORT requests and postings is less than max threshold) then SortLink is updated to a URL, otherwise it is set to a null value ("").

CurrentPostings is duplicate of UserStateObject entity postings.

LimitInfo is an HTML display of any portion of the query set by limit widget(s) (including the terms qualifying indexes).

See Also:
JavaPage, UserStateObject, RequestManager, ZDb, ZUserData

Constructor Summary
resultsnavscreen()
          Constructs a resultsnavscreen object.
 
Method Summary
 void runit(RequestManager rMngr)
          Executes the embedded resultsnavscreen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

resultsnavscreen

public resultsnavscreen()
Constructs a resultsnavscreen object.
Method Detail

runit

public void runit(RequestManager rMngr)
Executes the embedded resultsnavscreen.
Specified by:
runit in interface JavaPage
Parameters:
rMngr - the RequestManager object

Open SiteSearch 4.1.1
Final