BBjspHashMap::getObject (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns the object bound to the key. No coersion takes place.
Syntax
Return Value |
Method |
Object |
getObject(string key) |
Parameters
Variable |
Description |
key |
The name of the object to get. |
Return Value
Returns the object bound to the key.
Remarks
None.
Example
|