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

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