Class JcrConfigServiceFactory
java.lang.Object
org.hippoecm.frontend.plugin.config.impl.JcrConfigServiceFactory
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
,IPluginConfigService
Configuration service for plugin clusters. Cluster folders are located beneath
the application.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
detach()
getCluster
(String key) boolean
listClusters
(String folder)
-
Constructor Details
-
JcrConfigServiceFactory
-
-
Method Details
-
getCluster
- Specified by:
getCluster
in interfaceIPluginConfigService
-
listClusters
- Specified by:
listClusters
in interfaceIPluginConfigService
-
isSaveOnExitEnabled
public boolean isSaveOnExitEnabled()- Specified by:
isSaveOnExitEnabled
in interfaceIPluginConfigService
-
getDefaultCluster
- Specified by:
getDefaultCluster
in interfaceIPluginConfigService
-
detach
public void detach()- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
-