Uses of Class
org.apache.wicket.request.http.WebRequest
Package
Description
Base package of HTML markup.
HTTP implementation.
Java Servlet specific implementation of Wicket http classes.
-
Uses of WebRequest in org.apache.wicket.markup.html
Modifier and TypeMethodDescriptionfinal WebRequest
WebComponent.getWebRequest()
A convenience method to return the current WebRequest.final WebRequest
WebMarkupContainer.getWebRequest()
A convenience method to return the current WebRequest. -
Uses of WebRequest in org.apache.wicket.mock
-
Uses of WebRequest in org.apache.wicket.protocol.http
Modifier and TypeMethodDescriptionWebApplication.newWebRequest
(jakarta.servlet.http.HttpServletRequest servletRequest, String filterPath) Create a new WebRequest.Modifier and TypeMethodDescriptionWebApplication.getSessionAttributePrefix
(WebRequest request, String filterName) Gets the prefix for storing variables in the actual session (typicallyHttpSession
for this application instance.protected WebResponse
WebApplication.newWebResponse
(WebRequest webRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) Creates a WebResponse. -
Uses of WebRequest in org.apache.wicket.protocol.http.servlet
Modifier and TypeClassDescriptionclass
Servlet specific WebRequest subclass for multipart content uploads.class
Servlet specific WebRequest subclass for multipart content uploads.class
WebRequest
subclass that wraps aHttpServletRequest
object. -
Uses of WebRequest in org.apache.wicket.protocol.ws
Modifier and TypeMethodDescriptionWebSocketSettings.newWebSocketRequest
(jakarta.servlet.http.HttpServletRequest request, String filterPath) A factory method for theWebRequest
that should be used in the WebSocket processing request cycle -
Uses of WebRequest in org.apache.wicket.protocol.ws.api
Modifier and TypeClassDescriptionclass
AWebRequest
implementation used for the lifecycle of a web socket connection. -
Uses of WebRequest in org.apache.wicket.request.http
Modifier and TypeMethodDescriptionWebRequest.cloneWithUrl
(Url url) Returns request with specified URL and same POST parameters as this request. -
Uses of WebRequest in org.apache.wicket.request.resource
Modifier and TypeMethodDescriptionprotected void
AbstractResource.setRequestRangeMetaData
(WebRequest webRequest)