AdapterManager
defines the service interface for a manager for object adaption. The adapter manager coordinates the registered {@link AdapterFactory} services on behalf of clients wishing to adapt objectsto other types. One such client is the {@link SlingAdaptable} class, whichuses the implementation of this bundle to adapt "itself". Clients may either extend from the {@link SlingAdaptable} class or access theAdapterManager
service from the OSGi service registry to adapt objects to other types.
This interface is not intended to be implemented by clients.
|
|
|
|