Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.obi
Class currentcreate

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

public class currentcreate
extends Object
implements JavaPage

The currentcreate class selects the current user's search screen. For example, search.html or scansearch.html. currentcreate uses the UserStateObject entity "currentcreateScreen". currentcreateScreen filename of the user's active search (relative to the document root).

See Also:
JavaPage, UserStateObject, Action

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

Constructor Detail

currentcreate

public currentcreate()
Constructs a currentcreate object.
Method Detail

runit

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

Open SiteSearch 4.1.1
Final