Uses of Class
org.opencms.ade.configuration.plugins.CmsTemplatePlugin
Package
Description
Utility classes to be used for JSP pages.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsTemplatePlugin in org.opencms.ade.configuration.plugins
Modifier and TypeMethodDescriptionstatic com.google.common.collect.Multimap<String,
CmsTemplatePlugin> CmsTemplatePluginFinder.getActiveTemplatePluginsFromSitePlugins
(CmsADEConfigData config) Gets the active plugins from site plugins only.CmsSitePlugin.getPlugins()
Gets the immutable list of plugins.com.google.common.collect.Multimap<String,
CmsTemplatePlugin> CmsTemplatePluginFinder.getTemplatePlugins()
Gets the multimap of plugins for the current page by group, with each group sorted and de-duplicated.static List<CmsTemplatePlugin>
CmsTemplatePlugin.parsePlugins
(CmsObject cms, I_CmsXmlContentLocation parent, String subName) Parses the template plugins.ModifierConstructorDescriptionCmsSitePlugin
(CmsUUID id, String niceName, String description, List<CmsTemplatePlugin> plugins, String origin) Creates a new instance. -
Uses of CmsTemplatePlugin in org.opencms.jsp.util
Modifier and TypeMethodDescriptionCmsTemplatePluginWrapper.getPlugin()
Gets the plugin bean wrapped by this wrapper.ModifierConstructorDescriptionCmsTemplatePluginWrapper
(CmsObject cms, CmsTemplatePlugin plugin) Creates a new wrapper. -
Uses of CmsTemplatePlugin in org.opencms.xml.containerpage
Modifier and TypeFieldDescriptionprotected List<CmsTemplatePlugin>
CmsFormatterBean.m_plugins
The referenced plugins.Modifier and TypeMethodDescriptionCmsFormatterBean.getTemplatePlugins()
CmsSchemaFormatterBeanWrapper.getTemplatePlugins()
I_CmsFormatterBean.getTemplatePlugins()
Gets the template plugins.