Package org.opencms.loader

Low-level functions to manage the loading of resources from the OpenCms VFS.

See:
          Description

Interface Summary
I_CmsFileNameGenerator Provides methods to generate file names either for the urlName mapping or when using a "new" operation in the context of the direct edit interface.
I_CmsFlexCacheEnabledLoader Resource loaders that implement this interface are flex cache enabled.
I_CmsResourceLoader This interface describes a resource loader for OpenCms, a class that can load a resource from the VFS, process it's contents and deliver the result to the user.
I_CmsResourceStringDumpLoader Resource loaders that implement this method can easily provide the contents of a selected targe element as a String.
 

Class Summary
CmsDefaultFileNameGenerator The default class used for generating file names either for the urlName mapping or when using a "new" operation in the context of the direct edit interface.
CmsDumpLoader Dump loader for binary or other unprocessed resource types.
CmsImageLoader Loader for images from the OpenCms VSF with integrated image scaling and processing capabilities.
CmsImageScaler Creates scaled images, acting as it's own parameter container.
CmsJspLoader The JSP loader which enables the execution of JSP in OpenCms.
CmsMimeType Describes a MIME type configured in OpenCms.
CmsPointerLoader Loader for "pointers" to resources in the VFS or to external resources.
CmsResourceManager Collects all available resource loaders, resource types and resource collectors at startup and provides methods to access them during OpenCms runtime.
CmsTemplateLoaderFacade Facade object that provides access to the template loader for a resource.
CmsXmlContainerPageLoader OpenCms loader for resources of type CmsResourceTypeXmlContainerPage.
CmsXmlContentLoader OpenCms loader for resources of type CmsResourceTypeXmlContent.
CmsXmlPageLoader OpenCms loader for resources of type CmsResourceTypeXmlPage.
TestCmsDefaultFileNameGenerator Tests the default file name generation.
TestCmsImageScaler Tests the OpenCms image scaler.
 

Exception Summary
CmsLoaderException Signals exceptions occuring during the resource loading process.
 

Package org.opencms.loader Description

Low-level functions to manage the loading of resources from the OpenCms VFS.

Since:
6.0.0