Package | Description |
---|---|
org.eclipse.jetty.annotations |
Jetty Annotations : Support for Servlet Annotations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Method and Description |
---|---|
protected List<ServletMapping> |
ServletSecurityAnnotationHandler.getServletMappings(String className)
Get the ServletMappings for the servlet's class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServletSecurityAnnotationHandler.constraintsExist(List<ServletMapping> servletMappings,
List<ConstraintMapping> constraintMappings)
Check if there are already
|
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) |
Modifier and Type | Method and Description |
---|---|
ServletMapping |
StandardDescriptorProcessor.addServletMapping(String servletName,
XmlParser.Node node,
WebAppContext context,
Descriptor descriptor) |
Copyright © 1995-2015 Webtide. All Rights Reserved.