|
show_portlet procedure |
|
Contained in package wwpro_api_provider. Oracle Portal calls this method to render a portlet on a page. When called the portlet should produce the necessary HTML or XML/XSL to display itself on the Oracle Portal page. This method may be called in one of eight different modes. The page produced should contain the restricted set of HTML markup that is legal to place inside an HTML table cell, i.e. no HEAD or BODY tags as these are applied by Oracle Portal. Notes:
procedure show_portlet (
); |
|
|
Any user can use this procedure. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
A portlet record structure that contains information for the requested portlet. Datatype: in out portlet_runtime_record |
|
|
Exceptions:
Examples: Calling code wwpro_api_provider.show_portlet (
); Call to the provider example_provider.show_portlet (
); |
|
|
Notes |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |