Module org.apache.wicket.core
Package org.apache.wicket.protocol.http.servlet
package org.apache.wicket.protocol.http.servlet
Java Servlet specific implementation of Wicket http classes.
-
ClassDescriptionA factory of
HttpServletRequest
wrappers.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
.A very simple manager for web filter factories.Represents additional attributes present in aServletRequest
when the servlet container is handling a forward to another path than the initially requested one.Servlet specific WebRequest subclass for multipart content uploads.Servlet specific WebRequest subclass for multipart content uploads.Distinct IO exceptions from the those triggered while responding a request.SetsServletRequest.isSecure()
totrue
ifServletRequest.getRemoteAddr()
matches one of thesecuredRemoteAddresses
of this filter.WebRequest
subclass that wraps aHttpServletRequest
object.WebResponse that wraps aServletWebResponse
.Holds information about an upload, also has useful querying methods.This filter can be used to make the WicketWebSession
instances available to non-wicket servlets.See XForwardedFilterRequest wrapper factory to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.Filter Config