|
register_portlet procedure |
|
Contained in package wwpro_api_provider. Oracle Portal calls this procedure to register the use of the portlet every time the portlet is placed on a page. This procedure gives the portlet a chance to perform instance-level initialization, such as establishing defaults for end-user customization, before the portlet is displayed. Note:The reference_path field of the p_portlet_instance parameter can be used as a key for instance level initializations. procedure register_portlet (
); |
|
|
Any user can use this procedure. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_portlet_instance |
A record containing the properties of a portlet instance. Datatype: in portlet_instance_record |
|
Exceptions:
Examples: Calling code: wwpro_api_provider.register_portlet (
); Call to the provider: example_provider.register_portlet (
); |
|
|
Notes |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |