ORG.oclc.obi
Class  currentstate
java.lang.Object
  |
  +--ORG.oclc.obi.currentstate
- public class currentstate- extends Object- implements JavaPage
The currentstate class selects the current user's interface state. Gets 
 value of the UserStateObject entity "CurrentPage". 
 CurrentPage value is then used to locate
 the coresponding URL in the current user's StyleTable. The URL is used as 
 the next action in the RequestManager. If failure occurs the 
 bad widget is used.
 
 
 
| State | StyleTable variable | 
|---|
  | Results | results | 
  | Full | fullrec | 
  | FullText | fulltext | 
  | ScanReuslts | scan | 
  | ISOILL | isoill | 
 
- See Also: 
- JavaPage,- Action,- UserStateObject,- DataPairs,- RequestManager
| Constructor Summary | 
| currentstate()Constructs a currentstate object.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
currentstate
public currentstate()
- Constructs a currentstate object.
runit
public void runit(RequestManager rMngr)
- Executes the currentstate command.- 
- Specified by: 
- runit in interface JavaPage
- Parameters:
- rMngr- the RequestManager object