This JSP processes page content and returns any variables
(OPCGIPARAMs) for future processing during CCL playback. It is
designed to process Business Objects XI HTTP requests, and determine
the correct sEntry/logonToken
values.
The JSP takes a vector of page contents and processes each one in turn. When finished it places on the request object an attribute named “variables” that contains any OPCGIPARAM vars, which have been set as a result of the processing.
The request attribute “url” contains the URL that was requested that triggered the page loads. The request attribute “content” is a vector of content objects, for each page that was loaded as a result of the target being requested. This processing works only for Business Objects XI, version 1 (version 2 is not supported). See the default template in:
SYBASE\tomcat\webapps\onepage\portlets\jsp\custom\handleBOXIPage Content.jsp
See “Using @OPCGIPARAM to define a default value” for general information about @OPCGIPARAM,
and see “Understanding Page Content Processor JSP” for
more detailed information, to help ensure OPCGIPARAM substitution
works properly.