Uses of Interface
javax.servlet.ServletRegistration.Dynamic

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
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.