Uses of Interface
org.opencms.main.I_CmsResourceInit
Packages that use 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
Classes in org.opencms.ade.detailpage that implement I_CmsResourceInitModifier and TypeClassDescriptionclass
Resource init handler for detail-pages. -
Uses of I_CmsResourceInit in org.opencms.configuration
Methods in org.opencms.configuration that return types with arguments of type I_CmsResourceInitModifier and TypeMethodDescriptionCmsSystemConfiguration.getResourceInitHandlers()
Returns the list of instantiated resource init handler classes. -
Uses of I_CmsResourceInit in org.opencms.db
Classes in org.opencms.db that implement I_CmsResourceInitModifier 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
Classes in org.opencms.file.history that implement I_CmsResourceInitModifier and TypeClassDescriptionclass
Resource init handler that loads historical versions of resources. -
Uses of I_CmsResourceInit in org.opencms.jsp.userdata
Classes in org.opencms.jsp.userdata that implement I_CmsResourceInitModifier and TypeClassDescriptionclass
Impelemnts user data download links for the user data request feature. -
Uses of I_CmsResourceInit in org.opencms.main
Classes in org.opencms.main that implement I_CmsResourceInitModifier 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.Constructor parameters in org.opencms.main with type arguments of type I_CmsResourceInitModifierConstructorDescriptionCmsResourceInitException
(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
Classes in org.opencms.pdftools that implement I_CmsResourceInitModifier 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
Classes in org.opencms.workplace that implement I_CmsResourceInitModifier and TypeClassDescriptionclass
Resource init handler that loads the login form with the right parameters. -
Uses of I_CmsResourceInit in org.opencms.xml.xml2json
Classes in org.opencms.xml.xml2json that implement I_CmsResourceInit