Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.config.ResourcesDescriptor
Packages that use ResourcesDescriptor
-
Uses of ResourcesDescriptor in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet.config declared as ResourcesDescriptorFields in org.nuxeo.ecm.webengine.jaxrs.servlet.config with type parameters of type ResourcesDescriptorModifier and TypeFieldDescriptionprotected Map<String,
List<ResourcesDescriptor>> ServletRegistry.resources
Store resources contributed from external bundles to servlets.Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config with parameters of type ResourcesDescriptorModifier and TypeMethodDescriptionvoid
ServletRegistry.addResources
(ResourcesDescriptor rd) void
ServletRegistry.removeResources
(ResourcesDescriptor rd) void
BundleHttpContext.setResources
(ResourcesDescriptor[] resources)