Package io.jmix.flowui.sys
Class ScreenXmlLoader
java.lang.Object
io.jmix.flowui.sys.ScreenXmlLoader
Loads screen XML descriptors.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Resources
protected ScreenXmlDocumentCache
protected ScreenXmlParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.dom4j.Document
createDocument
(String template) protected org.dom4j.Document
getDocument
(String template) org.dom4j.Element
Loads a descriptor.void
setResources
(Resources resources) void
setScreenXmlCache
(ScreenXmlDocumentCache screenXmlCache) void
setScreenXmlParser
(ScreenXmlParser screenXmlParser)
-
Field Details
-
resources
-
screenXmlCache
-
screenXmlParser
-
-
Constructor Details
-
ScreenXmlLoader
public ScreenXmlLoader()
-
-
Method Details
-
setResources
-
setScreenXmlCache
-
setScreenXmlParser
-
load
Loads a descriptor.- Parameters:
resourcePath
- path to the resource containing the XML- Returns:
- root XML element
-
getDocument
-
createDocument
-