Uses of Class
org.nuxeo.runtime.server.ServletDescriptor
-
Packages that use ServletDescriptor Package Description org.nuxeo.runtime.server org.nuxeo.runtime.server.tomcat -
-
Uses of ServletDescriptor in org.nuxeo.runtime.server
Methods in org.nuxeo.runtime.server with parameters of type ServletDescriptor Modifier and Type Method Description voidServerConfigurator. addServlet(ServletDescriptor descriptor)Adds a servlet to the server. -
Uses of ServletDescriptor in org.nuxeo.runtime.server.tomcat
Methods in org.nuxeo.runtime.server.tomcat with parameters of type ServletDescriptor Modifier and Type Method Description voidTomcatServerConfigurator. addServlet(ServletDescriptor descriptor)
-