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 |
IllConfirm
public IllConfirm()
- Constructs an illconfirmscreen object
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