Uses of Class
javax.servlet.annotation.HttpMethodConstraint

Packages that use HttpMethodConstraint
org.eclipse.jetty.annotations   
 

Uses of HttpMethodConstraint in org.eclipse.jetty.annotations
 

Methods in org.eclipse.jetty.annotations with parameters of type HttpMethodConstraint
protected  java.util.List<ConstraintMapping> ServletSecurityAnnotationHandler.makeMethodMappings(java.lang.Class servlet, Constraint defaultConstraint, java.util.List<ServletMapping> servletMappings, HttpMethodConstraint[] annotations)
          Make the Jetty Constraints and ConstraintMapping objects that correspond to the HttpMethodConstraint annotations for each url pattern for the servlet.
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.