Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.servlet.annotation Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
HandlesTypesThis annotation is used to declare the class types that a ServletContainerInitializer can handle.Classjavax.servlet.annotationJava EE
HttpConstraintThis annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocolClassjavax.servlet.annotationJava EE
HttpMethodConstraintThis annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.Classjavax.servlet.annotationJava EE
MultipartConfigAnnotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requestsClassjavax.servlet.annotationJava EE
ServletSecurityThis annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.Classjavax.servlet.annotationJava EE
ServletSecurity .EmptyRoleSemanticDefines the access semantic to be applied to an empty rolesAllowed array.Classjavax.servlet.annotation.ServletSecurityJava EE
ServletSecurity .TransportGuaranteeDefines the data protection requirements that must be satisfied byAll user data must be encrypted by the transport (typicallyClassjavax.servlet.annotation.ServletSecurityJava EE
WebFilterAnnotation used to declare a servlet filter.Classjavax.servlet.annotationJava EE
WebInitParamThis annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.Classjavax.servlet.annotationJava EE
WebListenerThis annotation is used to declare a WebListener.Classjavax.servlet.annotationJava EE
WebServletAnnotation used to declare a servlet.Classjavax.servlet.annotationJava EE
HandlesTypesThis annotation is used to declare an array of application classes which are passed to a ServletContainerInitializer.Classjavax.servlet.annotationServletApi
HttpConstraintThis annotation represents the security constraints that are applied to all requests with HTTP protocol method types that are not otherwise representedClassjavax.servlet.annotationServletApi
HttpMethodConstraintSpecific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotationClassjavax.servlet.annotationServletApi
MultipartConfigThis annotation is used to indicate that the Servlet on which it is declared expects requests to made using the multipart/form-data MIME type.Classjavax.servlet.annotationServletApi
ServletSecurityDeclare this annotation on a Servlet implementation class to enforce security constraints on HTTP protocol requests.Classjavax.servlet.annotationServletApi
ServletSecurity .EmptyRoleSemanticRepresents the two possible values of the empty role semantic, active when a list of role names is empty.Classjavax.servlet.annotation.ServletSecurityServletApi
ServletSecurity .TransportGuaranteeRepresents the two possible values of data transport, encrypted or not.Classjavax.servlet.annotation.ServletSecurityServletApi
WebFilterThe annotation used to declare a Servlet Filter.Classjavax.servlet.annotationServletApi
WebInitParamThe annotation used to declare an initialization parameter on a Servlet or Filter, within aClassjavax.servlet.annotationServletApi
WebListenerThe annotation used to declare a listener for various types of event, in a given web application context.Classjavax.servlet.annotationServletApi
WebServletThis annotation is used to declare the configuration of an If the name attribute is not defined, the fully qualified name of the classClassjavax.servlet.annotationServletApi