Uses of Class
org.exoplatform.container.xml.ExternalComponentPlugins
-
Packages that use ExternalComponentPlugins Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.xml -
-
Uses of ExternalComponentPlugins in org.exoplatform.container
Methods in org.exoplatform.container that return types with arguments of type ExternalComponentPlugins Modifier and Type Method Description protected Collection<ExternalComponentPlugins>ExoContainer. getExternalComponentPluginsUnused()Gives all theExternalComponentPluginsthat have not been used,nullif there are all used. -
Uses of ExternalComponentPlugins in org.exoplatform.container.xml
Methods in org.exoplatform.container.xml that return ExternalComponentPlugins Modifier and Type Method Description ExternalComponentPluginsConfiguration. getExternalComponentPlugins(String s)Methods in org.exoplatform.container.xml that return types with arguments of type ExternalComponentPlugins Modifier and Type Method Description Iterator<ExternalComponentPlugins>Configuration. getExternalComponentPluginsIterator()Methods in org.exoplatform.container.xml with parameters of type ExternalComponentPlugins Modifier and Type Method Description voidConfiguration. addExternalComponentPlugins(ExternalComponentPlugins eps)voidExternalComponentPlugins. merge(ExternalComponentPlugins other)
-