Class ScreenXmlLoader

java.lang.Object
io.jmix.flowui.sys.ScreenXmlLoader

@Component("flowui_ScreenXmlLoader") public class ScreenXmlLoader extends Object
Loads screen XML descriptors.
  • Field Details

  • Constructor Details

    • ScreenXmlLoader

      public ScreenXmlLoader()
  • Method Details

    • setResources

      @Autowired public void setResources(Resources resources)
    • setScreenXmlCache

      @Autowired public void setScreenXmlCache(ScreenXmlDocumentCache screenXmlCache)
    • setScreenXmlParser

      @Autowired public void setScreenXmlParser(ScreenXmlParser screenXmlParser)
    • load

      public org.dom4j.Element load(String resourcePath)
      Loads a descriptor.
      Parameters:
      resourcePath - path to the resource containing the XML
      Returns:
      root XML element
    • getDocument

      protected org.dom4j.Document getDocument(String template)
    • createDocument

      protected org.dom4j.Document createDocument(String template)