Adaptable
interface identifies objects which can be adapted to other types or representations of the same object. For example a JCR Node based {@link org.apache.sling.api.resource.Resource} can adapt to theunderlying JCR Node or a file based resource could adapt to the underlying java.io.File
.
|
|
|
|
|
|