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 FilterMapping.getServlet()
           
 Servlet WebapplicationFactory.createServlet()
           
 Servlet WebApp.getServletNamed(java.lang.String name)
          Returns a Servlet with the specified name
 Servlet ServletMapping.getServlet()
           
 

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