BBJSP Widget (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
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
|
This example demonstrates how this works in a BBJSP web-page
<%@ taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %> |