org.apache.sling.adapter.internal
Class AdapterFactoryDescriptor
java.lang.Object
org.apache.sling.adapter.internal.AdapterFactoryDescriptor
public class AdapterFactoryDescriptor
- extends java.lang.Object
The AdapterFactoryDescriptor
is an entry in the
AdapterFactoryDescriptorMap
conveying the list of adapter (target)
types and the respective AdapterFactory
.
Constructor Summary |
AdapterFactoryDescriptor(org.osgi.service.component.ComponentContext context,
org.osgi.framework.ServiceReference reference,
java.lang.String[] adapters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdapterFactoryDescriptor
public AdapterFactoryDescriptor(org.osgi.service.component.ComponentContext context,
org.osgi.framework.ServiceReference reference,
java.lang.String[] adapters)
getFactory
public org.apache.sling.api.adapter.AdapterFactory getFactory()
getAdapters
public java.lang.String[] getAdapters()
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.