Interface IF_BSP_PAGE_CONTEXT 
Interface IF_BSP_PAGE_CONTEXT forms a wrapper around a BSP and is based on the Page Context Object.
-
-
-
-
This method outputs the current, active writer to the stack.
This method returns the runtime object.
This method returns the navigation object.
This method returns the request object.
This method returns the response object.
This method returns the page object.
This method takes the first writer off the stack and returns it.
This method sets a new writer on the stack and returns it as a response.
You can use this method to process other BSP elements dynamically. You can use this when you create Composite Elements for example.