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 ResourceBindingResourceBinding. 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 voidEmptyRegistry. addBinding(ResourceBinding binding)Deprecated.voidResourceRegistry. addBinding(ResourceBinding binding)voidWebEngine. addResourceBinding(ResourceBinding binding)Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources.voidEmptyRegistry. removeBinding(ResourceBinding binding)Deprecated.voidResourceRegistry. removeBinding(ResourceBinding binding)voidWebEngine. 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. resourcesDeprecated.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()
-