ORG.oclc.mantis.verbs
Class MTLOAD
java.lang.Object
|
+--ORG.oclc.webz.Verb
|
+--ORG.oclc.mantis.verbs.MVerb
|
+--ORG.oclc.mantis.verbs.MTLOAD
- public class MTLOAD
- extends MVerb
The MTLOAD class is a specialized Verb in Record Builder
whose primary function is to presnt a display view of the current
record.
MTLOAD uses input parameters contained in the RequestManager object.
- See Also:
DataPairs
,
RequestManager
Fields inherited from class ORG.oclc.mantis.verbs.MVerb |
accessClient,
action,
actionNode,
app_page,
autho,
dirtyTemplate,
DISPLAYCMD,
EDITCMD,
editsessionid,
editTimeout,
esi_user,
lockServerHost,
lockServerPort,
NOLOCKBACKUP,
NOLOCKUPDATE,
rMngr,
style,
SUCCESS,
templateName,
VIEWCMD |
Constructor Summary |
MTLOAD()
Constructs an MTLOAD object. |
MTLOAD(RequestManager r)
Constructs a MVerb object for the input RequestManager object. |
Method Summary |
void |
runit(RequestManager rMngr)
Executes the MTLOAD Verb using the input parameters contained
in the RequestManager object. |
void |
runit(RequestManager rMngr,
String URLCmd)
Executes the MTLOAD Verb using the input parameters contained
in the RequestManager object and the URLCmd String. |
Methods inherited from class ORG.oclc.mantis.verbs.MVerb |
authWarnMsg,
doInit,
getLock,
getModule,
getModule,
getModule,
initMUser,
makeBody,
noLockWarnMsg,
releaseLock,
setButton,
setButton,
setupEditSession,
stdClose,
stdSetup,
toString,
unSetButton |
MTLOAD
public MTLOAD()
- Constructs an MTLOAD object.
MTLOAD
public MTLOAD(RequestManager r)
- Constructs a MVerb object for the input RequestManager object.
runit
public void runit(RequestManager rMngr)
- Executes the MTLOAD Verb using the input parameters contained
in the RequestManager object.
- Parameters:
rMngr
- the RequestManager object- Overrides:
- runit in class MVerb
runit
public void runit(RequestManager rMngr,
String URLCmd)
- Executes the MTLOAD Verb using the input parameters contained
in the RequestManager object and the URLCmd String.
- Parameters:
rMngr
- the RequestManager objectURLCmd
- the command string with the widgets delimited by ":".
For example,
QUERY:next=results.html:query=dog:numrecs=10:format=B