Class DmContentLifeCycleServiceImpl.XmlContentLoader

java.lang.Object
org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl.XmlContentLoader
All Implemented Interfaces:
Serializable
Enclosing class:
DmContentLifeCycleServiceImpl

public class DmContentLifeCycleServiceImpl.XmlContentLoader extends Object implements Serializable
XmlContentLoader that provides XML document from the path provided
Author:
hyanghee, Dejan Brkic
See Also:
  • Constructor Details

    • XmlContentLoader

      public XmlContentLoader()
      default constructor
  • Method Details

    • getContent

      public org.dom4j.Document getContent(String site, String path)
      return XML document
      Parameters:
      site -
      path -
      Returns:
      content document