Uses of Class
org.opencms.xml.page.CmsXmlPage
Package
Description
Contains functions to import and export resources from the OpenCms VFS.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
-
Uses of CmsXmlPage in org.opencms.importexport
Modifier and TypeMethodDescriptionstatic CmsXmlPage
CmsXmlPageConverter.convertToXmlPage
(CmsObject cms, byte[] content, Locale locale, String encoding) Deprecated.Converts the contents of a page into an xml page. -
Uses of CmsXmlPage in org.opencms.workplace.editors
Modifier and TypeFieldDescriptionprotected CmsXmlPage
CmsDefaultPageEditor.m_page
Page object used from the action and init methods, be sure to initialize this e.g.Modifier and TypeMethodDescriptionstatic List<CmsDialogElement>
CmsDialogElements.computeElements
(CmsObject cms, CmsXmlPage xmlPage, String xmlPageUri, Locale locale) Creates a list of possible elements of a template from the template property "template-elements" and the elements available in the provided xmlPage. -
Uses of CmsXmlPage in org.opencms.xml.page
Modifier and TypeMethodDescriptionstatic CmsXmlPage
CmsXmlPageFactory.unmarshal
(byte[] xmlData, String encoding, EntityResolver resolver) Factory method to unmarshal (read) a XML page instance from a byte array that contains XML data.static CmsXmlPage
CmsXmlPageFactory.unmarshal
(String xmlData, String encoding, EntityResolver resolver) Factory method to unmarshal (read) a XML page instance from a String that contains XML data.static CmsXmlPage
Factory method to unmarshal (read) a XML page instance from a OpenCms VFS file that contains XML data.static CmsXmlPage
Factory method to unmarshal (read) a XML page instance from a OpenCms VFS file that contains XML data, using wither the encoding set in the XML file header, or the encoding set in the VFS file property.static CmsXmlPage
CmsXmlPageFactory.unmarshal
(CmsObject cms, CmsResource resource, javax.servlet.ServletRequest req) Factory method to unmarshal (read) a XML page instance from a resource, using the request attributes as cache.