Uses of Package
org.apache.wicket.protocol.http.servlet
-
Packages that use org.apache.wicket.protocol.http.servlet Package Description org.apache.wicket.protocol.http HTTP implementation.org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes.org.apache.wicket.protocol.ws.api org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
Classes in org.apache.wicket.protocol.http.servlet used by org.apache.wicket.protocol.http Class Description FilterFactoryManager A very simple manager for web filter factories. -
Classes in org.apache.wicket.protocol.http.servlet used by org.apache.wicket.protocol.http.servlet 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.SecuredRemoteAddressRequestWrapperFactory.Config ServletWebRequest WebRequest
subclass that wraps aHttpServletRequest
object.UploadInfo Holds information about an upload, also has useful querying methods.XForwardedRequestWrapperFactory.Config Filter Config -
Classes in org.apache.wicket.protocol.http.servlet used by org.apache.wicket.protocol.ws.api Class Description ServletWebRequest WebRequest
subclass that wraps aHttpServletRequest
object. -
Classes in org.apache.wicket.protocol.http.servlet used by org.apache.wicket.util.tester Class Description ServletWebRequest WebRequest
subclass that wraps aHttpServletRequest
object.