|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.service.AdapterManager
public class AdapterManager
| Constructor Summary | |
|---|---|
AdapterManager()
|
|
| Method Summary | ||
|---|---|---|
|
getAdapter(Object instance,
Class<T> adapter)
|
|
AdapterFactory<?> |
getAdapterFactory(Object instance,
Class<?> adapter)
|
|
static AdapterManager |
getInstance()
|
|
void |
registerAdapter(AdapterFactory<?> factory)
|
|
void |
unregisterAdapter(Class<?> adapter)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdapterManager()
| Method Detail |
|---|
public static AdapterManager getInstance()
public <T> T getAdapter(Object instance,
Class<T> adapter)
public AdapterFactory<?> getAdapterFactory(Object instance,
Class<?> adapter)
public void registerAdapter(AdapterFactory<?> factory)
public void unregisterAdapter(Class<?> adapter)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||