程序包 | 说明 |
---|---|
org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDumpLoader
Dump loader for binary or other unprocessed resource types.
|
class |
CmsImageLoader
Loader for images from the OpenCms VSF with integrated image scaling and processing capabilities.
|
class |
CmsJspLoader
The JSP loader which enables the execution of JSP in OpenCms.
|
class |
CmsPointerLoader
Loader for "pointers" to resources in the VFS or to external resources.
|
class |
CmsXmlContainerPageLoader
OpenCms loader for resources of type
. |
class |
CmsXmlContentLoader
OpenCms loader for resources of type
. |
class |
CmsXmlPageLoader
OpenCms loader for resources of type
. |
限定符和类型 | 方法和说明 |
---|---|
I_CmsResourceLoader |
CmsTemplateLoaderFacade.getLoader()
Returns the loader.
|
I_CmsResourceLoader |
CmsResourceManager.getLoader(CmsResource resource)
Returns the loader class instance for a given resource.
|
I_CmsResourceLoader |
CmsResourceManager.getLoader(int id)
Returns the loader class instance for the given loader id.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsResourceLoader> |
CmsResourceManager.getLoaders()
Returns the (unmodifiable array) list with all initialized resource loaders.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsResourceManager.addLoader(I_CmsResourceLoader loader)
Adds a new loader to the internal list of loaded loaders.
|
构造器和说明 |
---|
CmsTemplateLoaderFacade(I_CmsResourceLoader loader,
CmsResource resource,
CmsResource template)
Creates a new template loader facade.
|