类 javax.servlet.ServletSecurityElement
的使用

使用 ServletSecurityElement 的软件包
javax.servlet The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. 
org.eclipse.jetty.security   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
 

javax.servletServletSecurityElement 的使用
 

参数类型为 ServletSecurityElementjavax.servlet 中的方法
 Set<String> ServletRegistration.Dynamic.setServletSecurity(ServletSecurityElement constraint)
          Sets the ServletSecurityElement to be applied to the mappings defined for this ServletRegistration.
 

org.eclipse.jetty.securityServletSecurityElement 的使用
 

参数类型为 ServletSecurityElementorg.eclipse.jetty.security 中的方法
static List<ConstraintMapping> ConstraintSecurityHandler.createConstraintsWithMappingsForPath(String name, String pathSpec, ServletSecurityElement securityElement)
          Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
 

org.eclipse.jetty.servletServletSecurityElement 的使用
 

参数类型为 ServletSecurityElementorg.eclipse.jetty.servlet 中的方法
 Set<String> ServletHandler.setServletSecurity(ServletRegistration.Dynamic registration, ServletSecurityElement servletSecurityElement)
           
 Set<String> ServletContextHandler.setServletSecurity(ServletRegistration.Dynamic registration, ServletSecurityElement servletSecurityElement)
          Delegate for ServletRegistration.Dynamic.setServletSecurity method
 Set<String> ServletHolder.Registration.setServletSecurity(ServletSecurityElement securityElement)
           
 

org.eclipse.jetty.webappServletSecurityElement 的使用
 

参数类型为 ServletSecurityElementorg.eclipse.jetty.webapp 中的方法
 Set<String> WebAppContext.setServletSecurity(ServletRegistration.Dynamic registration, ServletSecurityElement servletSecurityElement)
           
 



Copyright © 2013. All Rights Reserved.