类 org.eclipse.jetty.servlet.ServletMapping
的使用

使用 ServletMapping 的软件包
org.eclipse.jetty.annotations   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
 

org.eclipse.jetty.annotationsServletMapping 的使用
 

返回变量类型为 ServletMapping 的类型的 org.eclipse.jetty.annotations 中的方法
protected  List<ServletMapping> ServletSecurityAnnotationHandler.getServletMappings(String className)
          Get the ServletMappings for the servlet's class.
 

类型变量类型为 ServletMappingorg.eclipse.jetty.annotations 中的方法参数
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.
 

org.eclipse.jetty.servletServletMapping 的使用
 

返回 ServletMappingorg.eclipse.jetty.servlet 中的方法
 ServletMapping ServletHandler.getServletMapping(String pattern)
           
 ServletMapping[] ServletHandler.getServletMappings()
           
 

参数类型为 ServletMappingorg.eclipse.jetty.servlet 中的方法
 void ServletHandler.addServletMapping(ServletMapping mapping)
          Convenience method to add a pre-constructed ServletMapping.
 void ServletHandler.setServletMappings(ServletMapping[] servletMappings)
           
 

org.eclipse.jetty.webappServletMapping 的使用
 

返回 ServletMappingorg.eclipse.jetty.webapp 中的方法
protected  ServletMapping StandardDescriptorProcessor.addServletMapping(String servletName, XmlParser.Node node, WebAppContext context, Descriptor descriptor)
           
 



Copyright © 2013. All Rights Reserved.