|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| AsyncContext | Asynchronous/comet servlet support. |
| AsyncListener | Asynchronous/comet servlet support. |
| Filter | Filters the request or response to a servlet. |
| FilterChain | Represents the next filter in a filter chain. |
| FilterConfig | Configuration for a filter. |
| FilterRegistration | |
| FilterRegistration.Dynamic | |
| Registration | |
| Registration.Dynamic | |
| RequestDispatcher | The RequestDispatcher gives servlets the capabilities of SSI includes. |
| Servlet | A servlet is any Java class with a null-arg constructor that implements the Servlet API. |
| ServletConfig | ServletConfig encapsulates servlet configuration and gives access to the application (servlet context) object. |
| ServletContainerInitializer | |
| ServletContext | ServletContexts encapsulate applications. |
| ServletContextAttributeListener | Interface for a listener receiving events when any of the ServletContext attributes change. |
| ServletContextListener | Interface for a listener receiving events when the ServletContext changes. |
| ServletRegistration | |
| ServletRegistration.Dynamic | |
| ServletRequest | ServletRequest encapsulates client request data. |
| ServletRequestAttributeListener | Interface for a listener receiving events when any of the ServletRequest attributes change. |
| ServletRequestListener | Interface for a listener receiving events when the ServletRequest changes. |
| ServletResponse | ServletReponse control the output to the client. |
| SessionCookieConfig | Configuration for cookie handling |
| SingleThreadModel | Deprecated. since Servlet 2.4 |
| Class Summary | |
|---|---|
| AsyncEvent | Asynchronous/comet servlet support. |
| GenericServlet | GenericServlet is a convenient abstract class for defining Servlets. |
| HttpConstraintElement | |
| HttpMethodConstraintElement | |
| MultipartConfigElement | |
| ServletContextAttributeEvent | The event class for changes to servlet context attributes. |
| ServletContextEvent | The event class for changes to the servlet context. |
| ServletInputStream | Servlets generally read POSTed data with ServletInputStream. |
| ServletOutputStream | Servlets can use ServletOutputStream to write binary data to the response. |
| ServletRequestAttributeEvent | The event class for changes to servlet request attributes. |
| ServletRequestEvent | The event class for changes to the servlet context. |
| ServletRequestWrapper | Wraps a servlet request in another request. |
| ServletResponseWrapper | Wraps a servlet response in another response. |
| ServletSecurityElement | |
| Enum Summary | |
|---|---|
| DispatcherType | since Servlet 3.0 |
| SessionTrackingMode | Tracking mode for sessions |
| Exception Summary | |
|---|---|
| ServletException | A servlet exception. |
| UnavailableException | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||