SAP ABAP Class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL (Handler for RFC 5147 URI fragments of text/plain entities)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_TOOLS_CORE (Package) ADT Tools Core
⤷
⤷
Properties
| Class | CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL | |
| Short Description | Handler for RFC 5147 URI fragments of text/plain entities | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADT_TOOLS_CORE | ADT Tools Core |
| Created | 20100414 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL has no forward declaration.
Interfaces
Class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL has no interface implemented.
Friends
Class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL has no friend class.
Attributes
Class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100415 | ||
| 2 | Static method | Public | Method | 20100415 |
Events
Class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_FRAGMENT_PARSED | Public | See coding | 20100415 | BEGIN OF ty_fragment_parsed,
start TYPE ty_line_offset,
end TYPE ty_line_offset,
END OF ty_fragment_parsed
|
||
| 2 | TY_LINE_OFFSET | Public | See coding | 20100415 | BEGIN OF ty_line_offset,
line TYPE i,
offset TYPE i,
END OF ty_line_offset
|
Method Signatures
Method BUILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FRAGMENT | Call by reference | Type reference (TYPE) | TY_FRAGMENT_PARSED | 20100415 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100415 |
Method BUILD on class CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL has no exception.
Method PARSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_FRAGMENT_PARSED | 20100415 | ||||
| 2 | URI | Call by reference | Type reference (TYPE) | STRING | 20100415 | ||||
| 3 | URI_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_ADT_REST_URI | URI | 20110228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | URI-Mapping exception | 20100427 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |