Open SiteSearch 4.1.1
Final

ORG.oclc.obi
Class fulltextscreen

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

public class fulltextscreen
extends Object
implements JavaPage

The fulltextscreen class creates the header information describing the current full text record. This information is stored as the value of UserStateObject entity "dblabel". Updates the UserStateObject entity CurrentPage to "FullText". Uses the StyleTable entity "recordDisplayInfo".

See Also:
JavaPage, UserStateObject, StyleTable

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

Constructor Detail

fulltextscreen

public fulltextscreen()
Constructs a fulltextscreen object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final