Uses of Class
org.eclipse.jetty.servlet.ServletMapping

Packages that use ServletMapping
org.eclipse.jetty.annotations   
org.eclipse.jetty.servlet   
 

Uses of ServletMapping in org.eclipse.jetty.annotations
 

Methods in org.eclipse.jetty.annotations that return types with arguments of type ServletMapping
protected  List<ServletMapping> ServletSecurityAnnotationHandler.getServletMappings(String className)
          Get the ServletMappings for the servlet's class.
 

Method parameters in org.eclipse.jetty.annotations with type arguments of type ServletMapping
protected  boolean ServletSecurityAnnotationHandler.constraintsExist(List<ServletMapping> servletMappings, List<ConstraintMapping> constraintMappings)
          Check if there are already elements defined that match the url-patterns for the servlet.
protected  List<ConstraintMapping> ServletSecurityAnnotationHandler.makeMethodMappings(Class servlet, Constraint defaultConstraint, 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.
 

Uses of ServletMapping in org.eclipse.jetty.servlet
 

Methods in org.eclipse.jetty.servlet that return ServletMapping
 ServletMapping ServletHandler.getServletMapping(String pattern)
           
 ServletMapping[] ServletHandler.getServletMappings()
           
 

Methods in org.eclipse.jetty.servlet with parameters of type ServletMapping
 void ServletHandler.addServletMapping(ServletMapping mapping)
          Convenience method to add a pre-constructed ServletMapping.
 void ServletHandler.setServletMappings(ServletMapping[] servletMappings)
           
 



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