Uses of Interface
org.opencms.loader.I_CmsResourceLoader
Package
Description
Low-level functions to manage the loading of resources from the OpenCms VFS.
-
Uses of I_CmsResourceLoader in org.opencms.loader
Modifier and TypeClassDescriptionclass
Dump loader for binary or other unprocessed resource types.class
Loader for images from the OpenCms VSF with integrated image scaling and processing capabilities.class
The JSP loader which enables the execution of JSP in OpenCms.class
Loader for macro formatter.class
Loader for "pointers" to resources in the VFS or to external resources.class
Loader for HTML redirects.class
The SEO file loader.class
OpenCms loader for resources of type
.CmsResourceTypeXmlContainerPage
class
OpenCms loader for resources of type
.CmsResourceTypeXmlContent
class
OpenCms loader for resources of type
.CmsResourceTypeXmlPage
Modifier and TypeMethodDescriptionCmsResourceManager.getLoader
(int id) Returns the loader class instance for the given loader id.CmsResourceManager.getLoader
(CmsResource resource) Returns the loader class instance for a given resource.CmsTemplateLoaderFacade.getLoader()
Returns the loader.Modifier and TypeMethodDescriptionCmsResourceManager.getLoaders()
Returns the (unmodifiable array) list with all initialized resource loaders.Modifier and TypeMethodDescriptionvoid
CmsResourceManager.addLoader
(I_CmsResourceLoader loader) Adds a new loader to the internal list of loaded loaders.ModifierConstructorDescriptionCmsTemplateLoaderFacade
(I_CmsResourceLoader loader, CmsResource resource, CmsResource template) Creates a new template loader facade.