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. resources
Fields 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. resources
Store 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 void
ServletRegistry. addResources(ResourcesDescriptor rd)
void
ServletRegistry. removeResources(ResourcesDescriptor rd)
void
BundleHttpContext. setResources(ResourcesDescriptor[] resources)
-