|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletRegistration.Dynamic | |
---|---|
javax.servlet |
Uses of ServletRegistration.Dynamic in javax.servlet |
---|
Methods in javax.servlet that return ServletRegistration.Dynamic | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |