| Package | Description |
|---|---|
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| Modifier and Type | Method and Description |
|---|---|
ServletMapping |
ServletHandler.getServletMapping(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) |
Copyright © 1995-2019 Webtide. All Rights Reserved.