Uses of Interface
org.hippoecm.frontend.plugin.config.IClusterConfig
-
-
Uses of IClusterConfig in org.hippoecm.frontend.editor
Methods in org.hippoecm.frontend.editor that return IClusterConfig Modifier and Type Method Description protected IClusterConfig
AbstractCmsEditor. getClusterConfig()
IClusterConfig
ITemplateEngine. getTemplate(ITypeDescriptor type, IEditor.Mode mode)
-
Uses of IClusterConfig in org.hippoecm.frontend.plugin
Methods in org.hippoecm.frontend.plugin that return IClusterConfig Modifier and Type Method Description IClusterConfig
IClusterControl. getClusterConfig()
The cluster configuration.Methods in org.hippoecm.frontend.plugin with parameters of type IClusterConfig Modifier and Type Method Description IClusterControl
IPluginContext. newCluster(IClusterConfig template, IPluginConfig parameters)
Create a new cluster of plugins. -
Uses of IClusterConfig in org.hippoecm.frontend.plugin.config
Methods in org.hippoecm.frontend.plugin.config that return IClusterConfig Modifier and Type Method Description IClusterConfig
IPluginConfigService. getCluster(String key)
IClusterConfig
IPluginConfigService. getDefaultCluster()
IClusterConfig
ClusterConfigEvent. getSource()
Constructors in org.hippoecm.frontend.plugin.config with parameters of type IClusterConfig Constructor Description ClusterConfigEvent(IClusterConfig source, IPluginConfig plugin, ClusterConfigEvent.EventType type)
-
Uses of IClusterConfig in org.hippoecm.frontend.plugin.config.impl
Classes in org.hippoecm.frontend.plugin.config.impl that implement IClusterConfig Modifier and Type Class Description class
AbstractClusterDecorator
class
ClusterConfigDecorator
class
JavaClusterConfig
class
JcrClusterConfig
Methods in org.hippoecm.frontend.plugin.config.impl that return IClusterConfig Modifier and Type Method Description IClusterConfig
JavaConfigService. getCluster(String key)
IClusterConfig
JcrConfigServiceFactory. getCluster(String key)
IClusterConfig
PluginConfigFactory. getCluster(String key)
IClusterConfig
JavaConfigService. getDefaultCluster()
IClusterConfig
JcrConfigServiceFactory. getDefaultCluster()
IClusterConfig
PluginConfigFactory. getDefaultCluster()
protected IClusterConfig
AbstractClusterDecorator. getUpstream()
Methods in org.hippoecm.frontend.plugin.config.impl that return types with arguments of type IClusterConfig Modifier and Type Method Description protected IObservationContext<IClusterConfig>
AbstractClusterDecorator. getObservationContext()
Methods in org.hippoecm.frontend.plugin.config.impl with parameters of type IClusterConfig Modifier and Type Method Description void
JavaConfigService. addClusterConfig(String name, IClusterConfig configuration)
Constructors in org.hippoecm.frontend.plugin.config.impl with parameters of type IClusterConfig Constructor Description AbstractClusterDecorator(IClusterConfig upstream)
ClusterConfigDecorator(IClusterConfig upstream, String clusterId)
JavaClusterConfig(IClusterConfig upstream)
-
Uses of IClusterConfig in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service with parameters of type IClusterConfig Modifier and Type Method Description IClusterControl
ServiceContext. newCluster(IClusterConfig template, IPluginConfig parameters)
Create a new cluster of plugins.
-