Class ServiceManager
- java.lang.Object
-
- org.apache.abdera.protocol.server.ServiceManager
-
@Deprecated public class ServiceManager extends Object
Deprecated.Legacy AEM 6.x API.The ServiceManager is used by the AbderaServlet to bootstrap the server instance. There should be little to no reason why an end user would need to use this class directly.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.apache.abdera.AbderagetAbdera()Deprecated.static ServiceManagergetInstance()Deprecated.ProvidernewProvider(Map<String,String> properties)Deprecated.
-
-
-
Field Detail
-
PROVIDER
public static final String PROVIDER
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ServiceManager getInstance()
Deprecated.
-
getAbdera
public static org.apache.abdera.Abdera getAbdera()
Deprecated.
-
-