SAP ABAP Class CL_WDR_HTML_WRITER (Service Class to Create HTML (internal))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_WEB (Package) UIE Library "Web"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_HTML_WRITER API to Create HTML 20120710
Properties
Class CL_WDR_HTML_WRITER  
Short Description Service Class to Create HTML (internal)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_WEB   UIE Library "Web" 
Created 20120710   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_WD_HTML_WRITER API to Create HTML 20120710
Friends
Class CL_WDR_HTML_WRITER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CURRENT_CLASSES Instance attribute Private Type reference (TYPE) STRING 20120710
2 M_CURRENT_IS_CLOSED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120710
3 M_CURRENT_STYLES Instance attribute Private Type reference (TYPE) STRING 20120710
4 M_CURRENT_TAG Instance attribute Private Type reference (TYPE) STRING 20120710
5 M_DO_NESTING_CHECK Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120710
6 M_HTML Instance attribute Private Type reference (TYPE) STRING 20120710
7 M_TAG_STACK Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20120710
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120710
2 FLUSH_TAG Instance method Private Method 20120710
3 GET_HTML Instance method Private Method Returns the created HTML 20120710
Events
Class CL_WDR_HTML_WRITER has no event.
Types
Class CL_WDR_HTML_WRITER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DO_NESTING_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Auf korrekte Schachtelung prüfen 20120710

Method CONSTRUCTOR on class CL_WDR_HTML_WRITER has no exception.

Method FLUSH_TAG Signature

Method FLUSH_TAG on class CL_WDR_HTML_WRITER has no parameter.
Method FLUSH_TAG on class CL_WDR_HTML_WRITER has no exception.

Method GET_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTML Value transfer Type reference (TYPE) STRING 20120710
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION Ausnahmeklasse für Verwendung von Web Dynpro HTML Elemente 20120712
History
Last changed by/on SAP  20130531 
SAP Release Created in 740