Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #ServletApi - 67 results found.
NameDescriptionTypePackageFramework
AsyncContextInterfacejavax.servletServletApi
AsyncEventClassjavax.servletServletApi
AsyncListenerInterfacejavax.servletServletApi
CookieCreates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.Classjavax.servlet.httpServletApi
DispatcherTypeClassjavax.servletServletApi
FilterA filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource,Interfacejavax.servletServletApi
FilterChainA FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.Interfacejavax.servletServletApi
FilterConfigA filter configuration object used by a servlet container to pass information to a filter during initialization.Interfacejavax.servletServletApi
FilterRegistrationInterfacejavax.servletServletApi
GenericServletDefines a generic, protocol-independent servlet.Classjavax.servletServletApi
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
HttpConstraintElementClassjavax.servletServletApi
HttpMethodConstraintSpecific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotationClassjavax.servlet.annotationServletApi
HttpMethodConstraintElementClassjavax.servletServletApi
HttpServletProvides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.Classjavax.servlet.httpServletApi
HttpServletRequest information for HTTP servlets.Interfacejavax.servlet.httpServletApi
HttpServletRequestWrapperProvides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servlet.httpServletApi
HttpServletResponse functionality in sending a response.Interfacejavax.servlet.httpServletApi
HttpServletResponseWrapperProvides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from aClassjavax.servlet.httpServletApi
HttpSessionProvides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.Interfacejavax.servlet.httpServletApi
HttpSessionActivationListenerObjects that are bound to a session may listen to container events notifying them that sessions will be passivated and thatInterfacejavax.servlet.httpServletApi
HttpSessionAttributeListenerThis listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.Interfacejavax.servlet.httpServletApi
HttpSessionBindingEventEvents of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from aClassjavax.servlet.httpServletApi
HttpSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfacejavax.servlet.httpServletApi
HttpSessionContextInterfacejavax.servlet.httpServletApi
HttpSessionEventThis is the class representing event notifications for changes to sessions within a web application.Classjavax.servlet.httpServletApi
HttpSessionListener active sessions in a web application.Interfacejavax.servlet.httpServletApi
HttpUtilsClassjavax.servlet.httpServletApi
JspConfigDescriptorInterfacejavax.servlet.descriptorServletApi
JspPropertyGroupDescriptorInterfacejavax.servlet.descriptorServletApi
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
MultipartConfigElementClassjavax.servletServletApi
PartThis class represents a part as uploaded to the server as part of a multipart/form-data request body.Interfacejavax.servlet.httpServletApi
RegistrationInterfacejavax.servletServletApi
RequestDispatcherDefines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.Interfacejavax.servletServletApi
ServletDefines methods that all servlets must implement.Classjavax.servletServletApi
ServletConfigA servlet configuration object used by a servlet container to pass information to a servlet during initialization.Interfacejavax.servletServletApi
ServletContainerInitializerServletContainerInitializers (SCIs) are registered via an entry in the file META-INF/services/javax.Interfacejavax.servletServletApi
ServletContextDefines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, orInterfacejavax.servletServletApi
ServletContextAttributeEventThis is the event class for notifications about changes to the attributes of the servlet context of a web application.Classjavax.servletServletApi
ServletContextAttributeListener attribute list on the servlet context of a web application.Interfacejavax.servletServletApi
ServletContextEventThis is the event class for notifications about changes to the servlet context of a web application.Classjavax.servletServletApi
ServletContextListener servlet context of the web application they are part of.Interfacejavax.servletServletApi
ServletExceptionDefines a general exception a servlet can throw when it encountersAuthor:VariousSee Also:Serialized FormClassjavax.servletServletApi
ServletInputStreamProvides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one lineClassjavax.servletServletApi
ServletOutputStreamProvides an output stream for sending binary data to the client.Classjavax.servletServletApi
ServletRegistrationInterfacejavax.servletServletApi
ServletRequestDefines an object to provide client request information to a servlet.Interfacejavax.servletServletApi
ServletRequestAttributeEventThis is the event class for notifications of changes to the attributes of the servlet request in an application.Classjavax.servletServletApi
ServletRequestAttributeListenerA ServletRequestAttributeListener can be implemented by the developer interested in being notified of request attributeInterfacejavax.servletServletApi
ServletRequestEventEvents of this kind indicate lifecycle events for a ServletRequest.Classjavax.servletServletApi
ServletRequestListenerA ServletRequestListener can be implemented by the developer interested in being notified of requests coming in and out ofInterfacejavax.servletServletApi
ServletRequestWrapperProvides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.Classjavax.servletServletApi
ServletResponseDefines an object to assist a servlet in sending a response to the client.Interfacejavax.servletServletApi
ServletResponseWrapperProvides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.Classjavax.servletServletApi
ServletSecurityDeclare this annotation on a Servlet implementation class to enforce security constraints on HTTP protocol requests.Classjavax.servlet.annotationServletApi
ServletSecurityElementClassjavax.servletServletApi
SessionCookieConfigInterfacejavax.servletServletApi
SessionTrackingModeenum SessionTrackingModeEnum Constant SummaryClassjavax.servletServletApi
SingleThreadModelEnsures that servlets handle only one request at a time.Interfacejavax.servletServletApi
TaglibDescriptorInterfacejavax.servlet.descriptorServletApi
UnavailableExceptionDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.Classjavax.servletServletApi
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