enum sap.ui.core.mvc.XMLView.PreprocessorType

Visiblity: public
Available since: N/A
Module: sap/ui/core/mvc/XMLView
Application Component: CA-UI5-COR

Specifies the available preprocessor types for XMLViews



References:


Properties Overview

Node Description
sap.ui.core.mvc.XMLView.PreprocessorType.CONTROLS

This preprocessor receives the control tree produced through the view source

sap.ui.core.mvc.XMLView.PreprocessorType.VIEWXML

This preprocessor receives a valid xml source for View creation without any template tags but with control declarations. These include their full IDs by which they can also be queried during runtime.

sap.ui.core.mvc.XMLView.PreprocessorType.XML

This preprocessor receives the plain xml source of the view and should also return a valid xml ready for view creation