Package | Description |
---|---|
org.apache.wicket.markup.html |
Base package of HTML markup.
|
org.apache.wicket.mock | |
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 | |
org.apache.wicket.protocol.ws.api | |
org.apache.wicket.request.http | |
org.apache.wicket.request.resource |
Modifier and Type | Method and Description |
---|---|
WebRequest |
WebMarkupContainer.getWebRequest()
A convenience method to return the current WebRequest.
|
WebRequest |
WebComponent.getWebRequest()
A convenience method to return the current WebRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
MockWebRequest
Mutable mock
WebRequest . |
Modifier and Type | Method and Description |
---|---|
WebRequest |
WebApplication.newWebRequest(javax.servlet.http.HttpServletRequest servletRequest,
String filterPath)
Create a new WebRequest.
|
Modifier and Type | Method and Description |
---|---|
String |
WebApplication.getSessionAttributePrefix(WebRequest request,
String filterName)
Gets the prefix for storing variables in the actual session (typically
HttpSession
for this application instance. |
protected WebResponse |
WebApplication.newWebResponse(WebRequest webRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Creates a WebResponse.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipartServletWebRequest
Servlet specific WebRequest subclass for multipart content uploads.
|
class |
MultipartServletWebRequestImpl
Servlet specific WebRequest subclass for multipart content uploads.
|
class |
ServletWebRequest
WebRequest subclass that wraps a HttpServletRequest object. |
Modifier and Type | Method and Description |
---|---|
WebRequest |
WebSocketSettings.newWebSocketRequest(javax.servlet.http.HttpServletRequest request,
String filterPath)
A factory method for the
WebRequest
that should be used in the WebSocket processing request cycle |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketRequest
A
WebRequest implementation used for the lifecycle of a web socket
connection. |
Modifier and Type | Method and Description |
---|---|
WebRequest |
WebRequest.cloneWithUrl(Url url)
Returns request with specified URL and same POST parameters as this request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractResource.setRequestRangeMetaData(WebRequest webRequest) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.