|
get_servlet_path function |
|
Contained in package wwctx_api. Call this function to generate a fully qualified URL to the Parallel Filter servlet. Notes:
function get_servlet_path (
) return varchar2; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_url |
The relative URL. |
|
Returns: This function returns a fully qualified URL for the relative URL parameter. Exceptions: This function raises no user-defined exceptions. Example: l_process_path := wwctx_api.get_servlet_path (
); |
|
|
A servlet is a small Java program that runs on a Web server. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |