Package | Description |
---|---|
javax.servlet |
Modifier and Type | Interface and Description |
---|---|
static interface |
ServletRegistration.Dynamic |
Modifier and Type | Method and Description |
---|---|
ServletRegistration |
ServletContext.getServletRegistration(String servletName)
Fish out the servlet registration for a named servlet
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends ServletRegistration> |
ServletContext.getServletRegistrations()
Fish out the servlet registration for a named servlet
|
Copyright © 2013. All rights reserved.