Uses of Class
org.opencms.configuration.CmsConfigurationException
Packages that use 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
Methods in org.opencms.cmis that throw CmsConfigurationException -
Uses of CmsConfigurationException in org.opencms.configuration
Methods in org.opencms.configuration that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsSystemConfiguration.addResourceInitHandler(String clazz, CmsParameterConfiguration params) Adds a new instance of a resource init handler class.voidI_CmsConfigurationParameterHandler.initConfiguration()Initializes a configuration after all parameters have been added.voidCmsConfigurationManager.writeConfiguration(Class<?> clazz) Writes the XML configuration for the provided configuration instance. -
Uses of CmsConfigurationException in org.opencms.file.types
Methods in org.opencms.file.types that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidA_CmsResourceType.addCopyResource(String source, String target, String type) Adds a new "copy resource" to this resource type, allowed only during the configuration phase.voidA_CmsResourceType.addDefaultProperty(CmsProperty property) Adds a default property to this resource type, allowed only during the configuration phase.voidA_CmsResourceType.initConfiguration(String name, String id, String className) voidCmsResourceTypeBinary.initConfiguration(String name, String id, String className) voidCmsResourceTypeFolder.initConfiguration(String name, String id, String className) voidCmsResourceTypeFolderSubSitemap.initConfiguration(String name, String id, String className) voidCmsResourceTypeImage.initConfiguration(String name, String id, String className) voidCmsResourceTypeJsp.initConfiguration(String name, String id, String className) voidCmsResourceTypePlain.initConfiguration(String name, String id, String className) voidCmsResourceTypePointer.initConfiguration(String name, String id, String className) voidCmsResourceTypeUnknown.initConfiguration(String name, String id, String className) voidCmsResourceTypeUnknownFile.initConfiguration(String name, String id, String className) voidCmsResourceTypeUnknownFolder.initConfiguration(String name, String id, String className) voidCmsResourceTypeXmlContainerPage.initConfiguration(String name, String id, String className) voidCmsResourceTypeXmlPage.initConfiguration(String name, String id, String className) voidI_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
Methods in org.opencms.importexport that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsImportExportManager.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.voidI_CmsImportExportHandler.exportData(CmsObject cms, I_CmsReport report) Exports the data from the Cms. -
Uses of CmsConfigurationException in org.opencms.jlan
Methods in org.opencms.jlan that throw CmsConfigurationException -
Uses of CmsConfigurationException in org.opencms.loader
Methods in org.opencms.loader that throw CmsConfigurationExceptionModifier 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.voidCmsResourceManager.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.voidCmsResourceManager.addResourceType(I_CmsResourceType resourceType) Adds a new resource type from the XML configuration to the internal list of loaded resource types.voidCmsResourceManager.initConfiguration()voidCmsResourceManager.initialize(CmsObject cms) Initializes all additional resource types stored in the modules.voidCmsResourceManager.setNameGenerator(I_CmsFileNameGenerator nameGenerator) Configures the URL name generator for XML contents. -
Uses of CmsConfigurationException in org.opencms.module
Methods in org.opencms.module that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidAdds 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.voidCmsModuleManager.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.voidCmsModuleManager.deleteModule(CmsObject cms, String moduleName, boolean replace, boolean preserveLibs, I_CmsReport report) Deletes a module from the configuration.voidCmsModuleManager.deleteModule(CmsObject cms, String moduleName, boolean replace, I_CmsReport report) Deletes a module from the configuration.voidCmsModuleImportExportHandler.exportData(CmsObject cms, I_CmsReport report) CmsModuleManager.getAllModulesFromPath(String rfsAbsPath) Returns a map of modules found in the given RFS absolute path.static CmsModuleCmsModuleImportExportHandler.readModuleFromImport(String importResource) Reads a module object from an external file source.static CmsModuleCmsModuleImportExportHandler.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.voidCmsModuleManager.updateModule(CmsObject cms, CmsModule module) Updates a already configured module with new values. -
Uses of CmsConfigurationException in org.opencms.repository
Methods in org.opencms.repository that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsRepositoryManager.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.voidA_CmsRepository.initConfiguration()voidCmsRepository.initConfiguration()voidCmsRepositoryFilter.initConfiguration()Initializes a configuration after all parameters have been added.voidCmsRepositoryManager.initConfiguration()Initializes a configuration after all parameters have been added. -
Uses of CmsConfigurationException in org.opencms.search
Methods in org.opencms.search that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsSearchManager.registerSolrIndex(CmsSolrIndex index) Registers a new Solr core for the given index. -
Uses of CmsConfigurationException in org.opencms.site
Methods in org.opencms.site that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsSiteManagerImpl.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.voidCmsSiteManagerImpl.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
Methods in org.opencms.ui.apps.dbmanager that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsImportFile.loadAndValidate()Class to load and validate import module file. -
Uses of CmsConfigurationException in org.opencms.ui.apps.modules
Methods in org.opencms.ui.apps.modules that throw CmsConfigurationExceptionModifier and TypeMethodDescriptionvoidCmsModuleImportFile.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
Methods in org.opencms.workplace.editors.directedit that throw CmsConfigurationException