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
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
-
Method Details
-
getDefaultCluster
IClusterConfig getDefaultCluster() -
getCluster
-
listClusters
-
isSaveOnExitEnabled
boolean isSaveOnExitEnabled()
-