| Package | Description |
|---|---|
| jakarta.servlet | |
| org.apache.jasper.servlet |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServletRegistration.Dynamic
Interface through which a Servlet registered via one of the addServlet
methods on ServletContext may be further configured.
|
| Modifier and Type | Method and Description |
|---|---|
ServletRegistration |
ServletContext.getServletRegistration(java.lang.String servletName)
Obtain the details of the named servlet.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
ServletContext.getServletRegistrations()
TODO SERVLET3 - Add comments
|
| Modifier and Type | Method and Description |
|---|---|
ServletRegistration |
JspCServletContext.getServletRegistration(java.lang.String servletName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
JspCServletContext.getServletRegistrations() |
Copyright © 2014–2021. All rights reserved.