Class PluginConfigFactory
- java.lang.Object
-
- org.hippoecm.frontend.plugin.config.impl.PluginConfigFactory
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
,IPluginConfigService
public class PluginConfigFactory extends Object implements IPluginConfigService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginConfigFactory(String appName, IApplicationFactory defaultFactory)
PluginConfigFactory(UserSession userSession, IApplicationFactory defaultFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detach()
IClusterConfig
getCluster(String key)
IClusterConfig
getDefaultCluster()
boolean
isSaveOnExitEnabled()
List<String>
listClusters(String folder)
-
-
-
Constructor Detail
-
PluginConfigFactory
public PluginConfigFactory(String appName, IApplicationFactory defaultFactory)
-
PluginConfigFactory
public PluginConfigFactory(UserSession userSession, IApplicationFactory defaultFactory)
-
-
Method Detail
-
getCluster
public IClusterConfig getCluster(String key)
- Specified by:
getCluster
in interfaceIPluginConfigService
-
getDefaultCluster
public IClusterConfig getDefaultCluster()
- Specified by:
getDefaultCluster
in interfaceIPluginConfigService
-
listClusters
public List<String> listClusters(String folder)
- Specified by:
listClusters
in interfaceIPluginConfigService
-
isSaveOnExitEnabled
public boolean isSaveOnExitEnabled()
- Specified by:
isSaveOnExitEnabled
in interfaceIPluginConfigService
-
detach
public void detach()
- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
-
-