BBJSP Widget
Description
All user widgets for use in BBJSP pages need to implement this interface.
Methods of BBjspWidget
Return Value |
Method |
---|---|
void |
open(BBjspPageContextcontext) |
Remarks
None.
Example
REM === |
This example demonstrates how this works in a BBJSP web-page
<%@ taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %> |