Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.config.ServletDescriptor
Package
Description
-
Uses of ServletDescriptor in org.nuxeo.ecm.webengine.jaxrs.servlet
Modifier and TypeMethodDescriptionprotected ServletDescriptor
ServletHolder.getDescriptor
(javax.servlet.ServletConfig config) Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeFieldDescriptionprotected List<ServletDescriptor>
ServletRegistry.servlets
Servlets contributed to the extension points.Modifier and TypeMethodDescriptionServletRegistry.getServletDescriptor
(String name) ServletRegistry.getServletDescriptors()
Modifier and TypeMethodDescriptionvoid
ServletRegistry.addServlet
(ServletDescriptor descriptor) void
ServletRegistry.reloadServlet
(ServletDescriptor descriptor) void
ServletRegistry.removeServlet
(ServletDescriptor descriptor)