Uses of Interface
org.opencms.main.I_CmsResourceInit
Package
Description
Contains functions for the detail pages in OpenCms.
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
This package contains the classes to deal with the OpenCms VFS history archive.
Provides the main OpenCms "operating system".
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of I_CmsResourceInit in org.opencms.ade.detailpage
Modifier and TypeClassDescriptionclass
Resource init handler for detail-pages. -
Uses of I_CmsResourceInit in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getResourceInitHandlers()
Returns the list of instantiated resource init handler classes. -
Uses of I_CmsResourceInit in org.opencms.db
Modifier and TypeClassDescriptionclass
This resource handler checks if a resource has to be marked as visited by the current user. -
Uses of I_CmsResourceInit in org.opencms.file.history
Modifier and TypeClassDescriptionclass
Resource init handler that loads historical versions of resources. -
Uses of I_CmsResourceInit in org.opencms.jsp.userdata
Modifier and TypeClassDescriptionclass
Impelemnts user data download links for the user data request feature. -
Uses of I_CmsResourceInit in org.opencms.main
Modifier and TypeClassDescriptionclass
Resource init handler for detail-pages.class
Resource init handler that loads a resource given its permalink.class
Resource init handler that provides an alternative way of serving static files like images or binary files, using the API authorization mechanism instead of the normal authorization handler.ModifierConstructorDescriptionCmsResourceInitException
(Class<? extends I_CmsResourceInit> cls) Creates a resource init exception for a given resource init handler class. -
Uses of I_CmsResourceInit in org.opencms.pdftools
Modifier and TypeClassDescriptionclass
This resource handler handles URLs of the form /pdflink/{locale}/{formatter-id}/{detailname} and format the content identified by detailname using the JSP identified by formatter-id to generate XHTML which is then converted to PDF and returned directly by this handler. -
Uses of I_CmsResourceInit in org.opencms.workplace
Modifier and TypeClassDescriptionclass
Resource init handler that loads the login form with the right parameters. -
Uses of I_CmsResourceInit in org.opencms.xml.xml2json