| Package | Description |
|---|---|
| javax.servlet |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServletRegistration.Dynamic |
| Modifier and Type | Method and Description |
|---|---|
ServletRegistration |
ServletContext.getServletRegistration(java.lang.String servletName)
Returs servlet registration using servletName
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
ServletContext.getServletRegistrations()
Returns servlet registrations
|