Package com.tangosol.coherence.servlet.api23
Contains classes related to the HTTP Session Replication Module
that are specific to the Servlet 2.3 specification and higher.
-
Class Summary Class Description DefaultFactory The Coherence session management Factory for the Servlet 2.3 specification.FilterConfigWrapper An implementation of the FilterConfig interface that provides for a clustered ServletContext.FilterWrapper An implementation of the Filter interface that provides for clustered ServletContext and HttpSession objects.HttpServletRequestWrapper An HttpServletRequest wrapper.HttpServletResponseWrapper An HttpServletResponse wrapper.HttpServletWrapper An implementation of the Servlet interface for HttpServlets that provides for clustered ServletContext and HttpSession objects.HttpSessionBindingEvent Optimized extension of the HttpSessionBindingEvent class that delegates to anAttributeHolder
to obtain the value associated with the event.HttpSessionContextImpl Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement.HttpSessionImpl This is the HttpSession implementation that supports clustering.JspServlet An implementation of the Servlet interface that provides for clustered ServletContext and HttpSession objects.ServletConfigWrapper An implementation of the ServletConfig interface that provides for a clustered ServletContext.ServletContextAttributeListenerImpl An implementation of the ServletContextAttributeListener interface that will listen to the application server events and translate them (wrapping the ServletContext) and routing them to the application listeners.ServletContextListenerImpl An implementation of the ServletContextListener interface that will listen to application server events when the application is deployed with its own ServletContextListener(s) declared, so that the events can be forwarded to the application's listener(s).ServletContextWrapper An implementation of the ServletContext interface that provides for clustered storage for ServletContext attributes using a fully replicated cache service.ServletWrapper An implementation of the Servlet interface that provides a clustered ServletContext.SingleThreadModelHttpServletWrapper An extension to the clustered HTTP servlet wrapper for servlets that implement SingleThreadModel.SingleThreadModelServletWrapper An extension to the clustered servlet wrapper for servlets that implement SingleThreadModel.