Package org.apache.sling.adapter
Class SlingAdaptable
- java.lang.Object
-
- org.apache.sling.api.adapter.SlingAdaptable
-
- org.apache.sling.adapter.SlingAdaptable
-
- All Implemented Interfaces:
Adaptable
@Deprecated public abstract class SlingAdaptable extends SlingAdaptable
Deprecated.Use theSlingAdaptable
insteadTheSlingAdaptable
class is an (abstract) default implementation of theAdaptable
interface. It just uses the defaultAdapterManager
implemented in this bundle to adapt the itself to the requested type.Extensions of this class may overwrite the
SlingAdaptable.adaptTo(Class)
method using their own knowledge of adapters and may call this base class implementation to fall back to an extended adapters.
-
-
Constructor Summary
Constructors Constructor Description SlingAdaptable()
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.sling.api.adapter.SlingAdaptable
adaptTo, setAdapterManager, unsetAdapterManager
-
-