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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlContentLoader()default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dom4j.DocumentgetContent(String site, String path)return XML document
-