Uses of Interface
org.opencms.loader.I_CmsResourceLoader
Packages that use 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
Classes in org.opencms.loader that implement I_CmsResourceLoaderModifier 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
Methods in org.opencms.loader that return I_CmsResourceLoaderModifier 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.Methods in org.opencms.loader that return types with arguments of type I_CmsResourceLoaderModifier and TypeMethodDescriptionCmsResourceManager.getLoaders()
Returns the (unmodifiable array) list with all initialized resource loaders.Methods in org.opencms.loader with parameters of type I_CmsResourceLoaderModifier and TypeMethodDescriptionvoid
CmsResourceManager.addLoader
(I_CmsResourceLoader loader) Adds a new loader to the internal list of loaded loaders.Constructors in org.opencms.loader with parameters of type I_CmsResourceLoaderModifierConstructorDescriptionCmsTemplateLoaderFacade
(I_CmsResourceLoader loader, CmsResource resource, CmsResource template) Creates a new template loader facade.