Class allaire.dcf.recordset.AppletParamRecordset
All Packages Class Hierarchy This Package Previous Next Index
Class allaire.dcf.recordset.AppletParamRecordset
java.lang.Object
|
+----allaire.dcf.recordset.Recordset
|
+----allaire.dcf.recordset.AppletParamRecordset
- public class AppletParamRecordset
- extends Recordset
A type of Recordset which is populated based on the paramters
which are passed to a Java applet.
- See Also:
- Recordset
-
AppletParamRecordset(Applet)
- Construct a Recordset based on the parameters
passed to the applet.
-
AppletParamRecordset(Applet, String)
- Constructs a Recordset based on the parameters
passed to the applet that have the specified
Recordset name prefix.
AppletParamRecordset
public AppletParamRecordset(Applet applet) throws Exception
- Construct a Recordset based on the parameters
passed to the applet.
- Parameters:
- applet - The applet to fetch the parameters from.
- Throws: Exception
- Throws an exception if the parameters
passed to the applet either do not exist or are not formatted correctly.
AppletParamRecordset
public AppletParamRecordset(Applet applet,
String strName) throws Exception
- Constructs a Recordset based on the parameters
passed to the applet that have the specified
Recordset name prefix. This version of the constructor
is designed to support the passing (by name) of multiple
Recordsets to a single applet.
- Parameters:
- applet - The applet to fetch the parameters from.
- strName - The Recordset name to use as a filter
in determining which parameters to parse.
- Throws: Exception
- Throws an exception if the parameters
passed to the applet either do not exist or are not
formatted correctly.
All Packages Class Hierarchy This Package Previous Next Index