Interface IPluginConfigService
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,org.apache.wicket.model.IDetachable
,Serializable
- All Known Implementing Classes:
JavaConfigService
,JcrConfigServiceFactory
,PluginConfigFactory
public interface IPluginConfigService extends org.apache.wicket.model.IDetachable
The plugin application configuration service. The default cluster will be started when the page is (re)loaded, it can start other clusters as necessary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClusterConfig
getCluster(String key)
IClusterConfig
getDefaultCluster()
boolean
isSaveOnExitEnabled()
List<String>
listClusters(String folder)
-
-
-
Method Detail
-
getDefaultCluster
IClusterConfig getDefaultCluster()
-
getCluster
IClusterConfig getCluster(String key)
-
isSaveOnExitEnabled
boolean isSaveOnExitEnabled()
-
-