Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class historyscreen

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

public class historyscreen
extends Object
implements JavaPage

The historyscreen class creates a list of HTML checkboxes from the user's search history information, which include dbnames, query(es), postings and resultsetname(s). This information is used to constuct an HTML interface to allow the user to combine previous searches to do a new search using the Extended Verb "HistoryQuery".

The checkboxes (or a "no history message") is stored in the UserStateObject entity "History". A summary of number of searches against number of unique databases or database groups is stored in the UserStateObject entity "SearchSummary".

Uses the StyleTable entity "searchHistoryText".

See Also:
JavaPage, UserStateObject, StyleTable, HistoryQuery, ZUserData, FormatBerUtil

Constructor Summary
historyscreen()
          Construct a historyscreen object.
 
Method Summary
 void runit(RequestManager rMngr)
          Execute historyscreen embedded JavaPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

historyscreen

public historyscreen()
Construct a historyscreen object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final