Uses of Interface
jakarta.servlet.ServletRegistration
Packages that use ServletRegistration
Package
Description
The Piranha Web Application API package contains the core set of APIs of
Piranha that deliver web application support.
The jakarta.servlet package delivers the Core Servlet API classes.
-
Uses of ServletRegistration in cloud.piranha.webapp.api
Subinterfaces of ServletRegistration in cloud.piranha.webapp.api -
Uses of ServletRegistration in cloud.piranha.webapp.impl
Classes in cloud.piranha.webapp.impl that implement ServletRegistrationMethods in cloud.piranha.webapp.impl that return ServletRegistrationModifier and TypeMethodDescriptionDefaultWebApplication.getServletRegistration(String servletName)
Get the servlet registration.Methods in cloud.piranha.webapp.impl that return types with arguments of type ServletRegistrationModifier and TypeMethodDescriptionMap<String,? extends ServletRegistration>
DefaultWebApplication.getServletRegistrations()
Returns the servlet registrations. -
Uses of ServletRegistration in jakarta.servlet
Subinterfaces of ServletRegistration in jakarta.servletModifier and TypeInterfaceDescriptionstatic interface
The ServletRegistration.Dynamic API.Methods in jakarta.servlet that return ServletRegistrationModifier and TypeMethodDescriptionServletContext.getServletRegistration(String servletName)
Get the servlet registration.Methods in jakarta.servlet that return types with arguments of type ServletRegistrationModifier and TypeMethodDescriptionMap<String,? extends ServletRegistration>
ServletContext.getServletRegistrations()
Returns the servlet registrations.