Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-31
Class HTMLHandler
Parameters 
Method displayBase
Purpose
Sets the context of the HTML page on which subsequent methods such as display() 
and accept() work.
Syntax
public void displayBase (String htmlFilename,
 String formName,
 String frameName,
 String selectCtrlName)
Description
This method is equivalent to the SCREEN COBOL statement DISPLAY BASE 
base-screen-name. It must be called before calling display(). This method 
does not display an HTML page; the actual display is done during the call to 
display().
fieldIDs
An array of ScreenIdentifier objects; corresponds to 
screen-identifiers in the DISPLAY statement
isTemporary
If true, corresponds to the presence (and if false, to the 
absence) of the TEMP clause of the DISPLAY statement
literal
If non-null, corresponds to the presence (and if null, to the 
absence) of the IN clause of the DISPLAY statement
dependingOn
If non-null, corresponds to the presence (and if null, to the 
absence) of the DEPENDING [ON] clause of the DISPLAY 
statement
isShadowed
If true, corresponds to the presence (and if false, to the 
absence) of the SHADOWED clause of the DISPLAY 
statement










