Uses of Interface
jakarta.servlet.ServletRegistration
Packages that use ServletRegistration
-
Uses of ServletRegistration in jakarta.servlet
Subinterfaces of ServletRegistration in jakarta.servletModifier and TypeInterfaceDescriptionstatic interfaceInterface through which a Servlet registered via one of the addServlet methods on ServletContext may be further configured.Methods in jakarta.servlet that return ServletRegistrationModifier and TypeMethodDescriptionServletContext.getServletRegistration(String servletName) Obtain the details of the named servlet.Methods in jakarta.servlet that return types with arguments of type ServletRegistrationModifier and TypeMethodDescriptionMap<String,? extends ServletRegistration> ServletContext.getServletRegistrations()Obtain a Map of servlet names to servlet registrations for all servlets registered with this context. -
Uses of ServletRegistration in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return ServletRegistrationMethods in org.apache.jasper.servlet that return types with arguments of type ServletRegistrationModifier and TypeMethodDescriptionMap<String,? extends ServletRegistration> JspCServletContext.getServletRegistrations()