Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.obi
Class SetSearchPage

java.lang.Object
  |
  +--ORG.oclc.mantis.obi.SetSearchPage

public class SetSearchPage
extends Object
implements JavaPage


Field Summary
protected  MantisUtil mu
          The MantisUtil object for this session.
protected  UserStateObject user
          The current user.
protected  DataPairs widgets
          The input widgets.
 
Constructor Summary
SetSearchPage()
          Constructs a SetSearchPage object.
 
Method Summary
 void loadInputs(DataPairs h)
           
 void normalizeInputs()
           
 void runit(RequestManager rMngr)
          Execute the embedded SetSearchPage JavaPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected UserStateObject user
The current user.

mu

protected MantisUtil mu
The MantisUtil object for this session.

widgets

protected DataPairs widgets
The input widgets.
Constructor Detail

SetSearchPage

public SetSearchPage()
Constructs a SetSearchPage object.
Method Detail

runit

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

loadInputs

public void loadInputs(DataPairs h)

normalizeInputs

public void normalizeInputs()

Open SiteSearch 4.1.1
Final