Uses of Interface
org.apache.sling.api.adapter.AdapterManager

Packages that use AdapterManager
org.apache.sling.adapter.internal   
org.apache.sling.api.adapter   
 

Uses of AdapterManager in org.apache.sling.adapter.internal
 

Classes in org.apache.sling.adapter.internal that implement AdapterManager
 class AdapterManagerImpl
          The AdapterManagerImpl class implements the AdapterManager interface and is registered as a service for that interface to be used by any clients.
 

Uses of AdapterManager in org.apache.sling.api.adapter
 

Methods in org.apache.sling.api.adapter with parameters of type AdapterManager
static void SlingAdaptable.setAdapterManager(AdapterManager adapterMgr)
          Set the adapter manager to be used by a synthetic resource.
static void SlingAdaptable.unsetAdapterManager(AdapterManager adapterMgr)
          Unset an adapter manager previously set with SlingAdaptable.setAdapterManager(AdapterManager).
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.