Package org.apache.wicket.protocol.http.servlet
Java Servlet specific implementation of Wicket http classes.
-
Class Summary Class Description AbstractRequestWrapperFactory A factory ofHttpServletRequestwrappers.ErrorAttributes Represents additional error attributes present in aServletRequestwhen the servlet container is handling an error or a forward to an error page mapped byerror-pageelement inweb.xml.FilterFactoryManager A very simple manager for web filter factories.ForwardAttributes Represents additional attributes present in aServletRequestwhen 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()totrueifServletRequest.getRemoteAddr()matches one of thesecuredRemoteAddressesof this filter.SecuredRemoteAddressRequestWrapperFactory.Config ServletWebRequest WebRequestsubclass that wraps aHttpServletRequestobject.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 WicketWebSessioninstances 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.