SAP ABAP Class CLUR_MIME_HANDLER (MIME Handler for Unified Rendering)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UR_NW7 (Package) Unified Rendering: Lightspeed
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTTP_EXTENSION HTTP Framework (iHTTP) HTTP Request Handler 20090108
Properties
Class CLUR_MIME_HANDLER  
Short Description MIME Handler for Unified Rendering    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UR_NW7   Unified Rendering: Lightspeed 
Created 20081105   SAP 
Last change 20130531   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
# Interface Abstract Final Description Created on
1 IF_HTTP_EXTENSION HTTP Framework (iHTTP) HTTP Request Handler 20090108
Friends
Class CLUR_MIME_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_MIME_FILE Instance attribute Private Type reference (TYPE) STRING '/sap/public/wdg_rel_mime.zip' 20090108
2 C_MIME_FILE__ Instance attribute Private Type reference (TYPE) STRING '/sap/public/bc/ur/mimes.zip' 20090108
3 C_MIME_ZIP_LOIO Constant Public Type reference (TYPE) SDOK_LOID '0019BBCA3D421DEDB6E50FEB0CAFEA8B' Logical Document 20090108
4 M_MIME_ACCESS Instance attribute Private Object reference (TYPE REF TO) LCL_MIME_ACCESS 20090108
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20090108
2 GET_FILE Instance method Public Method 20090108
3 GET_FILE_W_ICON_FALLBACK Instance method Public Method 20111007
4 GET_INFOS Instance method Public Method 20090108
5 GET_LAST_MODIFIED_FROM_ZIP Instance method Private Method 20090108
6 GET_LAST_MOD_FROM_MIME_ZIP Static method Public Method 20090108
7 GET_MIMETYPE Instance method Public Method 20090108
8 GET_ZIP_FILE_PATH Instance method Public Method 20090108
9 IS_UP_TO_DATE Instance method Private Method 20090108
10 LOCK Instance method Private Method 20090108
11 POPULATE_MIMES Instance method Public Method 20090108
12 SHOW_PROGRESS Instance method Private Method 20090108
13 UNLOCK Instance method Private Method 20090108
Events
Class CLUR_MIME_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_TIMESTAMP Public Type reference (TYPE) SMIMPHIO-CHNG_TIME 20090108
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CLUR_MIME_HANDLER has no parameter.
Method CONSTRUCTOR on class CLUR_MIME_HANDLER has no exception.

Method GET_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTENT Value transfer Type reference (TYPE) XSTRING 20090108
2 Importing FILE_PATH Value transfer Type reference (TYPE) STRING 20090108
3 Exporting TIMESTAMP Value transfer Type reference (TYPE) T_TIMESTAMP Änderungszeitpunkt (UTC) 20090108

Method GET_FILE on class CLUR_MIME_HANDLER has no exception.

Method GET_FILE_W_ICON_FALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTUAL_FILE_PATH Value transfer Type reference (TYPE) STRING 20111020
2 Exporting CONTENT Value transfer Type reference (TYPE) XSTRING 20111007
3 Importing FILE_PATH Value transfer Type reference (TYPE) STRING 20111007
4 Exporting TIMESTAMP Value transfer Type reference (TYPE) T_TIMESTAMP Änderungszeitpunkt (UTC) 20111007

Method GET_FILE_W_ICON_FALLBACK on class CLUR_MIME_HANDLER has no exception.

Method GET_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INFOS Value transfer Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20090108

Method GET_INFOS on class CLUR_MIME_HANDLER has no exception.

Method GET_LAST_MODIFIED_FROM_ZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PACKAGE Call by reference Type reference (TYPE) CSEQUENCE 20090108
2 Returning TIMESTAMP Value transfer Type reference (TYPE) T_TIMESTAMP Änderungszeitpunkt (UTC) 20090108

Method GET_LAST_MODIFIED_FROM_ZIP on class CLUR_MIME_HANDLER has no exception.

Method GET_LAST_MOD_FROM_MIME_ZIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LAST_MODIFIED Value transfer Type reference (TYPE) STRING 20090108

Method GET_LAST_MOD_FROM_MIME_ZIP on class CLUR_MIME_HANDLER has no exception.

Method GET_MIMETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILE_NAME Call by reference Type reference (TYPE) STRING 20090108
2 Returning MIME_TYPE Value transfer Type reference (TYPE) STRING 20090108

Method GET_MIMETYPE on class CLUR_MIME_HANDLER has no exception.

Method GET_ZIP_FILE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATH Value transfer Type reference (TYPE) STRING 20090108

Method GET_ZIP_FILE_PATH on class CLUR_MIME_HANDLER has no exception.

Method IS_UP_TO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILE_TIMESTAMP Call by reference Type reference (TYPE) T_TIMESTAMP Änderungszeitpunkt (UTC) 20090108
2 Importing PACKAGE Call by reference Type reference (TYPE) CSEQUENCE 20090108
3 Returning UP_TO_DATE Value transfer Type reference (TYPE) ABAP_BOOL 20090108

Method IS_UP_TO_DATE on class CLUR_MIME_HANDLER has no exception.

Method LOCK Signature

Method LOCK on class CLUR_MIME_HANDLER has no parameter.
Method LOCK on class CLUR_MIME_HANDLER has no exception.

Method POPULATE_MIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE_UPDATE Call by reference Type reference (TYPE) ABAP_BOOL Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090108
2 Importing PACKAGE Value transfer Type reference (TYPE) CSEQUENCE 20090108

Method POPULATE_MIMES on class CLUR_MIME_HANDLER has no exception.

Method SHOW_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERCENT Call by reference Type reference (TYPE) I 20090108
2 Importing TEXT Call by reference Type reference (TYPE) STRING 20090108

Method SHOW_PROGRESS on class CLUR_MIME_HANDLER has no exception.

Method UNLOCK Signature

Method UNLOCK on class CLUR_MIME_HANDLER has no parameter.
Method UNLOCK on class CLUR_MIME_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731