Package | Description |
---|---|
org.eclipse.jetty.annotations | |
org.eclipse.jetty.servlet | |
org.eclipse.jetty.webapp |
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
|
protected List<ConstraintMapping> |
ServletSecurityAnnotationHandler.makeMethodMappings(Class servlet,
Constraint defaultConstraint,
List<ServletMapping> servletMappings,
javax.servlet.annotation.HttpMethodConstraint[] annotations)
Make the Jetty Constraints and ConstraintMapping objects that correspond to the HttpMethodConstraint
annotations for each url pattern for the servlet.
|
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) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.