Open SiteSearch 4.1.1
Final

ORG.oclc.gadgets
Class TempNav

java.lang.Object
  |
  +--ORG.oclc.gadgets.TempNav

public class TempNav
extends Object
implements GadgetBuilder

The TempNav gadget renders the html for the navigation panel for a temporary file. It is identical to the standard, non-temporary navigation panel. This is used in the default case by obi/tempresultsnavscreen.java and tempresultsnav.html when there is no specific tempnav specified in the database's TempFileParms.

See Also:
UserStateObject, DataPairs, StyleTable, tempresultsnavscreen

Constructor Summary
TempNav()
          Constructs an illconfirmscreen object
 
Method Summary
 String buildit(RequestManager rMngr, String name)
          Executes the embedded contact method gadget.
 String toString()
          Generates a String representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TempNav

public TempNav()
Constructs an illconfirmscreen object
Method Detail

buildit

public String buildit(RequestManager rMngr,
                      String name)
Executes the embedded contact method gadget.
Specified by:
buildit in interface GadgetBuilder
Parameters:
rMngr - the current userState object

toString

public String toString()
Generates a String representation of the object.
Specified by:
toString in interface GadgetBuilder
Returns:
String
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final