| Package | Description |
|---|---|
| org.opencms.i18n.tools |
Tools for i18n.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerPageCopier.copyPageOnly(CmsResource originalPage,
java.lang.String targetPageRootPath)
Copies the given container page to the provided root path.
|
CmsContainerElementBean |
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,
java.lang.String targetName)
Starts the page copying process.
|