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. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
currentcreate
public currentcreate()
- Constructs a currentcreate object.
runit
public void runit(RequestManager rMngr)
- Executes the currentcreate command.
- Specified by:
- runit in interface JavaPage
- Parameters:
rMngr
- the RequestManager object