Uses of Class
org.opencms.loader.CmsLoaderException
Packages that use CmsLoaderException
Package
Description
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
The implementations of the core resource types for the VFS are located here.
This package contains classes and interfaces used to access OpenCms through a wrapped
CmsObject.Provides core support for GWT.
Low-level functions to manage the loading of resources from the OpenCms VFS.
These classes control the mapping of the OpenCms content to the Lucene search fields.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsLoaderException in org.opencms.file
Methods in org.opencms.file that throw CmsLoaderExceptionModifier and TypeMethodDescriptionprotected static booleanCmsLinkRewriter.isFolder(CmsResource resource) Helper method to check whether a given resource is a folder. -
Uses of CmsLoaderException in org.opencms.file.types
Methods in org.opencms.file.types that throw CmsLoaderExceptionModifier and TypeMethodDescriptionstatic intCmsResourceTypeXmlContainerPage.getContainerPageTypeId()Returns the container-page type id. -
Uses of CmsLoaderException in org.opencms.file.wrapper
Methods in org.opencms.file.wrapper that throw CmsLoaderExceptionModifier and TypeMethodDescriptionprotected CmsResourceCmsResourceWrapperModules.createFakeBinaryFile(String rootPath) Creates a fake CmsResource of type 'binary'.protected CmsResourceCmsResourceWrapperModules.createFakeBinaryFile(String rootPath, long dateLastModified) Creates a fake CmsResource of type 'binary'.protected CmsResourceCmsResourceWrapperModulesNonLazy.createFakeBinaryFile(String rootPath) Creates a fake CmsResource of type 'binary'.protected CmsResourceCmsResourceWrapperModulesNonLazy.createFakeBinaryFile(String rootPath, long dateLastModified) Creates a fake CmsResource of type 'binary'.protected CmsResourceCmsResourceWrapperModules.createFakeFolder(String rootPath) Creates a fake CmsResource of type 'folder'.protected CmsResourceCmsResourceWrapperModulesNonLazy.createFakeFolder(String rootPath) Creates a fake CmsResource of type 'folder'. -
Uses of CmsLoaderException in org.opencms.gwt
Methods in org.opencms.gwt that throw CmsLoaderExceptionModifier and TypeMethodDescriptionstatic CmsListInfoBeanCmsVfsService.getPageInfoWithLock(CmsObject cms, CmsResource resource) Returns a bean to display theincluding the lock state.invalid reference
org.opencms.gwt.client.ui.CmsListItemWidget -
Uses of CmsLoaderException in org.opencms.loader
Methods in org.opencms.loader that throw CmsLoaderExceptionModifier and TypeMethodDescriptionCmsResourceManager.getLoader(CmsResource resource) Returns the loader class instance for a given resource.CmsResourceManager.getResourceType(int typeId) Returns the initialized resource type instance for the given id.CmsResourceManager.getResourceType(String typeName) Returns the initialized resource type instance for the given resource type name.voidCmsJspLoader.removeOfflineJspFromRepository(CmsResource resource) Removes a JSP from an offline project from the RFS.voidCmsJspLoader.service(CmsObject cms, CmsResource resource, javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) CmsJspLoader.updateJsp(CmsResource resource, CmsFlexController controller, Set<String> updatedFiles) Updates a JSP page in the "real" file system in case the VFS resource has changed.protected booleanCmsJspLoader.updateStrongLinks(CmsResource resource, CmsFlexController controller, Set<String> updatedFiles) Updates all jsp files that include the given jsp file using the 'link.strong' macro.Constructors in org.opencms.loader that throw CmsLoaderExceptionModifierConstructorDescriptionCmsTemplateLoaderFacade(I_CmsResourceLoader loader, CmsResource resource, CmsResource template) Creates a new template loader facade. -
Uses of CmsLoaderException in org.opencms.search.fields
Methods in org.opencms.search.fields that throw CmsLoaderExceptionModifier and TypeMethodDescriptionprotected I_CmsSearchDocumentCmsSearchFieldConfiguration.appendType(I_CmsSearchDocument document, CmsObject cms, CmsResource resource, I_CmsExtractionResult extractionResult, List<CmsProperty> properties, List<CmsProperty> propertiesSearched) Extends the given document by a field that contains the resource type name. -
Uses of CmsLoaderException in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that throw CmsLoaderExceptionModifier and TypeMethodDescriptionstatic CmsXmlContainerPageCmsXmlContainerPageFactory.unmarshal(CmsObject cms, CmsResource resource, javax.servlet.ServletRequest req) Factory method to unmarshal (read) a container page instance from a resource, using the request attributes as cache.static CmsXmlGroupContainerCmsXmlGroupContainerFactory.unmarshal(CmsObject cms, CmsResource resource, javax.servlet.ServletRequest req) Factory method to unmarshal (read) a group container instance from a resource, using the request attributes as cache. -
Uses of CmsLoaderException in org.opencms.xml.content
Methods in org.opencms.xml.content that throw CmsLoaderExceptionModifier and TypeMethodDescriptionstatic CmsXmlContentCmsXmlContentFactory.unmarshal(CmsObject cms, CmsResource resource, javax.servlet.ServletRequest req) Factory method to unmarshal (read) a XML content instance from a resource, using the request attributes as cache.