|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.sling.api.adapter.SlingAdaptable
org.apache.sling.adapter.SlingAdaptable
SlingAdaptable
instead
@Deprecated public abstract class SlingAdaptable
The SlingAdaptable
class is an (abstract) default
implementation of the Adaptable
interface. It just uses the
default AdapterManager
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 | |
---|---|
SlingAdaptable()
Deprecated. |
Method Summary |
---|
Methods inherited from class org.apache.sling.api.adapter.SlingAdaptable |
---|
adaptTo, setAdapterManager, unsetAdapterManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlingAdaptable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |