Package | Description |
---|---|
io.undertow.servlet.sse | |
javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
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.jboss.resteasy.plugins.server.servlet | |
org.picketlink.identity.federation.bindings.wildfly.sp |
Class and Description |
---|
HandlesTypes
This annotation is used to declare the class types that a
ServletContainerInitializer can handle. |
Class and Description |
---|
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. |
Class and Description |
---|
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
|
Class and Description |
---|
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
|
Class and Description |
---|
WebFilter
Annotation used to declare a servlet filter.
|
WebServlet
Annotation used to declare a servlet.
|
Class and Description |
---|
WebListener
This annotation is used to declare a WebListener.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.