Package org.apache.wicket.protocol.http.servlet
Java Servlet specific implementation of Wicket http classes.
-
Class Summary Class Description AbstractRequestWrapperFactory A factory ofHttpServletRequest
wrappers.ErrorAttributes Represents additional error attributes present in aServletRequest
when the servlet container is handling an error or a forward to an error page mapped byerror-page
element inweb.xml
.FilterFactoryManager A very simple manager for web filter factories.ForwardAttributes Represents additional attributes present in aServletRequest
when the servlet container is handling a forward to another path than the initially requested one.MultipartServletWebRequest Servlet specific WebRequest subclass for multipart content uploads.MultipartServletWebRequestImpl Servlet specific WebRequest subclass for multipart content uploads.SecuredRemoteAddressRequestWrapperFactory SetsServletRequest.isSecure()
totrue
ifServletRequest.getRemoteAddr()
matches one of thesecuredRemoteAddresses
of this filter.SecuredRemoteAddressRequestWrapperFactory.Config ServletWebRequest WebRequest
subclass that wraps aHttpServletRequest
object.ServletWebResponse WebResponse that wraps aServletWebResponse
.UploadInfo Holds information about an upload, also has useful querying methods.WicketSessionFilter This filter can be used to make the WicketWebSession
instances available to non-wicket servlets.XForwardedRequestWrapper See XForwardedFilterXForwardedRequestWrapperFactory Request wrapper factory to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.XForwardedRequestWrapperFactory.Config Filter Config -
Exception Summary Exception Description ResponseIOException Distinct IO exceptions from the those triggered while responding a request.