Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.obi
Class mantisinit

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

public class mantisinit
extends Object
implements JavaPage

The mantisinit class creates default UserStateObject entities for a new user.

See Also:
JavaPage, UserStateObject, RequestManager, DataPairs

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

Constructor Detail

mantisinit

public mantisinit()
Constructs a intialize object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final