
Interface IF_BSP_PAGE_CONTEXT forms a wrapper around a BSP and is based on the Page Context Object.
Inheritance Hierarchy/Interface Composition
Implementing Classes
-
Enhanced Interface
-
Specializing Interfaces
-
Attributes
-
Methods
Method GET_OUT
This method outputs the current, active writer to the stack.
Method GET_RUNTIME
This method returns the runtime object.
Method GET_NAVIGATION
This method returns the navigation object.
Method GET_REQUEST
This method returns the request object.
Method GET_RESPONSE
This method returns the response object.
Method GET_PAGE
This method returns the page object.
Method POP_WRITER
This method takes the first writer off the stack and returns it.
Method PUSH_WRITER
This method sets a new writer on the stack and returns it as a response.
Method ELEMENT_PROCESS
You can use this method to process other BSP elements dynamically. You can use this when you create Composite Elements for example.