| 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.util.tester |
A package with utility classes to ease unit testing of Wicket applications without the need for
a servlet container.
|
| Class and Description |
|---|
| FilterFactoryManager
A very simple manager for web filter factories.
|
| Class and Description |
|---|
| AbstractRequestWrapperFactory
A factory of
HttpServletRequest wrappers. |
| ErrorAttributes
Represents additional error attributes present in a
ServletRequest when the servlet
container is handling an error or a forward to an error page mapped by error-page element
in web.xml. |
| FilterFactoryManager
A very simple manager for web filter factories.
|
| ForwardAttributes
Represents additional attributes present in a
ServletRequest 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 a HttpServletRequest object. |
| UploadInfo
Holds information about an upload, also has useful querying methods.
|
| XForwardedRequestWrapperFactory.Config
Filter Config
|
| Class and Description |
|---|
ServletWebRequest
WebRequest subclass that wraps a HttpServletRequest object. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.