Package | Description |
---|---|
org.nuxeo.ecm.webengine.model | |
org.nuxeo.ecm.webengine.model.impl |
Modifier and Type | Method and Description |
---|---|
AdapterType |
Module.getAdapter(Resource ctx,
String name)
Gets the named adapter definition for the given resource.
|
AdapterType[] |
Module.getAdapters()
Gets the adapters registered within this module.
|
Modifier and Type | Method and Description |
---|---|
List<AdapterType> |
Module.getAdapters(Resource ctx)
Gets the list of adapters that applies to the given resource.
|
List<AdapterType> |
Module.getEnabledAdapters(Resource ctx)
Gets the list of adapters that are enabled for the given context.
|
Modifier and Type | Class and Description |
---|---|
class |
AdapterTypeImpl |
Modifier and Type | Method and Description |
---|---|
AdapterType |
TypeRegistry.getAdapter(Resource target,
String name) |
AdapterType |
ModuleImpl.getAdapter(Resource ctx,
String name) |
AdapterType |
TypeRegistry.getAdapter(String name) |
AdapterType[] |
TypeRegistry.getAdapters() |
AdapterType[] |
ModuleImpl.getAdapters() |
Modifier and Type | Method and Description |
---|---|
List<AdapterType> |
TypeRegistry.getAdapters(Resource resource) |
List<AdapterType> |
ModuleImpl.getAdapters(Resource ctx) |
List<AdapterType> |
TypeRegistry.getEnabledAdapters(Resource resource) |
List<AdapterType> |
ModuleImpl.getEnabledAdapters(Resource ctx) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.