Package | Description |
---|---|
javax.servlet |
Modifier and Type | Method and Description |
---|---|
ServletRegistration.Dynamic |
ServletContext.addServlet(String servletName,
Class<? extends Servlet> clazz)
Add the specified servlet to the context
|
ServletRegistration.Dynamic |
ServletContext.addServlet(String servletName,
Servlet servlet)
Add the specified servlet to the context
|
ServletRegistration.Dynamic |
ServletContext.addServlet(String servletName,
String className)
Add the specified servlet to the context
|
Copyright © 2015. All rights reserved.