Package | Description |
---|---|
org.eclipse.jetty.annotations | |
org.eclipse.jetty.servlet |
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
|
protected java.util.List<ConstraintMapping> |
ServletSecurityAnnotationHandler.makeMethodMappings(java.lang.Class servlet,
Constraint defaultConstraint,
java.util.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(java.lang.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) |
Copyright © 2017. All Rights Reserved.