Package | Description |
---|---|
org.eclipse.jetty.servlet | |
org.eclipse.jetty.webapp |
Modifier and Type | Method and Description |
---|---|
ServletMapping |
ServletHandler.getServletMapping(String pattern) |
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 | Method and Description |
---|---|
protected ServletMapping |
StandardDescriptorProcessor.addServletMapping(String servletName,
XmlParser.Node node,
WebAppContext context,
Descriptor descriptor) |
Copyright © 1995–2014 Mort Bay Consulting. All rights reserved.