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 ServletDescriptor
ServletHolder. descriptor
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet that return ServletDescriptor Modifier and Type Method Description protected ServletDescriptor
ServletHolder. getDescriptor(javax.servlet.ServletConfig config)
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet with parameters of type ServletDescriptor Modifier and Type Method Description void
RequestChain. init(ServletDescriptor sd, javax.servlet.ServletConfig config)
void
ApplicationServlet. setDescriptor(ServletDescriptor sd)
void
ManagedServlet. 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. servlets
Servlets contributed to the extension points.Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config that return ServletDescriptor Modifier and Type Method Description ServletDescriptor
ServletRegistry. 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 void
ServletRegistry. addServlet(ServletDescriptor descriptor)
void
ServletRegistry. reloadServlet(ServletDescriptor descriptor)
void
ServletRegistry. removeServlet(ServletDescriptor descriptor)
-