| Package | Description |
|---|---|
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
| Modifier and Type | Field and Description |
|---|---|
private ServletMapping[] |
ServletHandler._servletMappings |
| Modifier and Type | Method and Description |
|---|---|
ServletMapping |
ServletHandler.getServletMapping(java.lang.String pathSpec)
Get the ServletMapping matching the path
|
ServletMapping[] |
ServletHandler.getServletMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletHandler.addServletMapping(ServletMapping mapping)
Convenience method to add a pre-constructed ServletMapping.
|
void |
ServletHandler.setServletMappings(ServletMapping[] servletMappings) |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<ServletMapping> |
StandardDescriptorProcessor._servletMappings |
| Modifier and Type | Method and Description |
|---|---|
ServletMapping |
StandardDescriptorProcessor.addServletMapping(java.lang.String servletName,
XmlParser.Node node,
WebAppContext context,
Descriptor descriptor) |