Show TOC

OnManipulationLocate this document in the navigation structure

Use

This event handler is processed after the WCF controls embedded in the page are generated.

You can use OnManipulation to manipulate the HTTP data stream again (in particular for XSLT processing).

Features

You can access the following objects in the implementation toolbar:

Object

Reference Type

Description

APPLICATION

type ref to application class

The Application class means the individual application class entered in the BSP application. If there is no application class in the BSP application, this means that the

Object application is not available.

RUNTIME

type ref to IF_BSP_RUNTIME

Defined in interface IF_BSP_RUNTIME

is the runtime object.

REQUEST

type ref to IF_HTTP_REQUEST

Defined in interface IF_HTTP_REQUEST

is the request object.

RESPONSE

type ref to IF_HTTP_RESPONSE

Defined in interface IF_HTTP_RESPONSE

is the response object.

PAGE

type ref to IF_BSP_PAGE

Defined in interface IF_BSP_PAGE

is the page object.

PAGE_CONTEXT

type ref to IF_BSP_PAGE_CONTEXT

Defined in interface IF_BSP_PAGE_CONTEXT

is the page context object.