@Version(value="2.4")
org.apache.sling.jcr.base package provides basic support
to expose JCR repositories in Sling.See: Description
| Class | Description |
|---|---|
| AbstractNamespaceMappingRepository | Deprecated
as of API version 2.3 (bundle version 2.2.2).
|
| AbstractSlingRepository | Deprecated
as of API version 2.3 (bundle version 2.2.2).
|
| AbstractSlingRepository2 |
The
AbstractSlingRepository2 is an abstract implementation of
the SlingRepository version 2.3 interface (phasing
AbstractSlingRepository2.loginAdministrative(String) out in favor of
AbstractSlingRepository2.loginService(String, String)) which provides default support for
attached repositories. |
| AbstractSlingRepositoryManager |
The
AbstractSlingRepositoryManager is the basis for controlling
the JCR repository instances used by Sling. |
| NamespaceMappingSupport | Deprecated
as of API version 2.4 (bundle version 2.3)
|
| NodeTypeLoader |
The
NodeTypeSupport contains utility methods to register node
types from a CND
nodetype definition file given as an URL or InputStream with the
repository. |
| SessionProxyHandler | Deprecated
as of API version 2.4 (bundle version 2.3)
|
| SessionProxyHandler.SessionProxyInvocationHandler |
org.apache.sling.jcr.base package provides basic support
to expose JCR repositories in Sling. The primary classes to implement are
org.apache.sling.jcr.base.AbstractSlingRepositoryManager to
manage the actual JCR repository instance and
AbstractSlingRepository2 being the
basis for the repository service instance handed to using bundles.
The old AbstractSlingRepository
class is being deprecated in favor of the new method of providing access
to JCR repositories. Likewise the
AbstractNamespaceMappingRepository is
deprecated in favor of the new
NamespaceMappingSupport abstract class
and said repository manager.
Copyright © 2015 The Apache Software Foundation. All rights reserved.