|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletWebRequest | |
|---|---|
| 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. |
| Uses of ServletWebRequest in org.apache.wicket.protocol.http.servlet |
|---|
| Subclasses of ServletWebRequest in org.apache.wicket.protocol.http.servlet | |
|---|---|
class |
MultipartServletWebRequest
Servlet specific WebRequest subclass for multipart content uploads. |
class |
MultipartServletWebRequestImpl
Servlet specific WebRequest subclass for multipart content uploads. |
| Methods in org.apache.wicket.protocol.http.servlet that return ServletWebRequest | |
|---|---|
ServletWebRequest |
ServletWebRequest.cloneWithUrl(Url url)
|
ServletWebRequest |
MultipartServletWebRequest.cloneWithUrl(Url url)
|
| Constructors in org.apache.wicket.protocol.http.servlet with parameters of type ServletWebRequest | |
|---|---|
ServletWebResponse(ServletWebRequest webRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Construct. |
|
| Uses of ServletWebRequest in org.apache.wicket.util.tester |
|---|
| Methods in org.apache.wicket.util.tester with parameters of type ServletWebRequest | |
|---|---|
protected Response |
BaseWicketTester.newServletWebResponse(ServletWebRequest servletWebRequest)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||