Uses of Class
org.nuxeo.ecm.webengine.ResourceBinding
-
Packages that use ResourceBinding Package Description org.nuxeo.ecm.webengine org.nuxeo.ecm.webengine.model org.nuxeo.ecm.webengine.model.impl -
-
Uses of ResourceBinding in org.nuxeo.ecm.webengine
Methods in org.nuxeo.ecm.webengine that return ResourceBinding Modifier and Type Method Description static ResourceBinding
ResourceBinding. fromAnnotation(Class<?> clazz)
Deprecated.ResourceBinding[]
EmptyRegistry. getBindings()
Deprecated.ResourceBinding[]
ResourceRegistry. getBindings()
ResourceBinding[]
WebEngine. getBindings()
Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources.Methods in org.nuxeo.ecm.webengine with parameters of type ResourceBinding Modifier and Type Method Description void
EmptyRegistry. addBinding(ResourceBinding binding)
Deprecated.void
ResourceRegistry. addBinding(ResourceBinding binding)
void
WebEngine. addResourceBinding(ResourceBinding binding)
Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources.void
EmptyRegistry. removeBinding(ResourceBinding binding)
Deprecated.void
ResourceRegistry. removeBinding(ResourceBinding binding)
void
WebEngine. removeResourceBinding(ResourceBinding binding)
Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources. -
Uses of ResourceBinding in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return types with arguments of type ResourceBinding Modifier and Type Method Description List<ResourceBinding>
Module. getResourceBindings()
-
Uses of ResourceBinding in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl with type parameters of type ResourceBinding Modifier and Type Field Description List<ResourceBinding>
ModuleConfiguration. resources
Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources.Methods in org.nuxeo.ecm.webengine.model.impl that return types with arguments of type ResourceBinding Modifier and Type Method Description List<ResourceBinding>
ModuleImpl. getResourceBindings()
-