All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AbstractCompressedResponseWrapper Abstract output stream switchingHttpServletResponseWrapperAbstractCompressedServletOutputStream SpecialServletOutputStreamthat knows whether it is closed or notAbstractHttpServletFilter An abstractFilterimplementation that only works withHttpServletRequestandHttpServletResponse.AbstractServletAsyncListener An empty implementation ofAsyncListener.AbstractServletFilter An abstractFilterimplementation that performs nothing by defaultAbstractServletInputStream Abstract base class for Servlet 3.1ServletInputStreamAbstractServletOutputStream Abstract base class for Servlet 3.1ServletOutputStreamAsyncServletRunnerDefault Default implementation ofIAsyncServletRunnerCharacterEncodingFilter Special servlet filter that applies a certain encoding to a request and a response.CompressFilterSettings Contains the settings for the CompressFilter class.CookieHelper Misc. helper methods on HTTP cookies.CountingOnlyHttpServletResponse A response that includes no body, for use in (dumb) "HEAD" support.CountingOnlyServletOutputStream Servlet output stream that gobbles up all its data.DeflateResponse DeflateResponse.DeflateServletOutputStream EContentDispositionType Determine the content disposition type to be used.ERedirectMode Defines the different redirect modes to be used inUnifiedResponse.EResponseStreamType Determine the response stream type to be used.EXFrameOptionType The possible values for the X-Frame-Options HTTP header.ExtAsyncContext ExtendedAsyncContexttype.GZIPResponse GZIPResponse.GZIPServletOutputStream IAsyncServletRunner Abstract layer to customize the handling of running a servlet request asynchronously.IRequestParamMap A request parameter map.IServletContext300To310Migration Dummy interface with all ServletContext default methods for new methods in Servlet Spec 3.1.0 compared to 3.0.0IServletContext310To400Migration Dummy interface with all ServletContext default methods for new methods in Servlet Spec 4.0.0 compared to 3.1.0IServletRequest300To310Migration Dummy interface with all ServletRequest default methods for new methods in Servlet Spec 3.1.0 compared to 3.0.0IsOffline This class marks a class as being "offline" even though it is a web class!LoggingFilter LoggingHttpServletRequestWrapper LoggingHttpServletResponseWrapper LoggingServletAsyncListener A logging implementation ofAsyncListener.MockEventListenerList This class holds the different listeners (ServletContextListener,HttpSessionListenerandServletRequestListener) used byMockHttpListenerMockHttpListener This class globally holds the HTTP listeners (ServletContextListener,HttpSessionListenerandServletRequestListener) that are triggered in tests.MockHttpServletRequest Mock implementation ofHttpServletRequest.MockHttpServletResponse Mock implementation ofHttpServletResponse.MockHttpSession Mock implementation ofHttpSession.MockRequestDispatcher Mock implementation of theRequestDispatcherinterfaceMockServletConfig Mock implementation of theServletConfiginterface.MockServletContext Mock implementation of theServletContextinterface.MockServletInputStream AServletInputStreamfor testing based on a predefined byte array or an existingInputStream.MockServletPool A pool for registered servlets inside aMockServletContext.MockServletRequestListener This mock listeners is responsible for creatingOfflineHttpServletRequest A specialMockHttpServletRequestthat throwsUnsupportedOperationExceptionexceptions for server or path related queries.RequestHelper Misc. helper method onHttpServletRequestobjects.RequestLogger Helper class to debug information passed to a JSP page or a servlet.RequestParamMap This class represents a nested map that is build from request parameters.RequestParamMapItem Represents a single item in aRequestParamMap.ResponseHelper Misc. helper methods onHttpServletResponseobjects.
Consider using theUnifiedResponsefor easy and consistent HTTP response handling.ResponseHelperSettings Contains the settings for theResponseHelperclass.ServletAsyncSpec This class encapsulates all the parameters necessary to handle asynchronous servlet requests.ServletContextPathHolder Helper class to hold the current servlet context path.ServletHelper Very basic servlet API helperServletSettings Global Servlet settings.SessionHelper HTTP session utilities.StaticServerInfo This singleton instance represents default server information for locations where no request context is available (e.g. in scheduled tasks)StatusAwareHttpResponseWrapper A specialHttpServletResponseWrapperthat tracks the used status codes as well as the set HTTP response headers.UnifiedResponse This class encapsulates all things required to build a HTTP response.UnifiedResponseDefaultSettings This class encapsulates default settings to be applied to allUnifiedResponseobjects.