Uses of Interface
org.eclipse.jst.j2ee.webapplication.Servlet

Packages that use Servlet
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api. 
 

Uses of Servlet in org.eclipse.jst.j2ee.webapplication
 

Methods in org.eclipse.jst.j2ee.webapplication that return Servlet
 Servlet WebapplicationFactory.createServlet()
           
 Servlet ServletMapping.getServlet()
           
 Servlet FilterMapping.getServlet()
           
 Servlet WebApp.getServletNamed(java.lang.String name)
          Returns a Servlet with the specified name
 

Methods in org.eclipse.jst.j2ee.webapplication with parameters of type Servlet
 ServletMapping WebApp.getServletMapping(Servlet aServlet)
          Finds a servlet mapping for a specified servlet.
 void ServletMapping.setServlet(Servlet value)
           
 void FilterMapping.setServlet(Servlet value)