Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.model.AdapterType

Packages that use AdapterType
org.nuxeo.ecm.webengine.model   
org.nuxeo.ecm.webengine.model.impl   
 

Uses of AdapterType in org.nuxeo.ecm.webengine.model
 

Methods in org.nuxeo.ecm.webengine.model that return AdapterType
 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.
 

Methods in org.nuxeo.ecm.webengine.model that return types with arguments of type AdapterType
 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.
 

Uses of AdapterType in org.nuxeo.ecm.webengine.model.impl
 

Classes in org.nuxeo.ecm.webengine.model.impl that implement AdapterType
 class AdapterTypeImpl
           
 

Methods in org.nuxeo.ecm.webengine.model.impl that return AdapterType
 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()
           
 

Methods in org.nuxeo.ecm.webengine.model.impl that return types with arguments of type AdapterType
 List<AdapterType> TypeRegistry.getAdapters(Resource resource)
           
 List<AdapterType> ModuleImpl.getAdapters(Resource ctx)
           
 List<AdapterType> TypeRegistry.getEnabledAdapters(Resource resource)
           
 List<AdapterType> ModuleImpl.getEnabledAdapters(Resource ctx)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.