Uses of Class
org.opencms.configuration.CmsConfigurationException
Package
Description
Reads and writes the XML based OpenCms configuration files.
The implementations of the core resource types for the VFS are located here.
Contains functions to import and export resources from the OpenCms VFS.
Low-level functions to manage the loading of resources from the OpenCms VFS.
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
Implements the main full text search and indexing functions available in OpenCms.
Provides access to the multi-site configuration of OpenCms.
Contains classes of the cache admin app.
Contains classes of the module manager app.
Used to control the generation of the HTML for the "direct edit" buttons.
-
Uses of CmsConfigurationException in org.opencms.cmis
-
Uses of CmsConfigurationException in org.opencms.configuration
Modifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.addResourceInitHandler
(String clazz, CmsParameterConfiguration params) Adds a new instance of a resource init handler class.void
I_CmsConfigurationParameterHandler.initConfiguration()
Initializes a configuration after all parameters have been added.void
CmsConfigurationManager.writeConfiguration
(Class<?> clazz) Writes the XML configuration for the provided configuration instance. -
Uses of CmsConfigurationException in org.opencms.file.types
Modifier and TypeMethodDescriptionvoid
A_CmsResourceType.addCopyResource
(String source, String target, String type) Adds a new "copy resource" to this resource type, allowed only during the configuration phase.void
A_CmsResourceType.addDefaultProperty
(CmsProperty property) Adds a default property to this resource type, allowed only during the configuration phase.void
A_CmsResourceType.initConfiguration
(String name, String id, String className) void
CmsResourceTypeBinary.initConfiguration
(String name, String id, String className) void
CmsResourceTypeFolder.initConfiguration
(String name, String id, String className) void
CmsResourceTypeFolderSubSitemap.initConfiguration
(String name, String id, String className) void
CmsResourceTypeImage.initConfiguration
(String name, String id, String className) void
CmsResourceTypeJsp.initConfiguration
(String name, String id, String className) void
CmsResourceTypePlain.initConfiguration
(String name, String id, String className) void
CmsResourceTypePointer.initConfiguration
(String name, String id, String className) void
CmsResourceTypeUnknown.initConfiguration
(String name, String id, String className) void
CmsResourceTypeUnknownFile.initConfiguration
(String name, String id, String className) void
CmsResourceTypeUnknownFolder.initConfiguration
(String name, String id, String className) void
CmsResourceTypeXmlContainerPage.initConfiguration
(String name, String id, String className) void
CmsResourceTypeXmlPage.initConfiguration
(String name, String id, String className) void
I_CmsResourceType.initConfiguration
(String name, String id, String className) Special version of the configuration initialization used with resource types to set resource type, id and class name, required for the XML configuration. -
Uses of CmsConfigurationException in org.opencms.importexport
Modifier and TypeMethodDescriptionvoid
CmsImportExportManager.exportData
(CmsObject cms, I_CmsImportExportHandler handler, I_CmsReport report) Checks if the current user has permissions to export Cms data of a specified export handler, and if so, triggers the handler to write the export.void
I_CmsImportExportHandler.exportData
(CmsObject cms, I_CmsReport report) Exports the data from the Cms. -
Uses of CmsConfigurationException in org.opencms.jlan
-
Uses of CmsConfigurationException in org.opencms.loader
Modifier and TypeMethodDescriptionCmsResourceManager.addContentCollector
(String className, String order) Adds a given content collector class to the type manager.CmsResourceManager.addHtmlConverter
(String name, String className) Adds a new HTML converter class to internal list of loaded converter classes.void
CmsResourceManager.addLoader
(I_CmsResourceLoader loader) Adds a new loader to the internal list of loaded loaders.CmsResourceManager.addMimeType
(String extension, String type) Adds a new MIME type from the XML configuration to the internal list of MIME types.CmsResourceManager.addRelationType
(String name, String type) Adds a new relation type from the XML configuration to the list of user defined relation types.void
CmsResourceManager.addResourceType
(I_CmsResourceType resourceType) Adds a new resource type from the XML configuration to the internal list of loaded resource types.void
CmsResourceManager.initConfiguration()
void
CmsResourceManager.initialize
(CmsObject cms) Initializes all additional resource types stored in the modules.void
CmsResourceManager.setNameGenerator
(I_CmsFileNameGenerator nameGenerator) Configures the URL name generator for XML contents. -
Uses of CmsConfigurationException in org.opencms.module
Modifier and TypeMethodDescriptionvoid
Adds a new module to the module manager.CmsModuleManager.buildDepsForAllModules
(String rfsAbsPath, boolean mode) Returns a map of dependencies.CmsModuleManager.buildDepsForModulelist
(List<String> moduleNames, String rfsAbsPath, boolean mode) Returns a map of dependencies between the given modules.void
CmsModuleManager.checkModuleSelectionList
(List<String> moduleNames, String rfsAbsPath, boolean forDeletion) Checks the module selection list for consistency, that means that if a module is selected, all its dependencies are also selected.void
CmsModuleManager.deleteModule
(CmsObject cms, String moduleName, boolean replace, boolean preserveLibs, I_CmsReport report) Deletes a module from the configuration.void
CmsModuleManager.deleteModule
(CmsObject cms, String moduleName, boolean replace, I_CmsReport report) Deletes a module from the configuration.void
CmsModuleImportExportHandler.exportData
(CmsObject cms, I_CmsReport report) CmsModuleManager.getAllModulesFromPath
(String rfsAbsPath) Returns a map of modules found in the given RFS absolute path.static CmsModule
CmsModuleImportExportHandler.readModuleFromImport
(String importResource) Reads a module object from an external file source.static CmsModule
CmsModuleImportExportHandler.readModuleFromManifest
(byte[] manifest) Reads a module object from an external file source.CmsModuleManager.topologicalSort
(List<String> moduleNames, String rfsAbsPath) Sorts a given list of module names by dependencies, so that the resulting list can be imported in that given order, that means modules without dependencies first.void
CmsModuleManager.updateModule
(CmsObject cms, CmsModule module) Updates a already configured module with new values. -
Uses of CmsConfigurationException in org.opencms.repository
Modifier and TypeMethodDescriptionvoid
CmsRepositoryManager.addRepositoryClass
(I_CmsRepository repository) Adds a new configured repository.static List<I_CmsResourceWrapper>
CmsRepositoryManager.createResourceWrappersFromConfiguration
(CmsParameterConfiguration config, 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.void
A_CmsRepository.initConfiguration()
void
CmsRepository.initConfiguration()
void
CmsRepositoryFilter.initConfiguration()
Initializes a configuration after all parameters have been added.void
CmsRepositoryManager.initConfiguration()
Initializes a configuration after all parameters have been added. -
Uses of CmsConfigurationException in org.opencms.search
Modifier and TypeMethodDescriptionvoid
CmsSearchManager.registerSolrIndex
(CmsSolrIndex index) Registers a new Solr core for the given index. -
Uses of CmsConfigurationException in org.opencms.site
Modifier and TypeMethodDescriptionvoid
CmsSiteManagerImpl.addSite
(String server, String uri, String title, String position, String errorPage, String webserver, String sslMode, String secureServer, String exclusive, String error, String usePermanentRedirects, String subsiteSelection, SortedMap<String, String> params, List<CmsSiteMatcher> aliases, Optional<CmsAlternativeSiteRootMapping> alternativeSiteRootMapping) Adds a new CmsSite to the list of configured sites, this is only allowed during configuration.void
CmsSiteManagerImpl.addSiteInternally
(String server, String uri, String title, String position, String errorPage, String webserver, String sslMode, String secureServer, String exclusive, String error, String usePermanentRedirects, String subsiteSelection, SortedMap<String, String> params, List<CmsSiteMatcher> aliases, Optional<CmsAlternativeSiteRootMapping> alternativeSiteRoot) Adds a new CmsSite to the list of configured sites, this is only allowed during configuration. -
Uses of CmsConfigurationException in org.opencms.ui.apps.dbmanager
Modifier and TypeMethodDescriptionvoid
CmsImportFile.loadAndValidate()
Class to load and validate import module file. -
Uses of CmsConfigurationException in org.opencms.ui.apps.modules
Modifier and TypeMethodDescriptionvoid
CmsModuleImportFile.loadAndValidate()
Loads the module data from the zip file and validates whether the module is importable, throwing an exception otherwise. -
Uses of CmsConfigurationException in org.opencms.workplace.editors.directedit