Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.config.ResourcesDescriptor
-
Packages that use ResourcesDescriptor Package Description org.nuxeo.ecm.webengine.jaxrs.servlet.config -
-
Uses of ResourcesDescriptor in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet.config declared as ResourcesDescriptor Modifier and Type Field Description protected ResourcesDescriptor[]BundleHttpContext. resourcesFields in org.nuxeo.ecm.webengine.jaxrs.servlet.config with type parameters of type ResourcesDescriptor Modifier and Type Field Description protected Map<String,List<ResourcesDescriptor>>ServletRegistry. resourcesStore resources contributed from external bundles to servlets.Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config with parameters of type ResourcesDescriptor Modifier and Type Method Description voidServletRegistry. addResources(ResourcesDescriptor rd)voidServletRegistry. removeResources(ResourcesDescriptor rd)voidBundleHttpContext. setResources(ResourcesDescriptor[] resources)
-