Uses of Class
org.apache.wicket.request.Response
-
Packages that use Response Package Description org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing.org.apache.wicket.request.http -
-
Uses of Response in org.apache.wicket.request
Methods in org.apache.wicket.request that return Response Modifier and Type Method Description ResponseIRequestCycle. getResponse()Get the active response at the request cycle.ResponseIRequestCycle. setResponse(Response response)Methods in org.apache.wicket.request with parameters of type Response Modifier and Type Method Description ResponseIRequestCycle. setResponse(Response response) -
Uses of Response in org.apache.wicket.request.http
Subclasses of Response in org.apache.wicket.request.http Modifier and Type Class Description classWebResponseBase class for web-related responses.
-