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.
-
-
Constructor Summary
Constructors Constructor Description NotReallyAnAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <AdapterType>
AdapterTypegetAdapter(Object adaptable, Class<AdapterType> type)
-