Package org.apache.sling.api.adapter
@Version("2.2.4")
package org.apache.sling.api.adapter
-
ClassDescriptionThe
Adaptable
interface identifies objects which can be adapted to other types or representations of the same object.TheAdapterFactory
interface defines the API for helpers which may be provided to enhance the adaptability of adaptable objects.TheAdapterManager
defines the service interface for a manager for object adaption.TheSlingAdaptable
class is an (abstract) default implementation of theAdaptable
interface.