
Interface IF_BSP_PAGE_CONTEXT forms a wrapper around a BSP and is based on the Page Context Object.
Implementing Classes |
None |
Enhanced Interface |
None |
Specializing Interfaces |
None |
-
| Method | Function |
|---|---|
| GET_OUT | Outputs the current, active writer to the stack |
| GET_RUNTIME | Returns the runtime object |
| GET_NAVIGATION | Returns the navigation object |
| GET_REQUEST | Returns the request object |
| GET_RESPONSE | Returns the response object |
| GET_PAGE | Returns the page object |
| POP_WRITER | Takes the first writer off the stack and returns it |
| PUSH_WRITER | Sets a new writer on the stack and returns it as a response |
| ELEMENT_PROCESS | You can use this method to process other BSP elements dynamically. You can use this when you create, for example. Composite Elements. |