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 java.util.List<ServletMapping> |
ServletSecurityAnnotationHandler.getServletMappings(java.lang.String className)
Get the ServletMappings for the servlet's class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServletSecurityAnnotationHandler.constraintsExist(java.util.List<ServletMapping> servletMappings,
java.util.List<ConstraintMapping> constraintMappings)
Check if there are already
<security-constraint> elements defined that match the url-patterns for
the servlet. |
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 | Method and Description |
---|---|
ServletMapping |
StandardDescriptorProcessor.addServletMapping(java.lang.String servletName,
XmlParser.Node node,
WebAppContext context,
Descriptor descriptor) |
Copyright © 1995–2023 Webtide. All rights reserved.