软件包 javax.servlet.annotation
的使用

使用 javax.servlet.annotation 的软件包
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. 
javax.servlet.annotation The javax.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component. 
org.eclipse.jetty.annotations   
org.eclipse.jetty.security   
 

javax.servlet 使用的 javax.servlet.annotation 中的类
MultipartConfig
          Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.
ServletSecurity
          This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.
ServletSecurity.EmptyRoleSemantic
          Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee
          Defines the data protection requirements that must be satisfied by the transport
 

javax.servlet.annotation 使用的 javax.servlet.annotation 中的类
ServletSecurity.EmptyRoleSemantic
          Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee
          Defines the data protection requirements that must be satisfied by the transport
 

org.eclipse.jetty.annotations 使用的 javax.servlet.annotation 中的类
ServletSecurity.EmptyRoleSemantic
          Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee
          Defines the data protection requirements that must be satisfied by the transport
 

org.eclipse.jetty.security 使用的 javax.servlet.annotation 中的类
ServletSecurity.EmptyRoleSemantic
          Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee
          Defines the data protection requirements that must be satisfied by the transport
 



Copyright © 2013. All Rights Reserved.