Uses of Class
org.opencms.ade.configuration.plugins.CmsTemplatePlugin
Packages that use 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
Methods in org.opencms.ade.configuration.plugins that return types with arguments of type CmsTemplatePluginModifier 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.Constructor parameters in org.opencms.ade.configuration.plugins with type arguments of type CmsTemplatePluginModifierConstructorDescriptionCmsSitePlugin
(CmsUUID id, String niceName, String description, List<CmsTemplatePlugin> plugins, String origin) Creates a new instance. -
Uses of CmsTemplatePlugin in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsTemplatePluginModifier and TypeMethodDescriptionCmsTemplatePluginWrapper.getPlugin()
Gets the plugin bean wrapped by this wrapper.Constructors in org.opencms.jsp.util with parameters of type CmsTemplatePluginModifierConstructorDescriptionCmsTemplatePluginWrapper
(CmsObject cms, CmsTemplatePlugin plugin) Creates a new wrapper. -
Uses of CmsTemplatePlugin in org.opencms.xml.containerpage
Fields in org.opencms.xml.containerpage with type parameters of type CmsTemplatePluginModifier and TypeFieldDescriptionprotected List<CmsTemplatePlugin>
CmsFormatterBean.m_plugins
The referenced plugins.Methods in org.opencms.xml.containerpage that return types with arguments of type CmsTemplatePluginModifier and TypeMethodDescriptionCmsFormatterBean.getTemplatePlugins()
CmsSchemaFormatterBeanWrapper.getTemplatePlugins()
I_CmsFormatterBean.getTemplatePlugins()
Gets the template plugins.