SAP ABAP Class CL_HCS_MIME_TYPES (Help Center Search: MIME Type Functions)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷ BC-HLP-ABA (Application Component) Help Infrastructure for ABAP
⤷ SWDP_HELP_CENTER (Package) Help Center ABAP Web Dynpro
⤷ BC-HLP-ABA (Application Component) Help Infrastructure for ABAP
⤷ SWDP_HELP_CENTER (Package) Help Center ABAP Web Dynpro
Properties
Class | CL_HCS_MIME_TYPES | |
Short Description | Help Center Search: MIME Type Functions | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_HELP_CENTER | Help Center ABAP Web Dynpro |
Created | 20090707 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HCS_MIME_TYPES has no interface implemented.
Friends
Class CL_HCS_MIME_TYPES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | M_FILE_EXTENSIONS | Static Attribute | Private | See coding | File Endings (with MIME Types) | 20090713 | |||
2 | M_MIME_TYPES | Static Attribute | Private | See coding | MIME Types | 20090713 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CLASS_CONSTRUCTOR | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090713 |
2 | GET_MIME_TYPE_FROM_FILE_NAME | Static method | Public | Method | Determine MIME Type from File Name | 20090713 |
3 | INITIALIZE_FILE_EXTENSIONS | Static method | Private | Method | Initialize File Endings (with MIME Types) | 20090713 |
4 | INITIALIZE_MIME_TYPES | Static method | Private | Method | Initialize MIME Types | 20090713 |
5 | MIME_TYPE_SUPPORTED | Static method | Public | Method | Is MIME type supported? | 20090713 |
Events
Class CL_HCS_MIME_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_HCS_FILE_EXTENSION | Private | See coding | File Ending (with MIME Type) | 20090713 | begin of t_hcs_file_extension,
ext(10) type c,
mime_type type hcs_fs_mime_type,
end of t_hcs_file_extension
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_HCS_MIME_TYPES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HCS_MIME_TYPES has no exception.
Method GET_MIME_TYPE_FROM_FILE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | Dateiname | 20090713 | ||
2 | Returning | R_MIME_TYPE | Value transfer | Type reference (TYPE) | HCS_FS_MIME_TYPE | Help Center Suche: Federated Search - MIME Type | 20090713 |
Method GET_MIME_TYPE_FROM_FILE_NAME on class CL_HCS_MIME_TYPES has no exception.
Method INITIALIZE_FILE_EXTENSIONS Signature
Method INITIALIZE_FILE_EXTENSIONS on class CL_HCS_MIME_TYPES has no parameter.
Method INITIALIZE_FILE_EXTENSIONS on class CL_HCS_MIME_TYPES has no exception.
Method INITIALIZE_MIME_TYPES Signature
Method INITIALIZE_MIME_TYPES on class CL_HCS_MIME_TYPES has no parameter.
Method INITIALIZE_MIME_TYPES on class CL_HCS_MIME_TYPES has no exception.
Method MIME_TYPE_SUPPORTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_MIME_TYPE | Call by reference | Type reference (TYPE) | HCS_FS_MIME_TYPE | Help Center Suche: Federated Search - MIME Type | 20090713 | ||
2 | Returning | R_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Existiert MIME Type? | 20090713 |
Method MIME_TYPE_SUPPORTED on class CL_HCS_MIME_TYPES has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |