程序包 | 说明 |
---|---|
org.opencms.file.wrapper |
This package contains classes and interfaces used to access OpenCms through a wrapped
CmsObject . |
org.opencms.jlan | |
org.opencms.repository |
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsResourceExtensionWrapper
Abstract base class which implements
I_CmsResourceWrapper and
makes it possible to add and remove file extensions to resources. |
class |
A_CmsResourceWrapper
Default abstract implementation of the interface
I_CmsResourceWrapper . |
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 |
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.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsResourceWrapper> |
CmsObjectWrapper.getWrappers()
Returns the configured resource wrappers used by this instance.
|
构造器和说明 |
---|
CmsObjectWrapper(CmsObject cms,
java.util.List<I_CmsResourceWrapper> wrappers)
Constructor with the CmsObject to wrap and the resource wrappers to use.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsResourceWrapper> |
CmsJlanRepository.getWrappers()
Gets the resource wrappers which have been configured for this repository.
|
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<I_CmsResourceWrapper> |
CmsRepositoryManager.createResourceWrappersFromConfiguration(CmsParameterConfiguration config,
java.lang.String paramName,
org.apache.commons.logging.Log log)
Creates a list of resource wrappers from a collection of configuration parameters, for use in configuring repositories.
|