Uses of Class
org.opencms.i18n.tools.CmsContainerPageCopier.NoCustomReplacementException
-
Uses of CmsContainerPageCopier.NoCustomReplacementException in org.opencms.i18n.tools
Modifier and TypeMethodDescriptionvoid
CmsContainerPageCopier.copyPageOnly
(CmsResource originalPage, String targetPageRootPath) Copies the given container page to the provided root path.CmsContainerPageCopier.replaceContainerElement
(CmsResource targetPage, CmsContainerElementBean originalElement) Produces the replacement for a container page element to use in a copy of an existing container page.void
CmsContainerPageCopier.replaceElements
(CmsResource containerPage) Replaces the elements in the copied container page with copies, if appropriate based on the current copy mode.void
CmsContainerPageCopier.run
(CmsResource source, CmsResource target) Starts the page copying process.void
CmsContainerPageCopier.run
(CmsResource source, CmsResource target, String targetName) Starts the page copying process.