Open SiteSearch 4.1.1
Final

ORG.oclc.gadgets
Class IllConfirm

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

public class IllConfirm
extends Object
implements GadgetBuilder

The IllConfirm gadget formats all the possible information that was used for an ILL request and displays it to the user.
Default ILL data is retrieved for this user, from the ILLServer and any profile information available from authentication.

See Also:
UserStateObject, DataPairs, StyleTable, ILLUserData, IllPatronInfo, AccessUserData, AccessClient

Constructor Summary
IllConfirm()
          Constructs an illconfirmscreen object
 
Method Summary
 String buildit(RequestManager rMngr, String name)
          Executes the embedded illconfirmscreen.
 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

IllConfirm

public IllConfirm()
Constructs an illconfirmscreen object
Method Detail

buildit

public String buildit(RequestManager rMngr,
                      String name)
Executes the embedded illconfirmscreen.
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