Class NotReallyAnAdapterFactory
java.lang.Object
org.apache.sling.launchpad.testservices.adapter.NotReallyAnAdapterFactory
- All Implemented Interfaces:
org.apache.sling.api.adapter.AdapterFactory
public class NotReallyAnAdapterFactory
extends Object
implements org.apache.sling.api.adapter.AdapterFactory
Service which looks like an adapter factory, but isn't. See SLING-2522.
-
Field Summary
Fields inherited from interface org.apache.sling.api.adapter.AdapterFactory
ADAPTABLE_CLASSES, ADAPTER_CLASSES, SERVICE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<AdapterType>
AdapterTypegetAdapter
(Object adaptable, Class<AdapterType> type)
-
Constructor Details
-
NotReallyAnAdapterFactory
public NotReallyAnAdapterFactory()
-
-
Method Details
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.apache.sling.api.adapter.AdapterFactory
-