org.apache.sling.engine.impl
Class SlingSettingsServiceImpl
java.lang.Object
org.apache.sling.engine.impl.SlingSettingsServiceImpl
- All Implemented Interfaces:
- SlingSettingsService
public class SlingSettingsServiceImpl
- extends Object
- implements SlingSettingsService
The implementation of the settings service has moved to the
settings module. This is just a wrapper for compatibility.
Method Summary |
String |
getSlingId()
The identifier of the running Sling instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlingSettingsServiceImpl
public SlingSettingsServiceImpl()
getSlingId
public String getSlingId()
- Description copied from interface:
SlingSettingsService
- The identifier of the running Sling instance.
- Specified by:
getSlingId
in interface SlingSettingsService
- See Also:
SlingSettingsService.getSlingId()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.