Uses of Class
org.opencms.loader.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
Modifier and TypeMethodDescriptionprotected static boolean
CmsLinkRewriter.isFolder
(CmsResource resource) Helper method to check whether a given resource is a folder. -
Uses of CmsLoaderException in org.opencms.file.types
Modifier and TypeMethodDescriptionstatic int
CmsResourceTypeXmlContainerPage.getContainerPageTypeId()
Returns the container-page type id. -
Uses of CmsLoaderException in org.opencms.file.wrapper
Modifier and TypeMethodDescriptionprotected CmsResource
CmsResourceWrapperModules.createFakeBinaryFile
(String rootPath) Creates a fake CmsResource of type 'binary'.protected CmsResource
CmsResourceWrapperModules.createFakeBinaryFile
(String rootPath, long dateLastModified) Creates a fake CmsResource of type 'binary'.protected CmsResource
CmsResourceWrapperModulesNonLazy.createFakeBinaryFile
(String rootPath) Creates a fake CmsResource of type 'binary'.protected CmsResource
CmsResourceWrapperModulesNonLazy.createFakeBinaryFile
(String rootPath, long dateLastModified) Creates a fake CmsResource of type 'binary'.protected CmsResource
CmsResourceWrapperModules.createFakeFolder
(String rootPath) Creates a fake CmsResource of type 'folder'.protected CmsResource
CmsResourceWrapperModulesNonLazy.createFakeFolder
(String rootPath) Creates a fake CmsResource of type 'folder'. -
Uses of CmsLoaderException in org.opencms.gwt
Modifier and TypeMethodDescriptionstatic CmsListInfoBean
CmsVfsService.getPageInfoWithLock
(CmsObject cms, CmsResource resource) Returns a bean to display theorg.opencms.gwt.client.ui.CmsListItemWidget
including the lock state. -
Uses of CmsLoaderException in org.opencms.loader
Modifier 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.void
CmsJspLoader.removeOfflineJspFromRepository
(CmsResource resource) Removes a JSP from an offline project from the RFS.void
CmsJspLoader.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 boolean
CmsJspLoader.updateStrongLinks
(CmsResource resource, CmsFlexController controller, Set<String> updatedFiles) Updates all jsp files that include the given jsp file using the 'link.strong' macro.ModifierConstructorDescriptionCmsTemplateLoaderFacade
(I_CmsResourceLoader loader, CmsResource resource, CmsResource template) Creates a new template loader facade. -
Uses of CmsLoaderException in org.opencms.search.fields
Modifier and TypeMethodDescriptionprotected I_CmsSearchDocument
CmsSearchFieldConfiguration.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
Modifier and TypeMethodDescriptionstatic CmsXmlContainerPage
CmsXmlContainerPageFactory.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 CmsXmlGroupContainer
CmsXmlGroupContainerFactory.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
Modifier and TypeMethodDescriptionstatic CmsXmlContent
CmsXmlContentFactory.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.