Uses of Class
org.glassfish.web.deployment.runtime.Servlet
-
Packages that use Servlet Package Description org.glassfish.web.deployment.runtime -
-
Uses of Servlet in org.glassfish.web.deployment.runtime
Methods in org.glassfish.web.deployment.runtime that return Servlet Modifier and Type Method Description Servlet[]SunWebAppImpl. getServlet()ServletSunWebAppImpl. getServlet(int index)Methods in org.glassfish.web.deployment.runtime with parameters of type Servlet Modifier and Type Method Description intSunWebAppImpl. addServlet(Servlet value)intSunWebAppImpl. removeServlet(Servlet value)voidSunWebAppImpl. setServlet(int index, Servlet value)voidSunWebAppImpl. setServlet(Servlet[] value)
-