what is difference between adaptables and adapters in aem
what is difference between adaptables and adapters in aem
what is difference between adaptables and adapters in aem
Adapters define the behavior and structure that Adaptables are converted to.
An Adaptable is an object that can be "adapted" into another type.
Purpose: It provides a flexible way to convert an object of one type into another type that may be required in a particular context.
Example:
SlingHttpServletRequestResourcePage
An Adapter is the target type that an Adaptable can be converted into.
Purpose: Adapters are the interfaces or classes into which an Adaptable can be transformed.
Example:
ValueMapResourceResolver
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.