SAP ABAP Class CL_BSP_PAGE_CONTEXT (Business Server Pages (BSP) Page Context)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BSP (Application Component) Business Server Pages
⤷
SBSP_RUNTIME (Package) Business Server Pages (BSP): Runtime Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_PAGE_CONTEXT | BSP Page Context for Element Handler | 20010910 |
Properties
| Class | CL_BSP_PAGE_CONTEXT | |
| Short Description | Business Server Pages (BSP) Page Context | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
| Created | 20010208 | SAP |
| Last change | 20011203 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSP_PAGE_CONTEXT | BSP Page Context for Element Handler | 20010910 |
Friends
Class CL_BSP_PAGE_CONTEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BSP_RUNTIME | Current Runtime Instance | 20010208 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_APP_CONTEXT | Application Context | 20010208 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | OBJECT | Pointer to Initiator | 20011001 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | I | 0:- ; 1:controller ; 2:page | 20011001 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | Component Identification | 20020311 | |||
| 6 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BSP_PAGE_CONTEXT | 20030714 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | 'X' if a Delta Handler is Required | 20020322 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | 'X' if it is a page with errors | 20011116 | |||
| 9 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BSP_WRITER | Interface for Writing Page Content | 20010924 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Name of Page Class | 20010208 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRING | HTML Pool of Page | 20010208 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | STRING | Page ID | 20010208 | |||
| 13 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_PAGE_BASE | Page Instance | 20010208 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | I | Page Lifetime (See co_lifetime_...) | 20010208 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | STRING | Mime Type of Page | 20010208 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | STRING | Name of Page | 20010208 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | O2OPTIONS | Page Options | 20011018 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | OXYGEN_ARGTB | Page Parameters | 20010208 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | STRING | Page Script Code | 20010208 | |||
| 20 | Instance attribute | Public | Type reference (TYPE) | I | bspr_yes: Secure; bspr_no: Not Secure | 20010208 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | Servlet Type | 20011029 | |||
| 22 | Instance attribute | Public | Type reference (TYPE) | STRING | Page which is branched to if there is an error | 20011116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20010208 | |
| 2 | Instance method | Public | Method | Ready with BSP Element | 20020324 | |
| 3 | Instance method | Public | Method | 20020404 | ||
| 4 | Instance method | Public | Method | New BSP Element on Stack | 20020324 | |
| 5 | Instance method | Public | Method | 20020404 | ||
| 6 | Instance method | Public | Method | 20020404 | ||
| 7 | Instance method | Public | Method | 20011024 | ||
| 8 | Instance method | Public | Method | 20010925 | ||
| 9 | Instance method | Public | Method | 20010925 | ||
| 10 | Instance method | Public | Method | 20020404 | ||
| 11 | Instance method | Public | Method | 20011022 | ||
| 12 | Instance method | Public | Method | 20011022 | ||
| 13 | Instance method | Public | Method | 20011022 | ||
| 14 | Instance method | Public | Method | 20011026 | ||
| 15 | Instance method | Public | Method | 20011026 | ||
| 16 | Instance method | Public | Method | 20010925 |
Events
Class CL_BSP_PAGE_CONTEXT has no event.
Types
Class CL_BSP_PAGE_CONTEXT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RUNTIME | Call by reference | Object reference (TYPE REF TO) | CL_BSP_RUNTIME | BSP Runtime | 20010208 | |||
| 2 | WRITER | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WRITER | Ausgabestream | 20011022 |
Method CONSTRUCTOR on class CL_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_POP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BODY_REQ | Call by reference | Type reference (TYPE) | XFELD | ' ' | Feld zum Ankreuzen | 20020325 | ||
| 2 | DELTA_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DELTA_HANDLER | Delta Handling for BSP Extensions | 20020324 | |||
| 3 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20020324 | |||
| 4 | LEAVE_BODY_INTACT | Call by reference | Type reference (TYPE) | XFELD | SPACE | Feld zum Ankreuzen | 20021215 |
Method ELEMENT_POP on class CL_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_PROCESS Signature
Method ELEMENT_PROCESS on class CL_BSP_PAGE_CONTEXT has no parameter.
Method ELEMENT_PROCESS on class CL_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BODY_REQ | Call by reference | Type reference (TYPE) | XFELD | ' ' | Feld zum Ankreuzen | 20020325 | ||
| 2 | DELTA_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DELTA_HANDLER | Delta Handling for BSP Extensions | 20020324 | |||
| 3 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20020324 | |||
| 4 | RT_VALIDATION | Call by reference | Type reference (TYPE) | STRING | 20020324 |
Method ELEMENT_PUSH on class CL_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_STACK_DUMP Signature
Method ELEMENT_STACK_DUMP on class CL_BSP_PAGE_CONTEXT has no parameter.
Method ELEMENT_STACK_DUMP on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_MODEL Signature
Method GET_MODEL on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_MODEL on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_NAVIGATION Signature
Method GET_NAVIGATION on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_NAVIGATION on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_OUT Signature
Method GET_OUT on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_OUT on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_PAGE Signature
Method GET_PAGE on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_PAGE on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_PAGE_MIME_TYPE Signature
Method GET_PAGE_MIME_TYPE on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_PAGE_MIME_TYPE on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_REQUEST Signature
Method GET_REQUEST on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_REQUEST on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_RESPONSE Signature
Method GET_RESPONSE on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_RESPONSE on class CL_BSP_PAGE_CONTEXT has no exception.
Method GET_RUNTIME Signature
Method GET_RUNTIME on class CL_BSP_PAGE_CONTEXT has no parameter.
Method GET_RUNTIME on class CL_BSP_PAGE_CONTEXT has no exception.
Method POP_WRITER Signature
Method POP_WRITER on class CL_BSP_PAGE_CONTEXT has no parameter.
Method POP_WRITER on class CL_BSP_PAGE_CONTEXT has no exception.
Method PUSH_WRITER Signature
Method PUSH_WRITER on class CL_BSP_PAGE_CONTEXT has no parameter.
Method PUSH_WRITER on class CL_BSP_PAGE_CONTEXT has no exception.
Method RELEASE Signature
Method RELEASE on class CL_BSP_PAGE_CONTEXT has no parameter.
Method RELEASE on class CL_BSP_PAGE_CONTEXT has no exception.
History
| Last changed by/on | SAP | 20011203 |
| SAP Release Created in | 610 |