Interface I_CmsResourceStringDumpLoader

All Known Implementing Classes:
CmsSeoFileLoader, CmsXmlContainerPageLoader, CmsXmlContentLoader, CmsXmlPageLoader

Resource loaders that implement this method can easily provide the contents of a selected targe element as a String.

Since:
6.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    dumpAsString(CmsObject cms, CmsResource resource, String element, Locale locale, javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
    Dumps the processed content of the the requested file (and it's sub-elements) to a String.