Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Subinterfaces of ResourceType in org.nuxeo.ecm.webengine.model
 interface AdapterType
           
 interface ModuleType
           
 

Methods in org.nuxeo.ecm.webengine.model that return ResourceType
 ResourceType ResourceType.getSuperType()
           
 ResourceType Resource.getType()
           
 ResourceType Module.getType(String typeName)
          Gets a ResourceType instance given its name.
 ResourceType[] Module.getTypes()
          Gets the types registered within this module.
 

Methods in org.nuxeo.ecm.webengine.model with parameters of type ResourceType
 Resource Resource.initialize(WebContext ctx, ResourceType type, Object... args)
           
 Resource WebContext.newObject(ResourceType type, Object... args)
           
 

Constructors in org.nuxeo.ecm.webengine.model with parameters of type ResourceType
TemplateNotFoundException(ResourceType type, String fileName)
           
 

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

Classes in org.nuxeo.ecm.webengine.model.impl with type parameters of type ResourceType
 class AbstractResource<T extends ResourceType>
           
 

Classes in org.nuxeo.ecm.webengine.model.impl that implement ResourceType
 class AbstractResourceType
           
 class AdapterTypeImpl
           
 class ResourceTypeImpl
           
 

Methods in org.nuxeo.ecm.webengine.model.impl that return ResourceType
 ResourceType TypeRegistry.getRootType()
           
 ResourceType ModuleImpl.getRootType()
          Deprecated. Use WebApplication to declare modules
 ResourceType AbstractResourceType.getSuperType()
           
 ResourceType TypeRegistry.getType(String name)
           
 ResourceType ModuleImpl.getType(String typeName)
           
 ResourceType[] TypeRegistry.getTypes()
           
 ResourceType[] ModuleImpl.getTypes()
           
 

Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ResourceType
 boolean AdapterTypeImpl.acceptType(ResourceType type)
           
 Resource AbstractResource.initialize(WebContext ctx, ResourceType type, Object... args)
           
 Resource AbstractWebContext.newObject(ResourceType type, Object... args)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.