| Package | Description |
|---|---|
| org.opencms.file.wrapper |
This package contains classes and interfaces used to access OpenCms through a wrapped
CmsObject. |
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsResourceExtensionWrapper
Abstract base class which implements
I_CmsResourceWrapper and
makes it possible to add and remove file extensions to resources. |
class |
CmsResourceExtensionWrapperJsp
A resource type wrapper for jsp files, which adds the correct file extension "jsp"
to the resources.
|
class |
CmsResourceExtensionWrapperXmlContent
A resource type wrapper for xml content files, which adds the correct file extension "xml"
to the resources.
|
class |
CmsResourceExtensionWrapperXmlPage
A resource type wrapper for xml pages, which adds the correct file extension "xml"
to the resources.
|
class |
CmsResourceWrapperModules
Resource wrapper used to import/export modules by copying them to/from virtual folders.
|
class |
CmsResourceWrapperPreventCreateNameCI
Resource wrapper class which is used to prevent resources with a certain name from being created.
|
class |
CmsResourceWrapperPropertyFile
Adds a folder in every existing folder with the name "__properties" which
contains property files for every resource in the existing folder.
|
class |
CmsResourceWrapperReplaceDeleted
Resource wrapper which intercepts createResource calls and substitutes them with replaceResource if there is already a deleted file at the same path.
|
class |
CmsResourceWrapperSystemFolder
Adds the system folder to every root folder of target sites.
|
class |
CmsResourceWrapperXmlPage
A resource type wrapper for xml page files, which explodes the xml pages to folders.
|