Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.config.ServletDescriptor
-
Packages that use ServletDescriptor Package Description org.nuxeo.ecm.webengine.jaxrs.servlet org.nuxeo.ecm.webengine.jaxrs.servlet.config -
-
Uses of ServletDescriptor in org.nuxeo.ecm.webengine.jaxrs.servlet
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet declared as ServletDescriptor Modifier and Type Field Description protected ServletDescriptorServletHolder. descriptorMethods in org.nuxeo.ecm.webengine.jaxrs.servlet that return ServletDescriptor Modifier and Type Method Description protected ServletDescriptorServletHolder. getDescriptor(javax.servlet.ServletConfig config)Methods in org.nuxeo.ecm.webengine.jaxrs.servlet with parameters of type ServletDescriptor Modifier and Type Method Description voidRequestChain. init(ServletDescriptor sd, javax.servlet.ServletConfig config)voidApplicationServlet. setDescriptor(ServletDescriptor sd)voidManagedServlet. setDescriptor(ServletDescriptor sd) -
Uses of ServletDescriptor in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet.config with type parameters of type ServletDescriptor Modifier and Type Field Description protected List<ServletDescriptor>ServletRegistry. servletsServlets contributed to the extension points.Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config that return ServletDescriptor Modifier and Type Method Description ServletDescriptorServletRegistry. getServletDescriptor(String name)ServletDescriptor[]ServletRegistry. getServletDescriptors()Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config with parameters of type ServletDescriptor Modifier and Type Method Description voidServletRegistry. addServlet(ServletDescriptor descriptor)voidServletRegistry. reloadServlet(ServletDescriptor descriptor)voidServletRegistry. removeServlet(ServletDescriptor descriptor)
-